From 6406db0b1359066edaa96e4d356fe78a1086c02d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 26 Jan 2023 10:00:24 +0100 Subject: [PATCH] rec: run less bulktest variations What we have been doing until now is a bit overkill. --- .github/workflows/build-and-test-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 573a4862ee..b202abe1b3 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -346,8 +346,8 @@ jobs: strategy: matrix: sanitizers: [ubsan+asan] - threads: [1, 2, 3, 4, 8, 16] - mthreads: [2048, 4096] + threads: [1, 2, 3, 4, 8] + mthreads: [2048] shards: [1, 2, 1024] env: UBSAN_OPTIONS: 'print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp' -- 2.47.2