From 1a53a7b37bc109848f2c00a78b780b6f1fb7dfdb Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Mon, 8 Apr 2024 17:55:03 +0200 Subject: [PATCH] Add more apps to aws-pcluster-x86_64_v4 stack --- .../stacks/aws-pcluster-x86_64_v4/spack.yaml | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml index 35d099f014d..5a7c257baff 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml @@ -2,14 +2,23 @@ spack: view: false definitions: + - apps: + - gromacs + - lammps + - mpas-model + - openfoam + - palace + - quantum-espresso + - wrf - - optimized_configs: - - palace target=x86_64_v4 - - palace target=x86_64_v3 + - targets: + - 'target=x86_64_v4' + - 'target=x86_64_v3' specs: - - $optimized_configs - + - matrix: + - [$apps] + - [$targets] ci: pipeline-gen: - build-job: @@ -28,5 +37,6 @@ spack: # Do not distribute Intel & ARM binaries - - for i in $(aws s3 ls --recursive ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/ | grep intel-oneapi | awk '{print $4}' | sed -e 's?^.*build_cache/??g'); do aws s3 rm ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/$i; done - for i in $(aws s3 ls --recursive ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/ | grep armpl | awk '{print $4}' | sed -e 's?^.*build_cache/??g'); do aws s3 rm ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/$i; done + cdash: build-group: AWS Packages