Halide
Halide copied to clipboard
GHA buildbots need to coalesce commits for builds
Right now, the GHA buildbots fire off a new full test setup for every commit. We should put some slack into the system (e.g. 5 minutes) to allow for the "oops I forgot something" syndrome.
Alternately, would it be possible to set up an easy way to require manual triggering of builds? (eg a button on the PR page?) This could be done via curl but that is not a reasonable solution.
A related bug report to Cython: https://github.com/cython/cython/issues/7259