Skip to content

Commit eea9a9c

Browse files
committed
Updating the required average-bus-bw for A4X NCCL test
1 parent 5da389b commit eea9a9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/cloud-build/daily-tests/ansible_playbooks/test-validation/test-gke-a4x.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,16 @@
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

0 commit comments

Comments
 (0)