RE: Allowing Windows CI to fail

2020-02-03 Thread Ben Gamari
Simon Peyton Jones via ghc-devs writes: > Ben > > This sounds like a good decision to me, thanks. > > Is there a possibility to have a slow CI-on-windows job (not part of > the "this must pass before merging" step), which will slowly, but > reliably, fail if the Windows build fails. E.g. does it

RE: Allowing Windows CI to fail

2020-02-03 Thread Simon Peyton Jones via ghc-devs
Ben This sounds like a good decision to me, thanks. Is there a possibility to have a slow CI-on-windows job (not part of the "this must pass before merging" step), which will slowly, but reliably, fail if the Windows build fails. E.g. does it help to make the build be 100% sequential? Or is