Skip to content

Commit a5c59c0

Browse files
committed
Fixes to NCCL Tests and SPH-EXA CI workflows
1 parent d8f8a20 commit a5c59c0

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/release-nccl-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
--builder "${{ steps.buildx.outputs.name }}" \
4949
--platform linux/${{ matrix.arch }} \
5050
--file hpc/benchmarks/nccl-tests/Containerfile \
51-
--cache-from type=registry,ref=${{ env.REPO }} \
5251
--tag "${{ env.REPO }}:build-${{ matrix.arch }}" \
5352
--push \
5453
.

.github/workflows/release-sphexa.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release of NCCL Tests container multi-arch
1+
name: Release of SPH-EXA container multi-arch
22

33
on:
44
push:
@@ -90,15 +90,3 @@ jobs:
9090
--tag "${{ env.REPO }}:${TAG}" \
9191
"${{ env.REPO }}:build-amd64" \
9292
"${{ env.REPO }}:build-arm64"
93-
94-
- name: Log in to GHCR with Podman
95-
uses: redhat-actions/podman-login@v1
96-
with:
97-
registry: ${{ env.REGISTRY }}
98-
username: ${{ github.actor }}
99-
password: ${{ secrets.GITHUB_TOKEN }}
100-
101-
- name: Cleanup temporary single-arch images
102-
run: |
103-
skopeo delete docker://"${{ env.REPO }}:build-amd64"
104-
skopeo delete docker://"${{ env.REPO }}:build-arm64"

0 commit comments

Comments
 (0)