On Tue, 16 Aug 2022 at 09:25, Neil C Smith <[email protected]> wrote: > > On Thu, 11 Aug 2022 at 14:20, Michael Bien <[email protected]> wrote: > > > The branch tests run on the head of the delivery branch > > > (refs/head/delivery). The sync PR tests run on the pending result of > > > the merge to the base branch (refs/pull/<ID>/merge), eg. master. > > The above assumption might need checking. Just restarting a > pull-request test on the sync PRs and noticed that it restarted in > both - ie. two sync PRs with different base branches share a single > set of tests on both GitHub and Travis. At the moment, it's the > result of the merge to master, so the important one. Not sure how > consistent the behaviour is - workflow history shows the other one > cancelled.
OK, this is probably due to https://github.com/apache/netbeans/pull/3932 I guess we need to group by head and base ref? Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
