diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2021-09-28 11:45:04 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2021-10-01 10:12:37 -0700 |
commit | 5f527075bf4e3e4e9a56735f5b6f8725b090943d (patch) | |
tree | 984f6d415c64cc121dfd6e5f0bffaa4be73aec48 | |
parent | f6fcfd2accdfa596ddacbb837a36d1d6db25360a (diff) | |
download | spack-5f527075bf4e3e4e9a56735f5b6f8725b090943d.tar.gz spack-5f527075bf4e3e4e9a56735f5b6f8725b090943d.tar.bz2 spack-5f527075bf4e3e4e9a56735f5b6f8725b090943d.tar.xz spack-5f527075bf4e3e4e9a56735f5b6f8725b090943d.zip |
Use same image to build e4s as to generate it
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 00cd919fcc..0fb454c8a6 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -361,11 +361,11 @@ spack: - vtk-m - warpx runner-attributes: - image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] } + image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] } tags: ["spack", "public", "xlarge", "x86_64"] - match: ['os=ubuntu18.04'] runner-attributes: - image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] } + image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] } 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" @@ -375,7 +375,7 @@ spack: - spack --version - cd share/spack/gitlab/cloud_pipelines/stacks/e4s - spack env activate --without-view . - image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] } + image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] } tags: ["spack", "public", "medium", "x86_64"] cdash: |