Skip to content

Commit f188671

Browse files
committed
Cleanup comments
1 parent 1514700 commit f188671

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • tools/cloud-build/daily-tests/ansible_playbooks/test-validation

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
---
1616
- name: Run prerequisite NCCL scripts
17-
# Use the 'shell' module to execute complex shell commands
1817
shell: |
1918
set -x -e
2019
cd {{ ansible_user_dir }}
@@ -49,7 +48,6 @@
4948
executable: /bin/bash
5049

5150
- name: Submit NCCL test job and get job ID
52-
# Use 'shell' here as well to handle the pipe '|'
5351
shell: "sbatch run-nccl-tests.sh | awk '{print $4}'"
5452
args:
5553
chdir: "{{ ansible_user_dir }}/cluster-toolkit/{{ nccl_test_path }}"

0 commit comments

Comments
 (0)