Skip to content

Commit 5ccd772

Browse files
committed
disable pingpong plotting
1 parent 3f93f16 commit 5ccd772

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

group_vars/cluster.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ appliances_local_users_podman_enable: "{{ groups.get('podman', []) | length > 0
2222
# The server name for Open OnDemand depends on whether Zenith is enabled or not
2323
openondemand_servername_default: "{{ hostvars[groups['openstack'][0]].cluster_floating_ip_address | replace('.', '-') ~ '.sslip.io' }}"
2424
openondemand_servername: "{{ zenith_fqdn_ood | default(openondemand_servername_default) }}"
25+
26+
# Skip plotting pingpong as matplotlib not in runner environment:
27+
hpctests_pingpong_plot: false

0 commit comments

Comments
 (0)