ci: fix stack mirror urls (#38882)

This commit is contained in:
Scott Wittenburg 2023-07-24 14:20:08 -06:00 committed by GitHub
parent fde1954c13
commit 12d86ffb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -255,6 +255,11 @@ protected-publish:
# you should inlclude your custom definitions at the end of the of the # you should inlclude your custom definitions at the end of the of the
# extends list. # 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 # My Super Cool Pipeline
######################################## ########################################

View File

@ -92,7 +92,7 @@ spack:
# - py-vector-quantize-pytorch # py-torch # - py-vector-quantize-pytorch # py-torch
# - r-xgboost # r # - r-xgboost # r
mirrors: { "mirror": "s3://spack-binaries/develop/ml-darwin-aarch64-cpu" } mirrors: { "mirror": "s3://spack-binaries/develop/ml-darwin-aarch64-mps" }
ci: ci:
pipeline-gen: pipeline-gen: