Skip to content

Commit 0294fb4

Browse files
committed
don't install hpl source during extra builds
1 parent 4befa71 commit 0294fb4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ansible/fatimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
ansible.builtin.include_role:
207207
name: hpctests
208208
tasks_from: source-hpl.yml
209+
when: "'hpctests' in group_names"
209210

210211
- hosts: prometheus
211212
become: true

environments/common/inventory/groups

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ login
2222
control
2323
compute
2424

25-
[hpctests:children]
25+
[hpctests]
2626
# Login group to use for running mpi-based testing.
27-
login
2827

2928
[additional]
3029
# Additional nodes to include in "cluster" group

environments/site/inventory/groups

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ fatimage
1313
[nfs:children]
1414
openhpc
1515

16+
[hpctests:children]
17+
# Login group to use for running mpi-based testing.
18+
login
19+
fatimage
20+
1621
[mysql:children]
1722
control
1823

0 commit comments

Comments
 (0)