From 861edcf996a1ce001aa20426d290ef950fd79870 Mon Sep 17 00:00:00 2001 From: Scott Wittenburg Date: Thu, 30 Jun 2022 16:38:58 -0600 Subject: 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. --- .../gitlab/cloud_pipelines/stacks/radiuss-aws-aarch64/spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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: -- cgit v1.2.3-60-g2f50