summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authoreugeneswalker <38933153+eugeneswalker@users.noreply.github.com>2022-09-27 15:25:56 -0700
committerGitHub <noreply@github.com>2022-09-27 16:25:56 -0600
commit87b014ed13051f24a62aa41eb716ec82d7a26886 (patch)
tree234f18aa11eb29fcb3182a2b72187248cc58c017 /share
parentd0136899a292640c90f7c9438e3587c6fbe99c33 (diff)
downloadspack-87b014ed13051f24a62aa41eb716ec82d7a26886.tar.gz
spack-87b014ed13051f24a62aa41eb716ec82d7a26886.tar.bz2
spack-87b014ed13051f24a62aa41eb716ec82d7a26886.tar.xz
spack-87b014ed13051f24a62aa41eb716ec82d7a26886.zip
e4s: use ubuntu 20.04 image and %gcc@9.4.0 (#32795)
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml4
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml8
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: