summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorScott Wittenburg <scott.wittenburg@kitware.com>2022-06-30 16:38:58 -0600
committerGitHub <noreply@github.com>2022-06-30 15:38:58 -0700
commit861edcf996a1ce001aa20426d290ef950fd79870 (patch)
treeeceb164713df92c04e14f4257db91b7d57bcb671 /share
parent60c533b80be9c25d66a8409cb906417ab43a8085 (diff)
downloadspack-861edcf996a1ce001aa20426d290ef950fd79870.tar.gz
spack-861edcf996a1ce001aa20426d290ef950fd79870.tar.bz2
spack-861edcf996a1ce001aa20426d290ef950fd79870.tar.xz
spack-861edcf996a1ce001aa20426d290ef950fd79870.zip
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.
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/radiuss-aws-aarch64/spack.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/radiuss-aws-aarch64/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/radiuss-aws-aarch64/spack.yaml
index 880cc58f67..c66bbf48d5 100644
--- a/share/spack/gitlab/cloud_pipelines/stacks/radiuss-aws-aarch64/spack.yaml
+++ b/share/spack/gitlab/cloud_pipelines/stacks/radiuss-aws-aarch64/spack.yaml
@@ -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: