Skip to content

Commit 87c9a88

Browse files
committed
print output
1 parent 4f0bdb6 commit 87c9a88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build_inference = false
4646

4747
# Set do_build to "false" to skip builds and test the latest image built by this PR
4848
# Note: at least one build is required to set do_build to "false"
49-
do_build = true
49+
do_build = false
5050

5151
[notify]
5252
### Notify on test failures

test/dlc_tests/container_tests/bin/efa/testEFA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ check_efa_nccl_all_reduce(){
103103
check_efa_nccl_all_reduce
104104

105105
nvidia-smi | tee /test/logs/smi.log
106-
cat /test/logs/smi.log
106+
RESULT=$(cat /test/logs/smi.log)
107107

108108
nvcc --version | tee /test/logs/nvcc.log
109-
cat /test/logs/nvcc.log
109+
RESULT=$(cat /test/logs/nvcc.log)

0 commit comments

Comments
 (0)