Skip to content
Snippets Groups Projects
Commit 28afd512 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

try running all tests

parent ecb4f8c8
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ build-spack-env-on-runner: ...@@ -202,7 +202,7 @@ build-spack-env-on-runner:
- spack-python site-config/ymerge.py spack.yaml site-config/$SYSTEMNAME/spack.yaml > /tmp/spack.yaml - spack-python site-config/ymerge.py spack.yaml site-config/$SYSTEMNAME/spack.yaml > /tmp/spack.yaml
- cp /tmp/spack.yaml $SPACK_ENV/ - cp /tmp/spack.yaml $SPACK_ENV/
- spack install -y -j2 --fresh --test root - spack install -y -j2 --fresh --test root
- spack test run wf-brainscales2-demos - spack test run
after_script: after_script:
- mv /tmp/spack_tests $CI_PROJECT_DIR - mv /tmp/spack_tests $CI_PROJECT_DIR
- mkdir -p $CI_PROJECT_DIR/spack_logs/installed $CI_PROJECT_DIR/spack_logs/not_installed - mkdir -p $CI_PROJECT_DIR/spack_logs/installed $CI_PROJECT_DIR/spack_logs/not_installed
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment