Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 1af8164a54c6b497311ccbd7882bee603761effc
https://github.com/jenkinsci/git-plugin/commit/1af8164a54c6b497311ccbd7882bee603761effc
Author: James Nord <[email protected]>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M src/test/java/jenkins/plugins/git/AbstractGitSCMSourceTest.java
Log Message:
-----------
do not run commit hooks
if you are mandated to have something like `git secrets` installed then
the test fails as it takes more time that the test allows to make the
commit.
On windows git secrets can easily make a commit take 20s to complete or
more (but a lower bound is around 5 seconds).
As we are doing timing here and we do not care about commit hooks, we
can just skip them so they do not interfere.
Commit: 41699e4cb925312fac7de23f09946120e6f53142
https://github.com/jenkinsci/git-plugin/commit/41699e4cb925312fac7de23f09946120e6f53142
Author: Mark Waite <[email protected]>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M src/test/java/jenkins/plugins/git/AbstractGitSCMSourceTest.java
Log Message:
-----------
Merge pull request #1151 from jtnord/no-hooks
do not run commit hooks in timing tests
Compare:
https://github.com/jenkinsci/git-plugin/compare/8d2658fcfc10...41699e4cb925
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/8d2658-41699e%40github.com.