e4s mac ci: try lambda, the new mac studio runner (#32169)

This commit is contained in:
eugeneswalker 2022-08-17 14:24:47 -07:00 committed by GitHub
parent c340fe43d2
commit d8689b5038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -200,7 +200,7 @@ e4s-mac-pr-generate:
paths: paths:
- "${CI_PROJECT_DIR}/jobs_scratch_dir" - "${CI_PROJECT_DIR}/jobs_scratch_dir"
tags: tags:
- omicron - lambda
interruptible: true interruptible: true
retry: retry:
max: 2 max: 2

View File

@ -15,7 +15,7 @@ spack:
packages: packages:
all: all:
compiler: [apple-clang@13.0.0] compiler: [apple-clang@13.1.6]
target: [m1] target: [m1]
definitions: definitions:
@ -24,7 +24,7 @@ spack:
- ncurses - ncurses
- arch: - arch:
- '%apple-clang@13.0.0 target=m1' - '%apple-clang@13.1.6 target=m1'
specs: specs:
@ -50,16 +50,18 @@ spack:
- match: ['os=monterey'] - match: ['os=monterey']
runner-attributes: runner-attributes:
tags: tags:
- omicron - lambda
broken-specs-url: "s3://spack-binaries/broken-specs" broken-specs-url: "s3://spack-binaries/broken-specs"
service-job-attributes: service-job-attributes:
before_script: before_script:
- . "./share/spack/setup-env.sh" - export SPACK_USER_CACHE_PATH=$(pwd)/.spack-user-cache
- spack --version - export SPACK_USER_CONFIG_PATH=$(pwd)/.spack-user-config
- . "./share/spack/setup-env.sh"
- spack --version
tags: tags:
- omicron - lambda
cdash: cdash:
build-group: E4S Mac build-group: E4S Mac