From: Otto Moerbeek Date: Thu, 26 Jan 2023 09:00:24 +0000 (+0100) Subject: rec: run less bulktest variations X-Git-Tag: dnsdist-1.8.0-rc1~53^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6406db0b1359066edaa96e4d356fe78a1086c02d;p=thirdparty%2Fpdns.git rec: run less bulktest variations What we have been doing until now is a bit overkill. --- 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'