Skip to content

Commit

Permalink
chore(gpu): set test threads to 1 when BIG_INSTANCE is false to get a…
Browse files Browse the repository at this point in the history
… better view of failures in the ci
  • Loading branch information
agnesLeroy committed Sep 16, 2024
1 parent 9633b61 commit 47c8d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gpu_fast_h100_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:

- name: Run core crypto and internal CUDA backend tests
run: |
BIG_TESTS_INSTANCE=TRUE make test_core_crypto_gpu
BIG_TESTS_INSTANCE=TRUE make test_integer_compression_gpu
BIG_TESTS_INSTANCE=FALSE make test_core_crypto_gpu
BIG_TESTS_INSTANCE=FALSE make test_integer_compression_gpu
BIG_TESTS_INSTANCE=TRUE make test_cuda_backend
- name: Run user docs tests
Expand Down
4 changes: 2 additions & 2 deletions scripts/integer-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ if [[ "${backend}" == "gpu" ]]; then
test_threads=8
doctest_threads=8
else
test_threads=3
doctest_threads=3
test_threads=1
doctest_threads=1
fi
fi

Expand Down

0 comments on commit 47c8d4c

Please sign in to comment.