Details
-
Type:
New Feature
-
Status: In Review (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: core-pr-tester
-
Labels:
-
Similar Issues:
Description
core-pr-tester should have an option to merge into master first, and fail on conflict.
This would allow allow to test even older PRs, that are otherwise fine (i.e. no conflicts), on the latest master. I had to manually merge and update https://github.com/jenkinsci/jenkins/pull/2844 earlier because I wanted to run it on the latest version rather than its 2 years old HEAD. It would be much easier if the core-pr-tester would do that for me.
Attachments
Issue Links
- is blocked by
-
INFRA-2071 add jenkinsci/core-pr-tester to the Core Org Folder
-
- Resolved
-
I believe I have the fix locally, but waiting on
INFRA-2071to be able to add automated PR testing on the changes before I add them.