Skip to content

Commit

Permalink
Revert "[ci] Allow parallel testing on NVIDIA GPUs (#5467)"
Browse files Browse the repository at this point in the history
This reverts commit 3eab154.
  • Loading branch information
GMNGeoffrey authored Apr 16, 2021
1 parent cd45898 commit 9abbcfe
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ echo "Building with Ninja"
cd "${CMAKE_BUILD_DIR?}"
ninja

export CTEST_PARALLEL_LEVEL=${CTEST_PARALLEL_LEVEL:-$(nproc)}
# Limit parallelism dramatically to avoid exhausting GPU memory
# TODO(#5162): Handle this more robustly
export CTEST_PARALLEL_LEVEL=${CTEST_PARALLEL_LEVEL:-1}

# Only test drivers that use the GPU, since we run all tests on non-GPU machines
# as well.
Expand Down

0 comments on commit 9abbcfe

Please sign in to comment.