Skip to content

Commit 9ebb2ca

Browse files
committed
Revert "remove unnecessary hpctests group"
This reverts commit 4d5bc93.
1 parent 2bb9cd2 commit 9ebb2ca

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

ansible/adhoc/hpctests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
---
66

7-
- hosts: login[0] # TODO: might want to make which node is used selectable?
7+
- hosts: hpctests[0] # TODO: might want to make which node is used selectable?
88
become: false
99
gather_facts: false
1010
tasks:

environments/common/inventory/groups

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ login
1313
control
1414
compute
1515

16+
[hpctests]
17+
# Login group to use for running mpi-based testing.
18+
1619
[cluster:children]
1720
# All nodes in the appliance - add e.g. service nodes not running Slurm here.
1821
openhpc

environments/common/layouts/everything

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[nfs:children]
22
openhpc
33

4+
[hpctests:children]
5+
login
6+
47
[mysql:children]
58
control
69

0 commit comments

Comments
 (0)