Activate concrete env dir in all service jobs

This commit is contained in:
Scott Wittenburg
2021-09-28 12:00:15 -06:00
committed by Todd Gamblin
parent 5f527075bf
commit d233c20725
5 changed files with 6 additions and 10 deletions

View File

@@ -46,12 +46,13 @@ spack:
runner-attributes:
tags: ["spack", "public", "large", "x86_64"]
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
broken-specs-url: "s3://spack-binaries-develop/broken-specs"
service-job-attributes:
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
before_script:
- . "./share/spack/setup-env.sh"
- spack --version
- cd share/spack/gitlab/cloud_pipelines/stacks/data-vis-sdk
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .
tags: ["spack", "public", "medium", "x86_64"]