]> Kevux Git Server - rit/commit
Merge branch 'js/ci-leak-skip-svn'
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Jan 2026 21:34:36 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jan 2026 21:34:36 +0000 (13:34 -0800)
commit1f047a6fba1701ed59e78150324e631728406d39
treec5b29644270a723372c17074a24c9d053bc843e2
parent3d952821298f8f0e6491745a978baec6a2bb0895
parent047bd7dfe3b6563ea5f6543533207e3481f3e74c
Merge branch 'js/ci-leak-skip-svn'

Dscho observed that SVN tests are taking too much time in CI leak
checking tasks, but most time is spent not in our code but in libsvn
code (which happen to be written in Perl), whose leaks have little
value to discover for us.  Skip SVN, P4, and CVS tests in the leak
checking tasks.

* js/ci-leak-skip-svn:
  ci: skip CVS and P4 tests in leaks job, too
  ci(*-leaks): skip the git-svn tests to save time