This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 2690c79 Improve the description of how to handle dynamic task
generation (#17963)
new bc5e75f Reapply "Build CI images for the merge result of a PR, not
the tip of the PR (#18060)" (#18086)
new ecae2ae Fix building documentation broken by upgrade of dnspython
(#18046)
new 92899ca Add Python2 to installed packages (#18037)
new 6c2ae7d Fix constraints generation scripts. (#18094)
new fada02f Eager upgrade for Airflow 2.1. should now include celery 4
limit
new ae06868 Move instriuctions of constraint/image refreshing to dev
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build-images.yml | 41 +++++-----
CONTRIBUTING.rst | 39 ---------
Dockerfile | 6 +-
Dockerfile.ci | 7 +-
dev/REFRESHING_CI_CACHE.md | 94 ++++++++++++++++++++++
.../refresh_images.sh | 27 ++++---
docs/exts/exampleinclude.py | 6 ++
scripts/ci/docker-compose/_docker.env | 1 +
scripts/ci/libraries/_build_images.sh | 68 +++++++++-------
scripts/ci/libraries/_initialization.sh | 11 ---
scripts/in_container/run_generate_constraints.sh | 7 +-
setup.py | 6 ++
12 files changed, 197 insertions(+), 116 deletions(-)
create mode 100644 dev/REFRESHING_CI_CACHE.md
copy scripts/ci/constraints/ci_generate_constraints.sh =>
dev/refresh_images.sh (58%)