The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/upload-logs-when-state-update-fails has failed.
Run started by GitHub user manipatnam (triggered by manipatnam).

Head commit for run:
db11f18b4f01365ff90bec46b9475c8dd8289cfe / AI Assistant <[email protected]>
Upload task logs even when final state update fails

When a task subprocess exits, the supervisor updates the task's terminal
state and then uploads the remote logs. If the state update raised (e.g. a
transient API error), log upload was skipped entirely — yet a failed state
update is exactly when the logs are most needed for debugging.

Run the log upload in a `finally` block so it always happens, while the
original state-update exception still propagates to the caller.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to