Branch: refs/heads/master
Home: https://github.com/jenkinsci/parallel-test-executor-plugin
Commit: e1aa9d9b49763c91e524a768cfaa0d7f46637aee
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/e1aa9d9b49763c91e524a768cfaa0d7f46637aee
Author: Vincent Latombe <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M pom.xml
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
A
src/main/java/org/jenkinsci/plugins/parallel_test_executor/PreviousBuildFinder.java
A
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TargetBranchPreviousBuildFinder.java
Log Message:
-----------
Look up test result from target branch if building a multibranch project
When building a pull request for the first time, we don't have any test
results. However we can look up the target branch and use its test
results as reference.
Commit: cd3882c24a8f358072b5990fa38cc9c0c0bd54a0
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/cd3882c24a8f358072b5990fa38cc9c0c0bd54a0
Author: Vincent Latombe <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TargetBranchPreviousBuildFinder.java
Log Message:
-----------
Avoid using environment variables
Commit: c54a3b9f25c8cd5f3f6c770b56837bd2d5b4d84c
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/c54a3b9f25c8cd5f3f6c770b56837bd2d5b4d84c
Author: Vincent Latombe <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
Log Message:
-----------
Should skip if no other build could be found
Commit: 1460e90954c1de95c6a2cc85b5666c17bdf684c4
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/1460e90954c1de95c6a2cc85b5666c17bdf684c4
Author: Vincent Latombe <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M pom.xml
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TargetBranchPreviousBuildFinder.java
Log Message:
-----------
Only depend on scm-api
Commit: 21b93f9bd5d3279a542eb2c4d21b570f4b5beb78
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/21b93f9bd5d3279a542eb2c4d21b570f4b5beb78
Author: Vincent Latombe <[email protected]>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
R
src/main/java/org/jenkinsci/plugins/parallel_test_executor/PreviousBuildFinder.java
R
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TargetBranchPreviousBuildFinder.java
Log Message:
-----------
Inline extension point
Commit: 6451c6d1b4b0ca7ee0db21fa16204744dda6470f
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/6451c6d1b4b0ca7ee0db21fa16204744dda6470f
Author: Vincent Latombe <[email protected]>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
M
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java
Log Message:
-----------
When looking up on other branches, start with latest build and not the
previous one
* Build hyperlink formatting
* Adjust unit test accordingly
Commit: fe8aa886730e21abd974c25477736f3f34c3cb05
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/fe8aa886730e21abd974c25477736f3f34c3cb05
Author: Jesse Glick <[email protected]>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M demo/Dockerfile
M demo/JENKINS_HOME/config.xml
A demo/JENKINS_HOME/credentials.xml
M demo/JENKINS_HOME/jobs/pipeline/config.xml
A demo/JENKINS_HOME/org.jenkinsci.plugin.gitea.servers.GiteaServers.xml
M demo/Makefile
M demo/README.md
A demo/create-pr.sh
A demo/credentials.xml
A demo/docker-compose.yml
M demo/pom.xml
A demo/run.sh
Log Message:
-----------
Merge branch 'master' into target-branch-finder
Commit: c9145a5f849f01d6e99c2240eb51d9aaf283ef6a
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/c9145a5f849f01d6e99c2240eb51d9aaf283ef6a
Author: Jesse Glick <[email protected]>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
M
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java
Log Message:
-----------
Merge pull request #226 from Vlatombe/target-branch-finder
[JENKINS-46028] Look up test result from target branch if building a pull
request
Compare:
https://github.com/jenkinsci/parallel-test-executor-plugin/compare/d19eba5f078f...c9145a5f849f
--
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/d19eba-c9145a%40github.com.