Skip to content

Commit ac1b998

Browse files
committed
feat: Enable NCCL_DEBUG=INFO for daily tests
1 parent c1950dd commit ac1b998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- name: Trigger all-gather NCCL test
6060
delegate_to: localhost
6161
ansible.builtin.shell: |
62-
kubectl -v=9 exec --stdin --tty --container=nccl-test nccl-test-host-1 -- /configs/allgather.sh nccl-host-1 nccl-host-2 > pod_logs.txt
62+
kubectl -v=9 exec --stdin --tty --container=nccl-test nccl-test-host-1 -- NCCL_DEBUG=INFO /configs/allgather.sh nccl-host-1 nccl-host-2 > pod_logs.txt
6363
cat pod_logs.txt
6464
register: nccl_test_logs
6565

0 commit comments

Comments
 (0)