diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-11-17 09:07:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-17 09:07:42 +0100 |
commit | 067fefc46ad0132f5af40a154f425e97924fcacb (patch) | |
tree | 43d8bb1280e3cdc9e8846c5b7150dbde3533d86b /share | |
parent | 42c9961bbefcd6aa32c68ffccad24279725df563 (diff) | |
download | spack-067fefc46ad0132f5af40a154f425e97924fcacb.tar.gz spack-067fefc46ad0132f5af40a154f425e97924fcacb.tar.bz2 spack-067fefc46ad0132f5af40a154f425e97924fcacb.tar.xz spack-067fefc46ad0132f5af40a154f425e97924fcacb.zip |
Set "generic" uarch granularity for a few pipelines (#47640)
Diffstat (limited to 'share')
4 files changed, 9 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/concretizer.yaml b/share/spack/gitlab/cloud_pipelines/configs/concretizer.yaml index 3e98ced6fd..9006e2ec56 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/concretizer.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/concretizer.yaml @@ -1,4 +1,3 @@ concretizer: reuse: false unify: false - diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/ppc64le/concretizer.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/ppc64le/concretizer.yaml new file mode 100644 index 0000000000..3050c32a17 --- /dev/null +++ b/share/spack/gitlab/cloud_pipelines/configs/linux/ppc64le/concretizer.yaml @@ -0,0 +1,3 @@ +concretizer: + targets: + granularity: generic diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v3/concretizer.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v3/concretizer.yaml new file mode 100644 index 0000000000..3050c32a17 --- /dev/null +++ b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v3/concretizer.yaml @@ -0,0 +1,3 @@ +concretizer: + targets: + granularity: generic diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/concretizer.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/concretizer.yaml new file mode 100644 index 0000000000..3050c32a17 --- /dev/null +++ b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/concretizer.yaml @@ -0,0 +1,3 @@ +concretizer: + targets: + granularity: generic |