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
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
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:/
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
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
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
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
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