diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-09-05 14:38:56 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-09-05 14:38:56 -0700 |
| commit | 3e2b0c2f9444b278ff596fd2be2b59b3fc7d2a05 (patch) | |
| tree | 3bbc13a6591abccbe97f0db2a41855d8df6637aa | |
| parent | 8cc32c6b37d3cf308887f18a4161703fa0fa5c6b (diff) | |
| parent | 6ba913629f51f5fa9f78030fe47e38d5b02e3a88 (diff) | |
| download | git-3e2b0c2f9444b278ff596fd2be2b59b3fc7d2a05.tar.gz git-3e2b0c2f9444b278ff596fd2be2b59b3fc7d2a05.zip | |
Merge branch 'js/ci-san-skip-p4-and-svn-tests'
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-x | ci/lib.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -280,6 +280,8 @@ linux-leaks) ;; linux-asan-ubsan) export SANITIZE=address,undefined + export NO_SVN_TESTS=LetsSaveSomeTime + MAKEFLAGS="$MAKEFLAGS NO_PYTHON=YepBecauseP4FlakesTooOften" ;; esac |
