ci: update darwin tags (#47993)
* ci: update darwin tags * tag with apple-clang version * move darwin aarch64 tagging into configs/darwin/aarch/ci.yaml
This commit is contained in:
parent
5640861aeb
commit
60be9ea068
@ -435,7 +435,7 @@ developer-tools-x86_64_v3-linux-gnu-build:
|
||||
SPACK_CI_STACK_NAME: developer-tools-darwin
|
||||
|
||||
developer-tools-darwin-generate:
|
||||
tags: [ "macos-ventura", "apple-clang-15", "aarch64-macos" ]
|
||||
tags: [ "macos-sonoma", "apple-clang-16", "aarch64-macos" ]
|
||||
extends: [ ".developer-tools-darwin", ".generate-base"]
|
||||
|
||||
developer-tools-darwin-build:
|
||||
@ -746,7 +746,7 @@ ml-linux-aarch64-cuda-build:
|
||||
SPACK_CI_STACK_NAME: ml-darwin-aarch64-mps
|
||||
|
||||
ml-darwin-aarch64-mps-generate:
|
||||
tags: [ "macos-ventura", "apple-clang-15", "aarch64-macos" ]
|
||||
tags: [ "macos-sonoma", "apple-clang-16", "aarch64-macos" ]
|
||||
extends: [ ".ml-darwin-aarch64-mps", ".generate-base"]
|
||||
|
||||
ml-darwin-aarch64-mps-build:
|
||||
@ -948,7 +948,7 @@ bootstrap-x86_64-linux-gnu-build:
|
||||
SPACK_CI_STACK_NAME: bootstrap-aarch64-darwin
|
||||
|
||||
bootstrap-aarch64-darwin-generate:
|
||||
tags: [macos-ventura, apple-clang-15, aarch64-macos]
|
||||
tags: [ "macos-sonoma", "apple-clang-16", "aarch64-macos" ]
|
||||
extends: [.bootstrap-aarch64-darwin, .generate-base]
|
||||
|
||||
bootstrap-aarch64-darwin-build:
|
||||
|
@ -1,4 +1,6 @@
|
||||
ci:
|
||||
pipeline-gen:
|
||||
- build-job:
|
||||
tags: [ "macos-sonoma", "apple-clang-16", "aarch64-macos" ]
|
||||
- build-job-remove:
|
||||
image:: macos-run-on-metal
|
||||
|
@ -30,4 +30,3 @@ spack:
|
||||
- build-job:
|
||||
variables:
|
||||
CI_GPG_KEY_ROOT: /etc/protected-runner
|
||||
tags: [macos-ventura, apple-clang-15, aarch64-macos]
|
||||
|
@ -69,7 +69,6 @@ spack:
|
||||
- build-job:
|
||||
variables:
|
||||
CI_GPG_KEY_ROOT: /etc/protected-runner
|
||||
tags: [ "macos-ventura", "apple-clang-15", "aarch64-macos" ]
|
||||
|
||||
cdash:
|
||||
build-group: Developer Tools Darwin
|
||||
|
@ -89,7 +89,6 @@ spack:
|
||||
- build-job:
|
||||
variables:
|
||||
CI_GPG_KEY_ROOT: /etc/protected-runner
|
||||
tags: [ "macos-ventura", "apple-clang-15", "aarch64-macos" ]
|
||||
|
||||
cdash:
|
||||
build-group: Machine Learning MPS
|
||||
|
Loading…
Reference in New Issue
Block a user