Service jobs do not need an active environment

This commit is contained in:
Scott Wittenburg 2021-09-28 12:20:30 -06:00 committed by Todd Gamblin
parent d233c20725
commit 4637c51c7f
6 changed files with 0 additions and 15 deletions

View File

@ -1047,11 +1047,6 @@ def generate_gitlab_ci_yaml(env, print_summary, output_file,
]
final_job['when'] = 'always'
if artifacts_root:
final_job['variables'] = {
'SPACK_CONCRETE_ENV_DIR': concrete_env_dir
}
output_object['rebuild-index'] = final_job
output_object['stages'] = stage_names

View File

@ -49,8 +49,6 @@ spack:
before_script:
- . "./share/spack/setup-env.sh"
- spack --version
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
tags: ["spack", "public", "medium", "x86_64"]

View File

@ -52,8 +52,6 @@ spack:
before_script:
- . "./share/spack/setup-env.sh"
- spack --version
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .
tags: ["spack", "public", "medium", "x86_64"]
cdash:

View File

@ -357,8 +357,6 @@ spack:
before_script:
- . "./share/spack/setup-env.sh"
- spack --version
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu20.04-runner-ppc64le:2021-07-01", "entrypoint": [""] }
tags: ["spack", "public", "medium", "ppc64le"]

View File

@ -373,8 +373,6 @@ spack:
before_script:
- . "./share/spack/setup-env.sh"
- spack --version
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
tags: ["spack", "public", "medium", "x86_64"]

View File

@ -79,8 +79,6 @@ spack:
before_script:
- . "./share/spack/setup-env.sh"
- spack --version
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
tags: ["spack", "public", "medium", "x86_64"]