Branch: refs/heads/master
Home: https://github.com/jenkinsci/parallel-test-executor-plugin
Commit: dea34c56f95506996b5615add1b514d7aeb67680
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/dea34c56f95506996b5615add1b514d7aeb67680
Author: Andrew Bayer <[email protected]>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M demo/gen.sh
M demo/lib/vars/testInParallel.groovy
M demo/pom.xml
M demo/repo/Jenkinsfile
A demo/repo/goodbye/pom.xml
A demo/repo/hello/pom.xml
R demo/repo/pom.xml
Log Message:
-----------
Update demo to use per-stage results
Note - I can't test this locally because you can't build this on OS
X. Fun.
Commit: 090e3b09b6ad3410f1ac68e6107dd31c9913996d
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/090e3b09b6ad3410f1ac68e6107dd31c9913996d
Author: Andrew Bayer <[email protected]>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M demo/Dockerfile
M demo/gen.sh
M demo/lib/vars/testInParallel.groovy
M demo/repo/Jenkinsfile
Log Message:
-----------
Actually get demo to work.
Commit: 3799cbcf3ba19756552d102d18cdbf2b45e5ca92
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/3799cbcf3ba19756552d102d18cdbf2b45e5ca92
Author: Andrew Bayer <[email protected]>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M demo/repo/Jenkinsfile
Log Message:
-----------
Fix stash and inclusion/exclusion for each project
Commit: d68f54f8ad81c0a83dde3b586df743995a6e3c57
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/d68f54f8ad81c0a83dde3b586df743995a6e3c57
Author: Jesse Glick <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
A .github/dependabot.yml
A .github/release-drafter.yml
M Jenkinsfile
M README.md
M demo/Dockerfile
M demo/JENKINS_HOME/config.xml
M demo/JENKINS_HOME/maven-settings-files.xml
M demo/Makefile
M demo/README.md
M demo/lib/vars/testInParallel.groovy
M demo/pom.xml
M demo/repo/goodbye/pom.xml
M demo/repo/hello/pom.xml
A demo/src/main/resources/index.jelly
A old-changelog.md
M pom.xml
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/CountDrivenParallelism.java
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/RunListenerImpl.java
M src/main/java/org/jenkinsci/plugins/parallel_test_executor/SplitStep.java
M src/main/java/org/jenkinsci/plugins/parallel_test_executor/TestClass.java
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TestCollector.java
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TimeDrivenParallelism.java
M
src/main/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor/config.groovy
A
src/main/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor/help-estimateTestsFromFiles.html
M
src/main/resources/org/jenkinsci/plugins/parallel_test_executor/SplitStep/config.jelly
A
src/main/resources/org/jenkinsci/plugins/parallel_test_executor/SplitStep/help-estimateTestsFromFiles.html
M
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorTest.java
M
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestInJavaProjectDirectory/src/test/java/FifthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestInJavaProjectDirectory/src/test/java/FirstTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestInJavaProjectDirectory/src/test/java/FourthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestInJavaProjectDirectory/src/test/java/SecondTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestInJavaProjectDirectory/src/test/java/ThirdTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/file.log
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/FakeTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/main/FakeFifthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/main/java/FakeFifthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/main/java/somepackage/FakeFifthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/main/java/somepackage/FakeFirstTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/main/java/somepackage/FakeFourthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/main/java/somepackage/FakeSecondTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/AdditionalFile2.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/AdditionalFile.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/FakeTest.txt
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/FifthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/FirstTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/FourthTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/SecondTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/SomeFile3.txt
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/ThirdTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/java/somepackage/ThirdTest.java
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/findTestOfJavaProjectDirectoryInWorkspace/src/test/someFile2.txt
A
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/testWeDoNotCreateMoreSplitsThanThereAreTests/report-Test1.xml
Log Message:
-----------
Merge branch 'master' of
https://github.com/jenkinsci/parallel-test-executor-plugin into
jenkins-27395-demo
Commit: 15e32f3094f22fb7e1a9229c2541d2f47f296b58
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/15e32f3094f22fb7e1a9229c2541d2f47f296b58
Author: Jesse Glick <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M demo/Dockerfile
M demo/pom.xml
Log Message:
-----------
Updating Jenkins & plugins in demo
Commit: 3e2ab43811a1e5a415ce367eeca761e396437d57
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/3e2ab43811a1e5a415ce367eeca761e396437d57
Author: Jesse Glick <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M demo/repo/Jenkinsfile
Log Message:
-----------
Stray `dir`
Commit: 3e1d197b975f03535993b47f919131e30d87b84e
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/3e1d197b975f03535993b47f919131e30d87b84e
Author: Jesse Glick <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M demo/Dockerfile
M demo/Makefile
M demo/lib/vars/testInParallel.groovy
R demo/lib/vars/testInParallel.txt
M demo/pom.xml
M demo/repo/goodbye/pom.xml
M demo/repo/hello/pom.xml
Log Message:
-----------
Dropping DooD and running Maven inside same container
Commit: 3c005fe9886f87b802dc32d6ff85b8f10ac7d6bf
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/3c005fe9886f87b802dc32d6ff85b8f10ac7d6bf
Author: Jesse Glick <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M demo/lib/vars/testInParallel.groovy
M demo/repo/Jenkinsfile
Log Message:
-----------
More natural for `estimateTestsFromFiles` if the CWD is limited to the
sources for that stage
Commit: 34700d7609ba8d574e1a3e7e4ec4d0e3fcd594eb
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/34700d7609ba8d574e1a3e7e4ec4d0e3fcd594eb
Author: Jesse Glick <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M demo/Dockerfile
M demo/Makefile
M demo/gen.sh
M demo/lib/vars/testInParallel.groovy
R demo/lib/vars/testInParallel.txt
M demo/pom.xml
M demo/repo/Jenkinsfile
A demo/repo/goodbye/pom.xml
A demo/repo/hello/pom.xml
R demo/repo/pom.xml
Log Message:
-----------
Merge pull request #32 from abayer/jenkins-27395-demo
Update demo to show splitting tests per stage
Compare:
https://github.com/jenkinsci/parallel-test-executor-plugin/compare/28f6d52176a1...34700d7609ba
--
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/parallel-test-executor-plugin/push/refs/heads/master/28f6d5-34700d%40github.com.