Skip to content
Snippets Groups Projects
Commit b56eb6da authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Moving stack files in a subfolder

parent 717f582c
No related branches found
No related tags found
No related merge requests found
Pipeline #181726 failed
......@@ -27,6 +27,7 @@ variables:
# slurm_options: ["-c 36"]
- environment: [jed]
slurm_options: ["-c 72 -p jed -q jed"]
stack: ["pinot-noir"]
# - environment: [izar]
# slurm_options: ['-c 40 --gres gpu:2']
# apptainer_options: ['-nv']
......@@ -68,7 +69,7 @@ spack:install_compilers:
- .parallel_job
script:
- ci/install_compilers.sh
- spack/bin/spack -e . config blame compilers
- spack/bin/spack -e stacks/${stack} config blame compilers
artifacts:
reports:
junit: spack-install.xml
......@@ -82,8 +83,8 @@ spack:concretize:
- .spack_cache
- .parallel_job
script:
- spack/bin/spack -e . config blame
- spack/bin/spack -e . concretize
- spack/bin/spack -e stacks/${stack} config blame
- spack/bin/spack -e stacks/${stack} concretize
needs:
- job: spack:install_compilers
artifacts:
......@@ -96,7 +97,7 @@ spack:install:
- .spack_cache
- .parallel_job
script:
- spack/bin/spack -e . install
- spack/bin/spack -e stacks/${stack} install
--log-file spack-install.xml
--log-format junit
--only-concrete
......
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment