gitlab: Fix mirror url to match stack name (#31399)

We adopted the convention of putting binaries for each stack into
a dedicated mirror named after the directory in which the stack
(spack.yaml file) resides.  This fixes the mirror url of the
radiuss-aws-aarch64 stack to follow that convention.
This commit is contained in:
Scott Wittenburg 2022-06-30 16:38:58 -06:00 committed by GitHub
parent 60c533b80b
commit 861edcf996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ spack:
- mfem +cuda cuda_arch=70 ^hypre+cuda
- raja
- raja +cuda cuda_arch=70
- umpire
- umpire
- umpire +cuda
- compiler:
@ -57,7 +57,7 @@ spack:
- - $compiler
- - $target
mirrors: { "mirror": "s3://spack-binaries/develop/radiuss-aws" }
mirrors: { "mirror": "s3://spack-binaries/develop/radiuss-aws-aarch64" }
gitlab-ci: