Branch: refs/heads/master Home: https://github.com/jenkinsci/git-plugin Commit: bf4a4ab0a19b0eca3cf8761165fe1d828bdcb48e https://github.com/jenkinsci/git-plugin/commit/bf4a4ab0a19b0eca3cf8761165fe1d828bdcb48e Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-10-29 (Sat, 29 Oct 2022)
Changed paths: M pom.xml Log Message: ----------- Test with all available cores Hope to reduce test execution time by using all available cores. Cannot remove the forkCount and consistently keep test execution within the one hour limit that ci.jenkins.io places on plugin jobs. Commit: 738c1de1e96e25ece3b77564c74790ea9e5d18a7 https://github.com/jenkinsci/git-plugin/commit/738c1de1e96e25ece3b77564c74790ea9e5d18a7 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-10-29 (Sat, 29 Oct 2022) Changed paths: A src/test/java/hudson/plugins/git/GitSCMSlowTest.java M src/test/java/hudson/plugins/git/GitSCMTest.java Log Message: ----------- Improve test parallelism by moving some slow tests Moving the slow tests to a new class will allow more tests to be run in parallel because testing parallelism in Apache maven is at the class level. Commit: 6c2878616e97f87533568b7212b8eed3eaa531aa https://github.com/jenkinsci/git-plugin/commit/6c2878616e97f87533568b7212b8eed3eaa531aa Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-10-29 (Sat, 29 Oct 2022) Changed paths: M src/test/java/hudson/plugins/git/GitSCMSlowTest.java M src/test/java/hudson/plugins/git/GitSCMTest.java Log Message: ----------- Move a few more GitSCM tests Commit: 9aba5c19f34d6e942500b2213f3d10f827d75e36 https://github.com/jenkinsci/git-plugin/commit/9aba5c19f34d6e942500b2213f3d10f827d75e36 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-10-29 (Sat, 29 Oct 2022) Changed paths: M pom.xml A src/test/java/hudson/plugins/git/GitSCMSlowTest.java M src/test/java/hudson/plugins/git/GitSCMTest.java Log Message: ----------- Merge pull request #1348 from MarkEWaite/split-GitSCMTest-for-speed Split GitSCMTest for parallel execution on multiple cores Compare: https://github.com/jenkinsci/git-plugin/compare/e5f68c5f5f7a...9aba5c19f34d -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/e5f68c-9aba5c%40github.com.