Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
ansible.builtin.include_role:
name: hpctests
tasks_from: source-hpl.yml
when: "'hpctests' in group_names"

- hosts: prometheus
become: true
Expand Down
4 changes: 2 additions & 2 deletions environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cluster_image": {
"RL8": "openhpc-RL8-251014-1152-20aa2a49",
"RL9": "openhpc-RL9-251014-1152-20aa2a49"
"RL8": "openhpc-RL8-251021-1221-915ed3fc",
"RL9": "openhpc-RL9-251021-1221-915ed3fc"
}
}
3 changes: 1 addition & 2 deletions environments/common/inventory/groups
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ login
control
compute

[hpctests:children]
[hpctests]
# Login group to use for running mpi-based testing.
login

[additional]
# Additional nodes to include in "cluster" group
Expand Down
5 changes: 5 additions & 0 deletions environments/site/inventory/groups
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ fatimage
[nfs:children]
openhpc

[hpctests:children]
# Login group to use for running mpi-based testing.
login
fatimage

[mysql:children]
control

Expand Down
Loading