Re: All PRs stuck in "Queued -- Waiting to run this check..."

2021-03-30 Thread Brennan Ashton
Part of the issue here is also limits across the organization. This has been discussed for a couple months now on the Apache build mailing lists and the GitHub has been part of them trying to figure out a smart path forward. We were sharing cache but ran into some strange issues with collisions an

Re: All PRs stuck in "Queued -- Waiting to run this check..."

2021-03-30 Thread Matias N.
Most likely a single very powerful machine could be actually quite faster than GH since we could parallelize much harder and have all resources to ourselves. The problem is that rolling our own can be quite a pain to maintain IMHO (unless someone has access to some powerful high-availabilty spare

Re: Podling Nuttx Report Reminder - April 2021

2021-03-30 Thread Nathan Hartman
On Tue, Mar 30, 2021 at 1:54 AM wrote: > The Incubator PMC requires your report to be submitted 2 weeks > before the board meeting, to allow sufficient time for review and > submission (Wed, April 07). I've created the CWIKI page to draft our report at [1] with some initial content. [1] https:/

Re: All PRs stuck in "Queued -- Waiting to run this check..."

2021-03-30 Thread Abdelatif Guettouche
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 wrote: > > On Tue, Mar 30, 2021 at 3:30 PM Matias N. wrote: > > > > It appears we overwhelmed CI. There are a couple of running jobs (not

Re: All PRs stuck in "Queued -- Waiting to run this check..."

2021-03-30 Thread Alan Carvalho de Assis
We definitely need better server to support the CI, it doesn't have processing power enough to run the CI when there are more than 5 PRs. It doesn't scale well. Also I think we could keep only one test for MacOS because it is too slow! Normally MacOS delays more than 2h to complete. Maybe we coul

Re: All PRs stuck in "Queued -- Waiting to run this check..."

2021-03-30 Thread Nathan Hartman
On Tue, Mar 30, 2021 at 3:30 PM Matias N. 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. Th

Re: All PRs stuck in "Queued -- Waiting to run this check..."

2021-03-30 Thread Matias N.
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

All PRs stuck in "Queued -- Waiting to run this check..."

2021-03-30 Thread Nathan Hartman
Hi, Does anyone know why the GitHub PR prechecks don't seem to be running? In particular, it seems that these four: * Build / Fetch-Source (pull_request) * Build Documentation / build-html (pull_request) * Check / check (pull_request) * Lint / YAML (pull_request) are all stuck in "Queued -- Wai