Skip to content

Commit 9622d88

Browse files
committed
revert changes to hpctests group now it exists again
1 parent 4ed86d9 commit 9622d88

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

roles/cluster_infra/tasks/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
groups: "{{ hostvars[item].group_names | stackhpc.terraform.terraform_infra_expand_groups(cluster_groups_monitoring) }}"
5353
loop: "{{ groups.get('cluster', []) }}"
5454

55+
- name: Add cluster hosts to validation groups
56+
add_host:
57+
name: "{{ item }}"
58+
groups: "{{ hostvars[item].group_names | stackhpc.terraform.terraform_infra_expand_groups(cluster_groups_validation) }}"
59+
loop: "{{ groups.get('cluster', []) }}"
60+
when: cluster_run_validation | default(false) | bool
61+
5562
- name: Add cluster hosts to Zenith groups
5663
add_host:
5764
name: "{{ item }}"

slurm-infra.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
when: zenith_subdomain_ood is defined
109109

110110
- import_playbook: vendor/stackhpc/ansible-slurm-appliance/ansible/adhoc/hpctests.yml
111-
when: cluster_run_validation | default(false) | bool
112111

113112
# Write the outputs as the final task
114113
- hosts: localhost

0 commit comments

Comments
 (0)