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/11/17 14:16:43 UTC

[airflow] branch main updated (fcf90c5 -> a8e41bc)

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

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


    from fcf90c5  Fix failing CI phase with unhealthy container issue (#19633)
     add a8e41bc  Ensure the example DAGs are all working (#19355)

No new revisions were added by this update.

Summary of changes:
 .github/boring-cyborg.yml                          |   1 -
 .../example_dags/example_kubernetes_executor.py    | 230 ++++++++++++++++-----
 .../example_kubernetes_executor_config.py          | 171 ---------------
 airflow/example_dags/test_utils.py                 |  29 ---
 docs/apache-airflow/executor/kubernetes.rst        |  42 +++-
 5 files changed, 212 insertions(+), 261 deletions(-)
 delete mode 100644 airflow/example_dags/example_kubernetes_executor_config.py
 delete mode 100644 airflow/example_dags/test_utils.py