The GitHub Actions job "Tests" on airflow.git/feature/ecs-executor-callback has 
succeeded.
Run started by GitHub user shivaam (triggered by shivaam).

Head commit for run:
08bb01a9d453c50ef9ea2d4767c475c244a88ae6 / Shivam Rastogi 
<[email protected]>
Rename task-named methods/attrs and fix older-Airflow compat

Renames (mirrors the merged Lambda callback PR — straight rename,
no shim, executor-internal surface):
  sync_running_tasks     -> sync_running_workloads
  attempt_task_runs      -> attempt_workload_runs
  pending_tasks (attr)   -> pending_workloads
  __update_running_task  -> __update_running_workload
  __handle_failed_task   -> __handle_failed_workload

Fix CI on older Airflow compat tests:
- Restore queue_workload() override. Airflow 3.3+ BaseExecutor routes
  ExecuteCallback natively, but pre-3.3 raises ValueError for anything
  not ExecuteTask. Override works across versions.
- Import AIRFLOW_V_3_3_PLUS from tests_common (main bumped to 3.3).
  check-airflow-v-imports-in-tests hook disallows provider-internal
  version_compat imports from test files.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to