ci: fix stack mirror urls (#38882)
This commit is contained in:
		| @@ -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 | ||||
| ######################################## | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Scott Wittenburg
					Scott Wittenburg