diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2022-08-17 14:24:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 21:24:47 +0000 |
commit | d8689b50389cca69495ef2600c9e97c6f47a49c8 (patch) | |
tree | 71a82d54ec8e945a59ce8fb6d280ca516a882364 /share | |
parent | c340fe43d2ae1f61370c3c17b996367c5235a7c1 (diff) | |
download | spack-d8689b50389cca69495ef2600c9e97c6f47a49c8.tar.gz spack-d8689b50389cca69495ef2600c9e97c6f47a49c8.tar.bz2 spack-d8689b50389cca69495ef2600c9e97c6f47a49c8.tar.xz spack-d8689b50389cca69495ef2600c9e97c6f47a49c8.zip |
e4s mac ci: try lambda, the new mac studio runner (#32169)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 616c4b8de0..3bdbd2086a 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -200,7 +200,7 @@ e4s-mac-pr-generate: paths: - "${CI_PROJECT_DIR}/jobs_scratch_dir" tags: - - omicron + - lambda interruptible: true retry: max: 2 diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml index 6cfaae4a15..a97101f16f 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml @@ -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 |