The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e88a41c389dfd4e071bca12054ca0a38c6b77e8d / Jarek Potiuk <[email protected]>
Switch build-info and build images to run on public runners

We used to have low number of Public runners on GitHub actions and
Apache Software Foundation projects were competing for them, that's
why we switched `build-images` workflow to run on self-hosted
runners, and we had to add workflow-embedded list of committers to
make sure that build-info also uses self-hosted runners.

Recently however the ASF has 900 runners and if anything, it's the
public runners that are in abundance, while self-hosted runners are
limited, which sometimes leads to "Wait for CI images" jobs timeout
while waiting for self-hosted runners to build the image.

Those "wait-for-ci-images" jobs do almost nothing, just waiting, so
using self-hosted runners for those is not needed, we can easily
switch those to public runners as well.

Also "wait-for-ci-images" currently performs "test-pytest-collection"
as an optimisation - preventing multiple "test" jobs from failing in
case of pytest collection fails, however with public runners, it adds
extra 4 minutes to tests, and failing pytest collection is rather rare
case, so we can safely remove this step.

This PR does the following changes:

* build-info jobs always run on public runners
* wait-for-ci-images job are always run on public runners
* wait-for-ci-images does not run test for pytest collection
* all the other jobs run on either self-hosted or public runners
  depending who the actor is (committers - run on self-hosted,
  non-committers, run on public runners)

Report URL: https://github.com/apache/airflow/actions/runs/5040276331

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to