Skip to content

Commit c8e73ee

Browse files
committed
update molecule tests for openhpc_nodegroups
1 parent 319ddf3 commit c8e73ee

File tree

19 files changed

+24
-24
lines changed

19 files changed

+24
-24
lines changed

molecule/test1/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
88
runtime: true
99
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
10-
openhpc_slurm_partitions:
10+
openhpc_nodegroups:
1111
- name: "compute"
1212
openhpc_cluster_name: testohpc
1313
tasks:

molecule/test10/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
88
runtime: true
99
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
10-
openhpc_slurm_partitions:
10+
openhpc_nodegroups:
1111
- name: "compute"
1212
openhpc_cluster_name: testohpc
1313
openhpc_slurm_configless: true

molecule/test10/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
3030
runtime: true
3131
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
32-
openhpc_slurm_partitions:
32+
openhpc_nodegroups:
3333
- name: "compute"
3434
openhpc_cluster_name: testohpc
3535
openhpc_slurm_configless: true

molecule/test11/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
1212
runtime: true
1313
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
14-
openhpc_slurm_partitions:
14+
openhpc_nodegroups:
1515
- name: "compute_orig"
1616
openhpc_cluster_name: testohpc
1717
openhpc_slurm_configless: true

molecule/test11/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
2727
runtime: true
2828
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
29-
openhpc_slurm_partitions:
29+
openhpc_nodegroups:
3030
- name: "compute_new"
3131
openhpc_cluster_name: testohpc
3232
openhpc_slurm_configless: true

molecule/test12/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
1212
runtime: true
1313
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
14-
openhpc_slurm_partitions:
14+
openhpc_nodegroups:
1515
- name: "compute"
1616
openhpc_cluster_name: testohpc
1717
openhpc_slurm_configless: true

molecule/test13/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
88
runtime: true
99
openhpc_slurm_control_host: "{{ groups['testohpc_control'] | first }}"
10-
openhpc_slurm_partitions:
10+
openhpc_nodegroups:
1111
- name: "compute"
1212
openhpc_cluster_name: testohpc
1313
openhpc_slurm_configless: true

molecule/test14/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
88
runtime: true
99
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
10-
openhpc_slurm_partitions:
10+
openhpc_nodegroups:
1111
- name: "compute"
1212
extra_nodes:
1313
# Need to specify IPs for the non-existent State=DOWN nodes, because otherwise even in this state slurmctld will exclude a node with no lookup information from the config.

molecule/test15/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
88
runtime: true
99
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
10-
openhpc_slurm_partitions:
10+
openhpc_nodegroups:
1111
- name: "compute"
1212
partition_params:
1313
PreemptMode: requeue

molecule/test1b/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
88
runtime: true
99
openhpc_slurm_control_host: "{{ groups['testohpc_login'] | first }}"
10-
openhpc_slurm_partitions:
10+
openhpc_nodegroups:
1111
- name: "compute"
1212
openhpc_cluster_name: testohpc
1313
tasks:

0 commit comments

Comments
 (0)