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 41a699a Implement reading provider information from packages/sources
(#12512)
add 6b3c6ad Update setup.py to get non-conflicting set of dependencies
(#12636)
No new revisions were added by this update.
Summary of changes:
BREEZE.rst | 3 ++
CI.rst | 2 +-
CONTRIBUTING.rst | 2 +-
UPDATING.md | 8 ++++
airflow/providers/microsoft/azure/hooks/wasb.py | 12 ++++-
breeze | 2 +
scripts/ci/images/ci_prepare_ci_image_on_ci.sh | 1 -
scripts/ci/images/ci_wait_for_all_ci_images.sh | 36 ++-------------
scripts/ci/images/ci_wait_for_all_prod_images.sh | 38 ++--------------
scripts/ci/images/ci_wait_for_ci_image.sh | 52 ++++++++++++++++++++++
scripts/ci/images/ci_wait_for_prod_image.sh | 52 ++++++++++++++++++++++
scripts/ci/libraries/_build_images.sh | 43 +++++++++---------
scripts/ci/libraries/_push_pull_remove_images.sh | 44 +++++++++++++++---
scripts/ci/selective_ci_checks.sh | 6 +--
setup.cfg | 6 ++-
setup.py | 38 ++++++++++++----
tests/providers/microsoft/azure/hooks/test_wasb.py | 19 ++++++--
.../microsoft/azure/log/test_wasb_task_handler.py | 17 +++++++
18 files changed, 264 insertions(+), 117 deletions(-)
create mode 100755 scripts/ci/images/ci_wait_for_ci_image.sh
create mode 100755 scripts/ci/images/ci_wait_for_prod_image.sh