We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0bdb6 commit 87c9a88Copy full SHA for 87c9a88
dlc_developer_config.toml
@@ -46,7 +46,7 @@ build_inference = false
46
47
# Set do_build to "false" to skip builds and test the latest image built by this PR
48
# Note: at least one build is required to set do_build to "false"
49
-do_build = true
+do_build = false
50
51
[notify]
52
### Notify on test failures
test/dlc_tests/container_tests/bin/efa/testEFA
@@ -103,7 +103,7 @@ check_efa_nccl_all_reduce(){
103
check_efa_nccl_all_reduce
104
105
nvidia-smi | tee /test/logs/smi.log
106
-cat /test/logs/smi.log
+RESULT=$(cat /test/logs/smi.log)
107
108
nvcc --version | tee /test/logs/nvcc.log
109
-cat /test/logs/nvcc.log
+RESULT=$(cat /test/logs/nvcc.log)
0 commit comments