The GitHub Actions job "Tests (AMD)" on 
airflow.git/ferruzzi/ci-download-retries has succeeded.
Run started by GitHub user ferruzzi (triggered by ferruzzi).

Head commit for run:
8795f03c47593fcb75dca568a010dc09f0250903 / ferruzzi <[email protected]>
fix(ci): Add retry logic to download commands in CI image build

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

With regards,
GitHub Actions via GitBox


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

Reply via email to