Skip to content

Commit 6b23d47

Browse files
authored
Don't install hpl source during extra builds (#828)
* don't install hpl source during extra builds [no ci] * bump CI image
1 parent 06f504c commit 6b23d47

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster_image": {
3-
"RL8": "openhpc-RL8-251014-1152-20aa2a49",
4-
"RL9": "openhpc-RL9-251014-1152-20aa2a49"
3+
"RL8": "openhpc-RL8-251021-1221-915ed3fc",
4+
"RL9": "openhpc-RL9-251021-1221-915ed3fc"
55
}
66
}

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)