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 2021/06/26 10:54:25 UTC

[airflow] branch main updated (6d6eae3 -> 5628c81)

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 6d6eae3  Remove upstart from docs (#16672)
     add 5628c81  This change adds test for changing different executors in helm chart upgrade (#16394)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 74 +++++++++++++++++++-
 .../ci_run_helm_upgrade.sh}                        | 19 ++----
 ...lusters_and_run_kubernetes_tests_in_parallel.sh | 79 ++--------------------
 ...luster_with_different_executors_in_parallel.sh} | 25 +++----
 ...cluster_with_different_executors_single_job.sh} |  2 +-
 scripts/ci/libraries/_kind.sh                      | 28 ++++++++
 scripts/ci/libraries/_parallel.sh                  | 76 ++++++++++++++++++++-
 scripts/ci/testing/ci_run_airflow_testing.sh       |  2 +-
 scripts/ci/testing/ci_run_quarantined_tests.sh     |  3 +-
 9 files changed, 197 insertions(+), 111 deletions(-)
 copy scripts/ci/{pre_commit/pre_commit_sort_spelling_wordlist.sh => kubernetes/ci_run_helm_upgrade.sh} (76%)
 copy scripts/ci/{images/ci_wait_for_and_verify_all_ci_images.sh => kubernetes/ci_upgrade_cluster_with_different_executors_in_parallel.sh} (66%)
 copy scripts/ci/kubernetes/{ci_setup_cluster_and_run_kubernetes_tests_single_job.sh => ci_upgrade_cluster_with_different_executors_single_job.sh} (96%)