You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by di...@apache.org on 2020/08/26 14:54:32 UTC

[airflow] branch master updated (8a7c372 -> db378c0)

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

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


    from 8a7c372  Untangle cyclic deps configuration <> secrets (#10559)
     add db378c0  [k8s] Store the raw ti key info to pod annotations (#10568)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/kubernetes_executor.py      | 147 ++++++--------------------
 airflow/kubernetes/pod_generator.py           |  40 ++++++-
 tests/executors/test_kubernetes_executor.py   |   6 +-
 tests/kubernetes/test_pod_generator.py        |  56 ++++++----
 tests/kubernetes/test_worker_configuration.py |   8 +-
 5 files changed, 114 insertions(+), 143 deletions(-)