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/20 18:31:18 UTC

[airflow] branch master updated (1e425fe -> dd7ff46)

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 1e425fe  Fix used_group_ids in partial_subset (#13700) (#15308)
     add dd7ff46  Add worker_pod_pending_timeout support (#15263)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml                | 22 ++++++
 airflow/config_templates/default_airflow.cfg       | 10 +++
 airflow/executors/kubernetes_executor.py           | 47 +++++++++++
 airflow/jobs/scheduler_job.py                      | 27 ++-----
 airflow/kubernetes/kube_config.py                  | 10 ++-
 airflow/{__main__.py => utils/event_scheduler.py}  | 40 +++++-----
 tests/executors/test_kubernetes_executor.py        | 91 +++++++++++++++++++++-
 .../test_event_scheduler.py}                       | 25 +++---
 8 files changed, 217 insertions(+), 55 deletions(-)
 copy airflow/{__main__.py => utils/event_scheduler.py} (51%)
 copy tests/{providers/microsoft/azure/operators/test_adls_delete.py => utils/test_event_scheduler.py} (56%)