On Tue, 13 Oct 2020 14:00:17 +0200
Jarek Potiuk <jarek.potiuk-uvt41ukzktfbdgjk7y7...@public.gmane.org>
wrote:
>
> Who else is using GitHub Actions extensively?
At Apache Arrow we are using GHA quite intensively as well. We have
tens of different builds, which are triggered based on which files were
modified. Some of them can be rather long.
We used to be amongst the heavy Apache users of Travis-CI (which we
still use a bit for ARM and s390x builds) and I expect we're amongst
the heavy Apache users of Github Actions now, unfortunately.
A possible solution for us would be to move, at least in part, to
self-hosted builds (we have no problem, AFAIU, with allocating our
own funds for dedicated compute capacity). However, the current process
where we need to get INFRA approval for any change in the set
of configured self-hosted builders is not exactly enticing.
(as a background task we are also investigating Buildkite for the
self-hosting part)
Regards
Antoine.