Skip to content

Commit 081df0a

Browse files
authored
Revert old pattern of SG cugraph testing for CI purposes (#2262)
Authors: - https://github.com/betochimas Approvers: - Rick Ratzel (https://github.com/rlratzel) - Jordan Jacobelli (https://github.com/Ethyling) URL: #2262
1 parent 3506893 commit 081df0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ echo "Ran Python pytest for pylibcugraph : return code was: $?, test script exit
9292
echo "Python pytest for cuGraph (single-GPU only)..."
9393
cd ${CUGRAPH_ROOT}/python/cugraph/cugraph
9494
# rmat is not tested because of MG testing
95-
pytest --cache-clear --junitxml=${CUGRAPH_ROOT}/junit-cugraph-pytests.xml -v --cov-config=.coveragerc --cov=cugraph --cov-report=xml:${WORKSPACE}/python/cugraph/cugraph-coverage.xml --cov-report term -k "not mg and not rmat" --benchmark-disable
95+
pytest --cache-clear --junitxml=${CUGRAPH_ROOT}/junit-cugraph-pytests.xml -v --cov-config=.coveragerc --cov=cugraph --cov-report=xml:${WORKSPACE}/python/cugraph/cugraph-coverage.xml --cov-report term --ignore=raft --ignore=tests/mg --ignore=tests/generators --benchmark-disable
9696
echo "Ran Python pytest for cugraph : return code was: $?, test script exit code is now: $EXITCODE"
9797

9898
echo "Python benchmarks for cuGraph (running as tests)..."

0 commit comments

Comments
 (0)