Skip to content

Commit

Permalink
CI: Set build_stage to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Aug 9, 2024
1 parent d1ba2d2 commit 25d28b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pipeline {
sh """
source .venv/bin/activate
source ./setup-env.sh $USER_ENV_ROOT
spack config --scope user add config:build_stage:/tmp/spack-build_stage
pytest -v -n auto test/system_test.py
"""
}
Expand Down

0 comments on commit 25d28b4

Please sign in to comment.