e4s: use ubuntu 20.04 image and %gcc@9.4.0 (#32795)
This commit is contained in:
parent
d0136899a2
commit
87b014ed13
@ -267,11 +267,11 @@ e4s-mac-protected-build:
|
|||||||
|
|
||||||
e4s-pr-generate:
|
e4s-pr-generate:
|
||||||
extends: [ ".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:
|
e4s-protected-generate:
|
||||||
extends: [ ".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:
|
e4s-pr-build:
|
||||||
extends: [ ".e4s", ".pr-build" ]
|
extends: [ ".e4s", ".pr-build" ]
|
||||||
|
@ -15,7 +15,7 @@ spack:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
all:
|
all:
|
||||||
compiler: [gcc@11.2.0]
|
compiler: [gcc@11.1.0]
|
||||||
providers:
|
providers:
|
||||||
blas: [openblas]
|
blas: [openblas]
|
||||||
mpi: [mpich]
|
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
|
- 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)
|
- 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:
|
broken-tests-packages:
|
||||||
- gptune
|
- gptune
|
||||||
@ -423,7 +423,7 @@ spack:
|
|||||||
KUBERNETES_CPU_REQUEST: "500m"
|
KUBERNETES_CPU_REQUEST: "500m"
|
||||||
KUBERNETES_MEMORY_REQUEST: "500M"
|
KUBERNETES_MEMORY_REQUEST: "500M"
|
||||||
|
|
||||||
- match: ['os=ubuntu22.04']
|
- match: ['os=ubuntu20.04']
|
||||||
runner-attributes:
|
runner-attributes:
|
||||||
tags: ["spack", "x86_64"]
|
tags: ["spack", "x86_64"]
|
||||||
variables:
|
variables:
|
||||||
@ -435,7 +435,7 @@ spack:
|
|||||||
before_script:
|
before_script:
|
||||||
- . "./share/spack/setup-env.sh"
|
- . "./share/spack/setup-env.sh"
|
||||||
- spack --version
|
- 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"]
|
tags: ["spack", "public", "x86_64"]
|
||||||
|
|
||||||
signing-job-attributes:
|
signing-job-attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user