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

Head commit for run:
4d0ad7b31b68ba71ee79c194f4b58240b9f890c4 / Daniel van der Ende 
<[email protected]>
Fix AzureContainerInstanceOperator remove_on_error

The remove_on_error parameter of the AzureContainerInstanceOperator
was not working as intended. When set to `False` it should only
skip the removal of the Azure Container Group **if** the exit code
is non-zero. For zero exit codes, the infra should be dropped. This was
not happening; the Azure infra was always left in place. This commit
fixes that behaviour.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to