Skip to content

Commit

Permalink
Revert "Add aste CI image"
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Oct 28, 2024
1 parent a4494b4 commit 63728e6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 80 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/aste-pr.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/aste.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/daily.yml

This file was deleted.

19 changes: 0 additions & 19 deletions ci-aste.dockerfile

This file was deleted.

5 changes: 1 addition & 4 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ALL=archlinux centos7 fedora ubuntu-1804 ubuntu-2004 ubuntu-2204 ubuntu-2404 intel

BASEIMAGES=ubuntu:20.04 ubuntu:22.04 ubuntu:24.04 archlinux:latest fedora:latest intel/oneapi-hpckit:devel-ubuntu22.04 precice/precice:nightly
BASEIMAGES=ubuntu:20.04 ubuntu:22.04 ubuntu:24.04 archlinux:latest fedora:latest intel/oneapi-hpckit:devel-ubuntu22.04

.PHONY: $(ALL)

Expand Down Expand Up @@ -30,9 +30,6 @@ ubuntu-2204:
ubuntu-2404:
docker build -t precice/ci-ubuntu-2404:latest -f ci-ubuntu-2404.dockerfile .

aste:
docker build -t precice/ci-aste:latest -f ci-aste.dockerfile .

# Pull updated versions of all base images
pull:
$(foreach img,$(BASEIMAGES),docker pull $(img);)
Expand Down

0 comments on commit 63728e6

Please sign in to comment.