diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2023-07-24 14:20:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 20:20:08 +0000 |
commit | 12d86ffb6a536eb39f95764631ad756aef1e3e2f (patch) | |
tree | 5f318b74effd9d39271fbed0eb89137b0161f0bc /share | |
parent | fde1954c137aa50525bd1facc72c06cf38ef06ed (diff) | |
download | spack-12d86ffb6a536eb39f95764631ad756aef1e3e2f.tar.gz spack-12d86ffb6a536eb39f95764631ad756aef1e3e2f.tar.bz2 spack-12d86ffb6a536eb39f95764631ad756aef1e3e2f.tar.xz spack-12d86ffb6a536eb39f95764631ad756aef1e3e2f.zip |
ci: fix stack mirror urls (#38882)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 5 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/ml-darwin-aarch64-mps/spack.yaml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index c10fa4f6b7..fa5faf8665 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -255,6 +255,11 @@ protected-publish: # you should inlclude your custom definitions at the end of the of the # extends list. # +# Also note that if extending .base-job, the mirror url given in your +# spack.yaml should take the form: +# +# s3://spack-binaries/develop/${SPACK_CI_STACK_NAME} +# ######################################## # My Super Cool Pipeline ######################################## diff --git a/share/spack/gitlab/cloud_pipelines/stacks/ml-darwin-aarch64-mps/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/ml-darwin-aarch64-mps/spack.yaml index 3b204f3f94..90fc297a0d 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/ml-darwin-aarch64-mps/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/ml-darwin-aarch64-mps/spack.yaml @@ -92,7 +92,7 @@ spack: # - py-vector-quantize-pytorch # py-torch # - r-xgboost # r - mirrors: { "mirror": "s3://spack-binaries/develop/ml-darwin-aarch64-cpu" } + mirrors: { "mirror": "s3://spack-binaries/develop/ml-darwin-aarch64-mps" } ci: pipeline-gen: |