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 c225925
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions ci/cscs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include:

stages:
- baseimage
- buildtest

build zen2:
extends: .container-builder-cscs-zen2
Expand All @@ -16,19 +17,16 @@ build zen2:

build:
extends: .container-runner-lightweight-zen2
stage: test
steps:
- uses: actions/checkout@v3
- run: |
needs: ["build zen2"]
stage: buildtest
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 c225925

Please sign in to comment.