You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/23 22:54:56 UTC

[airflow] branch master updated (def1e7c -> be421a6)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from def1e7c  Execute ``on_failure_callback`` when SIGTERM is received (#15172)
     add be421a6  Fix labels on the pod created by ``KubernetsPodOperator`` (#15492)

No new revisions were added by this update.

Summary of changes:
 .../cncf/kubernetes/operators/kubernetes_pod.py    | 31 +++++----
 kubernetes_tests/test_kubernetes_pod_operator.py   | 47 +++++++++++--
 .../test_kubernetes_pod_operator_backcompat.py     | 11 ++-
 .../kubernetes/operators/test_kubernetes_pod.py    | 80 ++++++++++++++++++++--
 4 files changed, 144 insertions(+), 25 deletions(-)