Skip to content

Commit

Permalink
cs.log report parsing moved to gpuci
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Nov 24, 2021
1 parent ec8789c commit 2a7f20d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 150 deletions.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ else
${COMPUTE_SANITIZER_CMD} ${gt} | tee "$WORKSPACE/test-results/${test_name}.cs.log"
done
unset GTEST_CUDF_RMM_MODE
python ../scripts/compute-sanitizer-to-junit-xml.py -glob "$WORKSPACE/test-results/*.cs.log" -out "$WORKSPACE/test-results/cudamemcheck-junit.xml"
# test-results/*.cs.log are processed in gpuci
fi
fi

Expand Down
149 changes: 0 additions & 149 deletions ci/utils/compute-sanitizer-to-junit-xml.py

This file was deleted.

0 comments on commit 2a7f20d

Please sign in to comment.