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/06/09 07:33:54 UTC

[airflow] branch master updated (337a2dc -> de9d340)

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 337a2dc  Fixes failure of the build scripts when remote repo does not exist (#9188)
     add de9d340  Improved cloud tool available in the trimmed down CI container (#9167)

No new revisions were added by this update.

Summary of changes:
 BREEZE.rst                                         |  3 +
 Dockerfile.ci                                      | 21 +------
 breeze                                             |  1 +
 scripts/ci/ci_docs.sh                              |  3 +
 scripts/ci/ci_fix_ownership.sh                     |  3 +
 scripts/ci/ci_flake8.sh                            |  6 ++
 scripts/ci/ci_mypy.sh                              |  3 +
 scripts/ci/ci_pylint_main.sh                       |  6 ++
 scripts/ci/ci_pylint_tests.sh                      |  6 ++
 scripts/ci/ci_refresh_pylint_todo.sh               |  3 +
 ...ci_test_backport_packages_import_all_classes.sh |  3 +
 ...ci_test_backport_packages_install_separately.sh |  3 +
 scripts/ci/docker-compose/forward-credentials.yml  |  2 +
 scripts/ci/docker-compose/local-prod.yml           |  2 +
 scripts/ci/docker-compose/local.yml                |  2 +
 scripts/ci/in_container/_in_container_utils.sh     | 16 ++++--
 scripts/ci/libraries/_initialization.sh            |  7 +++
 scripts/ci/libraries/_runs.sh                      | 12 ++++
 scripts/ci/prepare_tool_scripts.sh                 | 64 ++++++++++++++++++++++
 19 files changed, 141 insertions(+), 25 deletions(-)
 create mode 100755 scripts/ci/prepare_tool_scripts.sh