Skip to content

Commit 174ed50

Browse files
committed
bugfix hpctests pingmatix node selection
1 parent f881ee6 commit 174ed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/hpctests/tasks/pingmatrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Note this still doesn't fix any non-unique names but we should get a length mis-match at least with that.
3535
# although this looks a bit crazy:
3636
- name: Expand node list
37-
shell: "scontrol show hostnames {{ openhpc_tests_nodes if openhpc_tests_nodes is defined else (hpctests_computes.stdout_lines | join(',')) }}"
37+
shell: "scontrol show hostnames {{ hpctests_nodes if hpctests_nodes is defined else (hpctests_computes.stdout_lines | join(',')) }}"
3838
register: scontrol_hostnames
3939

4040
- name: Create sorted node expression

0 commit comments

Comments
 (0)