Skip to content

Commit

Permalink
Block job after cpp tests to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed Mar 25, 2024
1 parent a1fc8fd commit 85324c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ nvidia-smi
# Run librmm gtests from librmm-tests package
rapids-logger "Run gtests"

set +e

export GTEST_OUTPUT=xml:${RAPIDS_TESTS_DIR}/
./ci/run_ctests.sh -j20 && EXITCODE=$? || EXITCODE=$?;


sleep 10h

rapids-logger "Test script exiting with value: $EXITCODE"
exit ${EXITCODE}

0 comments on commit 85324c3

Please sign in to comment.