Skip to content

Commit 26f4f9f

Browse files
nezdolikjrajahalme
authored andcommitted
ci: stop MSAN tests after first failure
MSAN aborts the affected test process, but Bazel otherwise continues running the remaining test targets. Disable test keep-going for the MSAN job so sanitizer findings surface without waiting for the serial test suite to finish. Signed-off-by: Kateryna Nezdolii <kateryna.nezdolii@gmail.com>
1 parent 9284145 commit 26f4f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ jobs:
184184
ARCHIVE_IMAGE=quay.io/${{ github.repository_owner }}/cilium-envoy-builder:test-main-archive-latest
185185
DEBUG=1
186186
BAZEL_BUILD_OPTS=--config=msan --remote_upload_local_results=false
187-
BAZEL_TEST_OPTS=--jobs=HOST_RAM*.00005 --test_timeout=900 --local_test_jobs=1 --flaky_test_attempts=1 --noshow_progress --noshow_loading_progress --test_env=MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-18/bin/llvm-symbolizer
187+
BAZEL_TEST_OPTS=--jobs=HOST_RAM*.00005 --test_timeout=900 --local_test_jobs=1 --notest_keep_going --flaky_test_attempts=1 --noshow_progress --noshow_loading_progress --test_env=MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-18/bin/llvm-symbolizer
188188
cache-from: type=local,src=/tmp/buildx-cache
189189
push: false

0 commit comments

Comments
 (0)