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

Head commit for run:
e90d953e4419ac8713f5b66432351897e6b48834 / Stanislav Chernov 
<[email protected]>
fix: pod_override existing init_containers (#62284)

* fix: merge init containers by name in pod_override
Previously, init containers were simply appended when using pod_override,
leading to duplicates when the same container name existed in both base
and client specs. Now init containers are properly reconciled by name,
matching the behavior of regular containers - same-name containers are
merged while others are appended.
Fixes apache/airflow#61074

* fix: preserve extend_object_field deepcopy for init_containers

Keep the original extend_object_field call for init_containers to avoid
mutating client_spec and producing empty lists instead of None. Only
apply name-based reconciliation when both specs have init_containers.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to