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 2020/12/27 21:44:18 UTC

[airflow] branch master updated (98896e4 -> d41c6a4)

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

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


    from 98896e4  Also add codecov action to apache airflow repo (#13328)
     add d41c6a4  Vastly improves usability of CI logs (#13323)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  42 ++--
 breeze                                             |   2 +-
 dev/provider_packages/prepare_provider_packages.py |  60 +++--
 .../ci/build_airflow/ci_build_airflow_package.sh   |   5 +-
 scripts/ci/constraints/ci_generate_constraints.sh  |   2 +-
 scripts/ci/docker-compose/_docker.env              |   1 +
 scripts/ci/docs/ci_docs.sh                         |   2 +-
 scripts/ci/images/ci_prepare_ci_image_on_ci.sh     |   4 +-
 scripts/ci/images/ci_verify_ci_image.sh            |  13 +-
 scripts/ci/images/ci_verify_prod_image.sh          |  21 +-
 scripts/ci/images/ci_wait_for_ci_image.sh          |   6 +-
 scripts/ci/images/ci_wait_for_prod_image.sh        |   7 +-
 scripts/ci/kubernetes/ci_run_kubernetes_tests.sh   | 121 +++++-----
 ...tup_cluster_and_deploy_airflow_to_kubernetes.sh |   2 +-
 scripts/ci/libraries/_build_airflow_packages.sh    |   2 +
 scripts/ci/libraries/_build_images.sh              |  31 ++-
 scripts/ci/libraries/_initialization.sh            |   1 -
 scripts/ci/libraries/_kind.sh                      |  43 ++--
 scripts/ci/libraries/_md5sum.sh                    |   5 +
 scripts/ci/libraries/_permissions.sh               |  10 +-
 scripts/ci/libraries/_push_pull_remove_images.sh   |   6 +-
 scripts/ci/libraries/_runs.sh                      |  21 +-
 scripts/ci/libraries/_sanity_checks.sh             |   6 +-
 scripts/ci/libraries/_script_init.sh               |  14 ++
 scripts/ci/libraries/_start_end.sh                 |  22 ++
 scripts/ci/libraries/_verbosity.sh                 |   2 +
 scripts/ci/pre_commit/pre_commit_mermaid.sh        |   2 +-
 .../ci_install_and_test_provider_packages.sh       |   3 +-
 .../ci_prepare_provider_packages.sh                |   4 +-
 .../ci_prepare_provider_readmes.sh                 |   4 +-
 scripts/ci/selective_ci_checks.sh                  |  57 +++--
 scripts/ci/testing/ci_run_airflow_testing.sh       |  90 ++++----
 scripts/in_container/_in_container_utils.sh        |  36 ++-
 .../run_install_and_test_provider_packages.sh      | 164 ++++++-------
 .../in_container/run_prepare_provider_packages.sh  | 255 +++++++++++----------
 .../in_container/run_prepare_provider_readme.sh    |   5 +-
 36 files changed, 600 insertions(+), 471 deletions(-)