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

Head commit for run:
3560e42e8309856d92bb5d5d065c4a020ee08441 / Jarek Potiuk <[email protected]>
Fix intermittent failures coming from buildkit parallel builds (#37403)

The PROD cachie build often fails (especially in v2-8-test) when it
tries to rebuild the PROD cache in parallel on ARM. There is some weird
inter-buildx problem with it and some people experience it sometimes
as documented in https://github.com/moby/buildkit/issues/2367

Instead of finding the root cause, we change this specific job in
CI to run sequentially. This changes the time it will take to update
cache - but not as much as 4x because the builds do not parallelise
very well anyway. Likely instead of 8m we will get maybe total 15m,
and since this is just cache update after everything else has
completed, it does not matter too much if it runs a little longer.

(cherry picked from commit 7a1c600708aab9d4ac89d2f983b6c20c7df5f5f6)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to