File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -779,6 +779,7 @@ jobs:
779779 # In containers without GPU support, UCX does not work properly since it is configured to work with GPU-support.
780780 # Hence, don't enforce UCX when running these tests.
781781 (docker exec cuda-quantum bash -c "unset OMPI_MCA_pml && set -o pipefail && bash validate_container.sh | tee /tmp/validation.out") && passed=true || passed=false
782+ docker cp cuda-quantum:"/tmp/validation.out" /tmp/validation.out
782783 docker stop cuda-quantum
783784
784785 if ! $passed; then
Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ jobs:
320320 run : |
321321 docker run --rm -dit --name cuda-quantum validation:local
322322 (docker exec cuda-quantum bash -lc "set -o pipefail && bash validate.sh | tee /tmp/validation.out") && passed=true || passed=false
323+ docker cp cuda-quantum:"/tmp/validation.out" /tmp/validation.out
323324 docker stop cuda-quantum
324325
325326 if ! $passed; then
@@ -528,4 +529,4 @@ jobs:
528529 repo: context.repo.repo,
529530 artifact_id: id,
530531 })
531- })
532+ })
You can’t perform that action at this time.
0 commit comments