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 1514700 commit f188671Copy full SHA for f188671
1 file changed
tools/cloud-build/daily-tests/ansible_playbooks/test-validation/test-nccl.yml
@@ -14,7 +14,6 @@
14
15
---
16
- name: Run prerequisite NCCL scripts
17
- # Use the 'shell' module to execute complex shell commands
18
shell: |
19
set -x -e
20
cd {{ ansible_user_dir }}
@@ -49,7 +48,6 @@
49
48
executable: /bin/bash
50
51
- name: Submit NCCL test job and get job ID
52
- # Use 'shell' here as well to handle the pipe '|'
53
shell: "sbatch run-nccl-tests.sh | awk '{print $4}'"
54
args:
55
chdir: "{{ ansible_user_dir }}/cluster-toolkit/{{ nccl_test_path }}"
0 commit comments