Looks like Apache's runners are having issues. Other projects using Github Actions have stuck queues as well.
On Tue, Mar 30, 2021 at 10:04 PM Nathan Hartman <hartman.nat...@gmail.com> wrote: > > On Tue, Mar 30, 2021 at 3:30 PM Matias N. <mat...@imap.cc> wrote: > > > > It appears we overwhelmed CI. There are a couple of running jobs (notably > > one is a macOS run which is taking about 2hrs as of now) but they are for > > PRs from 12hs ago at least. There are a multitude of queued runs for many > > recent PRs. The problem is that new runs (from force pushes) do not cancel > > previous runs so they remain queued apparently. > > Ouch! > > > I will see what can be done to have new pushes cancel new pending runs. In > > the meantime we may have to manually cancel all queued workflows. Not sure > > if there's a mass cancel to be done. > > Thanks for looking into it. Yes, it would be a good thing if new force > pushes could cancel in-progress runs. > > Thanks, > Nathan