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/01/21 15:16:35 UTC

[airflow] branch master updated (9d9ef1a -> 2c6c7fd)

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 9d9ef1a  Improve environment variables in GCS system test (#13792)
     add 2c6c7fd  Adds capability of switching to Github Container Registry (#13726)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images-workflow-run.yml    |   5 +
 .github/workflows/ci.yml                           |   6 +
 .github/workflows/scheduled_quarantined.yml        |   9 +-
 BREEZE.rst                                         |  60 ++++++--
 CI.rst                                             |  48 ++++++-
 Dockerfile                                         |  38 ++++-
 Dockerfile.ci                                      |  20 ++-
 IMAGES.rst                                         |  83 +++++++++--
 breeze                                             |  48 +++++--
 breeze-complete                                    |   8 +-
 scripts/ci/images/ci_prepare_ci_image_on_ci.sh     |   4 +-
 scripts/ci/images/ci_wait_for_ci_image.sh          |   2 +-
 scripts/ci/images/ci_wait_for_prod_image.sh        |   2 +-
 scripts/ci/libraries/_build_images.sh              | 158 +++++++++++++++++----
 scripts/ci/libraries/_initialization.sh            |   6 +-
 scripts/ci/libraries/_push_pull_remove_images.sh   |  60 +++++++-
 scripts/ci/selective_ci_checks.sh                  |   2 +-
 scripts/ci/testing/ci_run_airflow_testing.sh       |   6 +-
 scripts/docker/compile_www_assets.sh               |   2 +-
 scripts/docker/install_airflow.sh                  |   2 +-
 .../docker/install_from_docker_context_files.sh    |   8 +-
 scripts/in_container/_in_container_utils.sh        |   4 +-
 scripts/in_container/run_ci_tests.sh               |   2 +-
 .../run_install_and_test_provider_packages.sh      |   2 +-
 .../in_container/run_prepare_provider_packages.sh  |   4 +-
 25 files changed, 483 insertions(+), 106 deletions(-)