Another option: (5) introduce a new staging branch that PRs merge directly to. Windows testing occurs on this staging branch. Then any PRs that pass on the staging branch can then be merged or cherry-picked to develop.
On Thu, Jun 25, 2020 at 10:08 AM Jacob Barrett <jabarr...@vmware.com> wrote: > > > > On Jun 25, 2020, at 10:01 AM, Jinmei Liao <jil...@vmware.com> wrote: > > > > +1, what was the reason for it not being included the PR before? > > The Windows integration and acceptance tests take a very long time to run > because we can’t dockerize and parallelize them. They have also be very > flaky in the past. > >