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

Head commit for run:
f00b2853282d5b94afd2b8094840f997719f5aea / D. Ferruzzi <[email protected]>
fix(ci): Add retry logic to download commands in CI image build (#68255)

Add retry flags to all curl and wget commands that download external
dependencies during the CI Docker image build. This prevents transient
network failures (504s, timeouts) from failing the entire 30+ minute
build.

Changes:
- wget: add --tries=3 --waitretry=5
- curl: add --retry 3 --retry-delay 5
- Dockerfile helm/mprocs: switch from pipe-to-tar to download-then-extract
  pattern so curl retry actually works (curl cannot retry when piping)

This addresses recurring AwsSysTestsSetup failures caused by transient
504 errors from python.org and GitHub during Docker image construction.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to