Skip to content

Commit 660fc35

Browse files
Add bc, decommission oneapi builds (#138)
1 parent 1aed39c commit 660fc35

21 files changed

Lines changed: 13 additions & 27 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
- context: ubuntu2404_cuda
3030
platforms: linux/amd64
3131

32-
- context: ubuntu2404_cuda_oneapi
33-
platforms: linux/amd64
34-
35-
- context: ubuntu2404_rocm_oneapi
36-
platforms: linux/amd64
37-
3832
- context: ubuntu2404_oneapi
3933
platforms: linux/amd64
4034

@@ -43,12 +37,6 @@ jobs:
4337

4438
- context: alma9-base
4539
platforms: linux/amd64
46-
47-
- context: alma9_rocm_oneapi
48-
platforms: linux/amd64
49-
50-
- context: alma9_cuda_oneapi
51-
platforms: linux/amd64
5240
steps:
5341
- uses: actions/checkout@v4
5442

@@ -61,14 +49,9 @@ jobs:
6149
username: ${{ github.actor }}
6250
password: ${{ secrets.GITHUB_TOKEN }}
6351

64-
- uses: docker/login-action@v3
65-
with:
66-
registry: gitlab-registry.cern.ch
67-
username: ${{ github.actor }}
68-
password: ${{ secrets.GITLAB_REGISTRY_PUSH_TOKEN }}
6952

7053
- name: Remove packages for GNN build
71-
if: ${{ matrix.context == 'ubuntu2404_gnn' }}
54+
if: ${{ matrix.context == 'ubuntu2404_gnn' || matrix.context == 'ubuntu2404_tensorrt' }}
7255
run: |
7356
df -h
7457
sudo apt-get update
@@ -97,7 +80,6 @@ jobs:
9780
# list of Docker images to use as base name for tags
9881
images: |
9982
ghcr.io/${{ github.repository_owner }}/${{ matrix.context }}
100-
gitlab-registry.cern.ch/acts/machines/${{ matrix.context }}
10183
# generate Docker tags based on the following events/attributesk
10284
tags: |
10385
type=schedule
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Start from the (at the time of writing) latest Acts Ubuntu 24.04 image.
88
# @TODO: Update this
9-
FROM ghcr.io/acts-project/ubuntu2404:68
9+
FROM ghcr.io/acts-project/ubuntu2404:82
1010

1111
# Some description for the image.
1212
LABEL description="Ubuntu 24.04 with Acts dependencies and CUDA + oneAPI"

0 commit comments

Comments
 (0)