diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2023-01-10 02:47:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 10:47:28 +0000 |
commit | 9283a94ee4c3d6ec80356d9be565ce80f2e82ba3 (patch) | |
tree | f2699742dfd974487b2c38dad6b9c8b2c3501dfe /share | |
parent | 726dee9e2d2cfb428029b98a06150056babdd4c9 (diff) | |
download | spack-9283a94ee4c3d6ec80356d9be565ce80f2e82ba3.tar.gz spack-9283a94ee4c3d6ec80356d9be565ce80f2e82ba3.tar.bz2 spack-9283a94ee4c3d6ec80356d9be565ce80f2e82ba3.tar.xz spack-9283a94ee4c3d6ec80356d9be565ce80f2e82ba3.zip |
e4s ci: use 2023-01-01 runner image (#34827)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 4 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 8800387436..e378ce03c3 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -275,11 +275,11 @@ protected-publish: e4s-pr-generate: extends: [ ".e4s", ".pr-generate"] - image: ecpe4s/ubuntu20.04-runner-x86_64:2022-12-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01 e4s-protected-generate: extends: [ ".e4s", ".protected-generate"] - image: ecpe4s/ubuntu20.04-runner-x86_64:2022-12-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01 e4s-pr-build: extends: [ ".e4s", ".pr-build" ] diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index ae94235a9d..276be7d5b0 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -255,7 +255,7 @@ spack: after_script: - cat /proc/loadavg || true - image: ecpe4s/ubuntu20.04-runner-x86_64:2022-12-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01 broken-tests-packages: - gptune @@ -454,7 +454,7 @@ spack: before_script: - . "./share/spack/setup-env.sh" - spack --version - image: ecpe4s/ubuntu20.04-runner-x86_64:2022-12-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01 tags: ["spack", "public", "x86_64"] signing-job-attributes: |