We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d3cd4 commit 8f734edCopy full SHA for 8f734ed
tools/cloud-build/daily-tests/ansible_playbooks/test-validation/test-gke-a3-high.yml
@@ -60,12 +60,12 @@
60
debug:
61
msg: "{{nccl_test_logs.stdout}}"
62
63
-- name: Ensure average bus bandwidth is >= 25 GB/s
+- name: Ensure average bus bandwidth is >= 19 GB/s
64
delegate_to: localhost
65
ansible.builtin.shell: |
66
grep -o '# Avg bus bandwidth : [0-9\.]*' pod_logs.txt | cut -d ':' -f 2 | awk '{$1=$1;print}'
67
register: avg_bus_bandwidth
68
- failed_when: avg_bus_bandwidth.stdout | float < 25
+ failed_when: avg_bus_bandwidth.stdout | float < 19
69
70
- name: Clean up
71
0 commit comments