Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Aug 15, 2024
1 parent 3ba60bd commit 40bd2aa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ci/cscs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,17 @@ build zen2:

build:
extends: .container-runner-lightweight-zen2
needs: ["build zen2"]
stage: test
steps:
- uses: actions/checkout@v3
- run: |
script:
- |
meson setup builddir
meson install -C builddir
- run:
echo "required /usr/local/lib64/libslurm-uenv-mount.so" > /etc/slurm/plugstack.conf
- run: |
# initialization
/entrypoint.sh
sinfo
- run: |
echo "Run tests in bash-bats"
su testuser -c bash <<\EOF
bats ci/tests
Expand Down

0 comments on commit 40bd2aa

Please sign in to comment.