You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/10/10 17:31:46 UTC

[airflow] branch main updated (f2d654ef2f -> 7bb11a9b76)

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

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


    from f2d654ef2f Fix link to Dockerfile to be URL (#26961)
     add 7bb11a9b76 Fix running parallel k8s tests in "depth-first" mode in CI (#26904)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  74 ++--
 BREEZE.rst                                         |  53 ++-
 TESTING.rst                                        |  13 +
 .../airflow_breeze/commands/kubernetes_commands.py | 431 +++++++++++++++++----
 .../commands/kubernetes_commands_config.py         |  46 ++-
 .../src/airflow_breeze/commands/setup_commands.py  |   2 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   |   6 +-
 dev/breeze/src/airflow_breeze/utils/parallel.py    |   7 +-
 images/breeze/output-commands-hash.txt             |  17 +-
 images/breeze/output_k8s.svg                       | 150 +++----
 images/breeze/output_k8s_configure-cluster.svg     | 144 +++----
 images/breeze/output_k8s_create-cluster.svg        | 160 ++++----
 images/breeze/output_k8s_deploy-airflow.svg        | 172 ++++----
 images/breeze/output_k8s_run-complete-tests.svg    | 248 ++++++++++++
 images/breeze/output_k8s_setup-env.svg             |  78 ++--
 images/breeze/output_k8s_tests.svg                 | 168 ++++----
 .../output_setup_regenerate-command-images.svg     | 136 +++----
 kubernetes_tests/test_base.py                      |  83 ++--
 kubernetes_tests/test_kubernetes_pod_operator.py   |   8 +-
 kubernetes_tests/test_other_executors.py           |   4 +-
 20 files changed, 1345 insertions(+), 655 deletions(-)
 create mode 100644 images/breeze/output_k8s_run-complete-tests.svg