Skip to content

Commit 4a5a12d

Browse files
committed
pipelines: make unification strategy explicit
This commit removes the "unify:false" in higher priority custom scopes, and makes the unification strategy explicit in each pipeline.
1 parent ef84bdc commit 4a5a12d

File tree

17 files changed

+35
-1
lines changed

17 files changed

+35
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
concretizer:
22
reuse: false
3-
unify: false

share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-neoverse_v1/spack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
5+
36
definitions:
47
- apps:
58
- gromacs

share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
5+
36
definitions:
47
- apps:
58
- gromacs %oneapi

share/spack/gitlab/cloud_pipelines/stacks/bootstrap-aarch64-darwin/spack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
spack:
22
view: false
33

4+
concretizer:
5+
unify: false
6+
47
packages:
58
all:
69
require: target=aarch64

share/spack/gitlab/cloud_pipelines/stacks/bootstrap-x86_64-linux-gnu/spack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
35

46
packages:
57
all:

share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
35
packages:
46
all:
57
require: target=x86_64_v3

share/spack/gitlab/cloud_pipelines/stacks/ml-darwin-aarch64-mps/spack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
35

46
packages:
57
all:

share/spack/gitlab/cloud_pipelines/stacks/ml-linux-aarch64-cpu/spack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
35
packages:
46
all:
57
require:

share/spack/gitlab/cloud_pipelines/stacks/ml-linux-aarch64-cuda/spack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
35
packages:
46
all:
57
require:

share/spack/gitlab/cloud_pipelines/stacks/ml-linux-x86_64-cpu/spack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spack:
22
view: false
3+
concretizer:
4+
unify: false
35
packages:
46
all:
57
require:

0 commit comments

Comments
 (0)