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

Head commit for run:
41fb9b4c493dc74be7c21f68a2877cb2de97d983 / Raphaël Vandon <[email protected]>
Deprecate `wait_for_completion` from `EcsRegisterTaskDefinitionOperator` and 
`EcsDeregisterTaskDefinitionOperator` (#31884)

* Deprecate `wait_for_completion` from `EcsRegisterTaskDefinitionOperator` and 
`EcsDeregisterTaskDefinitionOperator`

those operations are actually completed instantly.

the doc to deregister says it explicitly:
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deregister-task-definition.html
> When you deregister a task definition revision, it’s immediately marked as 
> INACTIVE.

to register a task, it's less clear, but task definition states show no 
transition states
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-definition-state.html
and experiments show that the task is always returned as active right after 
having been created.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to