The GitHub pull request builder plugin, which we currently use, allow only one trigger phrase per Jenkins job [1].
We could have another job that runs all 4 postcommits, but it would appear on a PR as a different job, separate from per-minor-version jobs. [1] https://github.com/jenkinsci/ghprb-plugin/blob/f4eb4bc1ee3fd53284d3889c69558c9f36d5379d/src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java#L124 On Sat, Jul 20, 2019 at 12:52 PM Tanay Tummalapalli <[email protected]> wrote: > Thank You! This will make the testing cycle much faster for contributors. > > I'm curious; why not still have the original "Run Python PostCommit" > trigger phrase? > It would be easier to run all the four tests with it when needed. > > Regards, > - Tanay > >>
