summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:13 +0900
committerJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:13 +0900
commit19ab8e8dd55af626cc2a241038934622a7e1a0b1 (patch)
treee5f073711c4c0fd5bdfe62050ccef1dc19e9908c
parentfc0269be63d42bd8e79e07886e7926f20900066e (diff)
parent6ba913629f51f5fa9f78030fe47e38d5b02e3a88 (diff)
downloadgit-19ab8e8dd55af626cc2a241038934622a7e1a0b1.tar.gz
Merge branch 'js/ci-san-skip-p4-and-svn-tests' into maint-2.42
Flakey "git p4" tests, as well as "git svn" tests, are now skipped in the (rather expensive) sanitizer CI job. * js/ci-san-skip-p4-and-svn-tests: ci(linux-asan-ubsan): let's save some time
-rwxr-xr-xci/lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/lib.sh b/ci/lib.sh
index 369d462f13..6fbb5bade1 100755
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -280,6 +280,8 @@ linux-leaks)
;;
linux-asan-ubsan)
export SANITIZE=address,undefined
+ export NO_SVN_TESTS=LetsSaveSomeTime
+ MAKEFLAGS="$MAKEFLAGS NO_PYTHON=YepBecauseP4FlakesTooOften"
;;
esac