Skip to content

Commit 4d5bc93

Browse files
committed
remove unnecessary hpctests group
1 parent 2362b5e commit 4d5bc93

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
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: hpctests[0] # TODO: might want to make which node is used selectable?
7+
- hosts: login[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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ login
1313
control
1414
compute
1515

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

environments/common/layouts/everything

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

4-
[hpctests:children]
5-
login
6-
74
[mysql:children]
85
control
96

0 commit comments

Comments
 (0)