How to run tests before pushing a backport changeset?
Martin Buchholz
martinrb at google.com
Thu Feb 21 17:13:34 UTC 2019
On Thu, Feb 21, 2019 at 8:25 AM Martijn Verburg <martijnverburg at gmail.com>
wrote:
> We’ve added this to the steering committee discussion next week. Will
> likely then hold a conversation here? On what the requirements for a patch
> submission system might look like.
>
Thanks for working on this.
(As usual, it's a project I would like to work on myself, but won't have
the time)
Conceptually, it's very simple - developers produce changesets and place
them in a presubmit queue for their chosen repo, and they end up in the
repo when they have passed all the tests. The maintainers of the repo
define the set of tests - "how high to set the bar". When tests fail, the
changeset is rejected and (only!) the submitter is notified. Meta-tests
like "must have jdk11u-fix-yes label in JIRA" count!
More information about the jdk-updates-dev
mailing list