e4s mac ci: try lambda, the new mac studio runner (#32169)
This commit is contained in:
parent
c340fe43d2
commit
d8689b5038
@ -200,7 +200,7 @@ e4s-mac-pr-generate:
|
||||
paths:
|
||||
- "${CI_PROJECT_DIR}/jobs_scratch_dir"
|
||||
tags:
|
||||
- omicron
|
||||
- lambda
|
||||
interruptible: true
|
||||
retry:
|
||||
max: 2
|
||||
|
@ -15,7 +15,7 @@ spack:
|
||||
|
||||
packages:
|
||||
all:
|
||||
compiler: [apple-clang@13.0.0]
|
||||
compiler: [apple-clang@13.1.6]
|
||||
target: [m1]
|
||||
|
||||
definitions:
|
||||
@ -24,7 +24,7 @@ spack:
|
||||
- ncurses
|
||||
|
||||
- arch:
|
||||
- '%apple-clang@13.0.0 target=m1'
|
||||
- '%apple-clang@13.1.6 target=m1'
|
||||
|
||||
specs:
|
||||
|
||||
@ -50,16 +50,18 @@ spack:
|
||||
- match: ['os=monterey']
|
||||
runner-attributes:
|
||||
tags:
|
||||
- omicron
|
||||
- lambda
|
||||
|
||||
broken-specs-url: "s3://spack-binaries/broken-specs"
|
||||
|
||||
service-job-attributes:
|
||||
before_script:
|
||||
- . "./share/spack/setup-env.sh"
|
||||
- spack --version
|
||||
- export SPACK_USER_CACHE_PATH=$(pwd)/.spack-user-cache
|
||||
- export SPACK_USER_CONFIG_PATH=$(pwd)/.spack-user-config
|
||||
- . "./share/spack/setup-env.sh"
|
||||
- spack --version
|
||||
tags:
|
||||
- omicron
|
||||
- lambda
|
||||
|
||||
cdash:
|
||||
build-group: E4S Mac
|
||||
|
Loading…
Reference in New Issue
Block a user