File tree Expand file tree Collapse file tree
tools/cloud-build/daily-tests/ansible_playbooks/test-validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 116116 debug :
117117 msg : " {{nccl_test_logs.stdout}}"
118118
119- - name : Ensure average bus bandwidth is >= 100 GB/s
119+ - name : Ensure average bus bandwidth is >= 200 GB/s
120120 delegate_to : localhost
121121 ansible.builtin.shell : |
122122 grep -o '# Avg bus bandwidth : [0-9\.]*' pod_logs.txt | cut -d ':' -f 2 | awk '{$1=$1;print}'
123123 register : avg_bus_bandwidth
124- failed_when : avg_bus_bandwidth.stdout | float < 100
124+ failed_when : avg_bus_bandwidth.stdout | float < 200
125125
126126- name : " SUCCESS: Bandwidth validation passed. Cleaning up resources."
127127 ansible.builtin.debug :
128- msg : " Average bus bandwidth is >= 100 GB/s. Test passed. Cleaning up JobSet."
128+ msg : " Average bus bandwidth is >= 200 GB/s. Test passed. Cleaning up JobSet."
129129
130130- name : Clean up
131131 delegate_to : localhost
You can’t perform that action at this time.
0 commit comments