diff options
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 4 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index a6174c20b3..fcfa925549 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -267,11 +267,11 @@ e4s-mac-protected-build: e4s-pr-generate: extends: [ ".e4s", ".pr-generate"] - image: ecpe4s/ubuntu22.04-runner-x86_64:2022-07-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2022-10-01 e4s-protected-generate: extends: [ ".e4s", ".protected-generate"] - image: ecpe4s/ubuntu22.04-runner-x86_64:2022-07-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2022-10-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 a99abf010c..c2b66aa1be 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -15,7 +15,7 @@ spack: packages: all: - compiler: [gcc@11.2.0] + compiler: [gcc@11.1.0] providers: blas: [openblas] mpi: [mpich] @@ -251,7 +251,7 @@ spack: - if [[ -r /mnt/key/spack_public_key.gpg ]]; then spack gpg trust /mnt/key/spack_public_key.gpg; fi - spack -d ci rebuild --tests > >(tee ${SPACK_ARTIFACTS_ROOT}/user_data/pipeline_out.txt) 2> >(tee ${SPACK_ARTIFACTS_ROOT}/user_data/pipeline_err.txt >&2) - image: ecpe4s/ubuntu22.04-runner-x86_64:2022-07-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2022-10-01 broken-tests-packages: - gptune @@ -423,7 +423,7 @@ spack: KUBERNETES_CPU_REQUEST: "500m" KUBERNETES_MEMORY_REQUEST: "500M" - - match: ['os=ubuntu22.04'] + - match: ['os=ubuntu20.04'] runner-attributes: tags: ["spack", "x86_64"] variables: @@ -435,7 +435,7 @@ spack: before_script: - . "./share/spack/setup-env.sh" - spack --version - image: ecpe4s/ubuntu22.04-runner-x86_64:2022-07-01 + image: ecpe4s/ubuntu20.04-runner-x86_64:2022-10-01 tags: ["spack", "public", "x86_64"] signing-job-attributes: |