Skip to content

Commit

Permalink
v0.7.0 / fix ci (#42)
Browse files Browse the repository at this point in the history
* fix/ci, slurm 23.02.7, update version
  • Loading branch information
simonpintarelli authored Apr 2, 2024
1 parent 72947f1 commit 26e7886
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
- 20.11.9
- 22.05.2
- 22.05.6
- 23.02.6

- 23.02.7
container:
image: ghcr.io/eth-cscs/cache_docker/slurm-uenv-mount-tester-${{ matrix.version }}:latest
credentials:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 20.11.9
- 22.05.2
- 22.05.6

- 23.02.7
env:
base_tag: ghcr.io/eth-cscs/slurm-container-${{ matrix.version }}:latest
cache_tag: ghcr.io/eth-cscs/cache_docker/slurm-uenv-mount-tester-${{ matrix.version }}:latest
Expand Down
6 changes: 3 additions & 3 deletions docker/make-binary-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ _SLURM_VER=$(srun --version | sed 's/slurm //')

find /tmp/src-rpm -name '*.rpm' -type f -exec cp {} . \;

fname=$(ls *x86_64.rpm)
fname=$(ls -- *$(uname -m).rpm)


echo
echo "RPM built. "
echo "RPM built."
echo

echo "Copy from container:"
echo
printf "\tdocker compose cp slurm:$(realpath $fname) ."
printf "\tdocker compose cp slurm:%s ." "$(realpath $fname)"
echo
echo

0 comments on commit 26e7886

Please sign in to comment.