RFR: 1706: Store github checks in PR unique way [v2]
Erik Joelsson
erikj at openjdk.org
Fri Feb 10 14:15:26 UTC 2023
On Fri, 10 Feb 2023 12:28:09 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> From the link you provided, I notice there are three items `jcheck`, `jcheck-openjdk/playground-125` and `jcheck-openjdk/playground-126` under the `openjdk`. And the `PR-125`, which is sooner than `PR-126`, also has these three items, please see https://github.com/openjdk/playground/pull/125/checks.
That's a good point and the kind of thing I wanted to catch by testing it in staging. This is caused by testinfo bot copying all checks from the source branch into the pull request. This copying will need to be filtered so that only the relevant jcheck checks are copied.
-------------
PR: https://git.openjdk.org/skara/pull/1470
More information about the skara-dev
mailing list