This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 663985d Fix bug in airflow.stats timing that broke dogstatsd mode
(#15132)
new 530abe5 The PYTHON_MAJOR_MINOR build arg has been deprecated (#15054)
new d7c45f3 The --force-pull-images is restored in breeze (#15063)
new 17b89f3 Parallelize build of documentation. (#15062)
new 7a5c26c Add timeout to test jobs to prevent hanging docker containers
(#15078)
new f840d16 Better handling of docker command (#15080)
new 6e17675 Mark the test_scheduler_task_start_date as quarantined
(#15086)
new 30e5584 Fixes failing docs upload on master (#15148)
new 321237a Increase timeout for building the docs (#15157)
new 3c24a31 Merges prepare/test provider packages into two jobs (#15152)
new 657e707 Finish quarantine for test_should_force_kill_process (#15081)
new 65c3ecf Adds Blinker dependency which is missing after recent changes
(#15182)
new 3e9633e Bump K8S versions to latest supported ones. (#15156)
new 25caba7 Fixes problem when Pull Request is `weird` - has null
head_repo (#15189)
new 3d17216 Removes unused CI feature of printing output on error (#15190)
new e87cd1f Merges quarantined tests into single job (#15153)
new 5f5a914 Updates 3.6 limits for latest versions of a few libraries
(#15209)
The 16 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/actions/cancel-workflow-runs | 2 +-
.github/workflows/ci.yml | 89 +++--
.gitignore | 5 +
BREEZE.rst | 8 +-
IMAGES.rst | 15 +-
README.md | 2 +-
airflow/models/baseoperator.py | 2 +-
.../providers/google/cloud/operators/dataflow.py | 6 +-
breeze | 2 +-
breeze-complete | 6 +-
.../enter_breeze_provider_package_tests.sh | 2 +-
docs/apache-airflow/installation.rst | 2 +-
docs/build_docs.py | 417 ++++++++++++++++++---
docs/exts/docs_build/code_utils.py | 32 ++
docs/exts/docs_build/docs_builder.py | 317 ++++++++++++----
docs/exts/docs_build/errors.py | 39 +-
docs/exts/docs_build/github_action_utils.py | 1 +
docs/exts/docs_build/spelling_checks.py | 47 ++-
provider_packages/README.rst | 53 +++
scripts/ci/docs/ci_docs.sh | 15 +-
scripts/ci/kubernetes/kind-cluster-conf.yaml | 15 +-
scripts/ci/libraries/_all_libs.sh | 2 +
scripts/ci/libraries/_build_images.sh | 45 ++-
scripts/ci/libraries/_docker_engine_resources.sh | 12 +-
scripts/ci/libraries/_initialization.sh | 9 +-
scripts/ci/libraries/_kind.sh | 2 +-
scripts/ci/libraries/_parallel.sh | 35 +-
scripts/ci/libraries/_push_pull_remove_images.sh | 28 +-
scripts/ci/libraries/_runs.sh | 10 +-
scripts/ci/libraries/_start_end.sh | 2 +-
scripts/ci/libraries/_testing.sh | 116 ++++++
scripts/ci/libraries/_verbosity.sh | 6 +-
scripts/ci/libraries/_verify_image.sh | 8 +-
.../ci_install_and_test_provider_packages.sh | 2 +-
scripts/ci/static_checks/bats_tests.sh | 2 +-
scripts/ci/static_checks/check_license.sh | 2 +-
scripts/ci/static_checks/flake8.sh | 4 +-
.../ci/static_checks/in_container_bats_tests.sh | 4 +-
scripts/ci/static_checks/lint_dockerfile.sh | 4 +-
scripts/ci/static_checks/mypy.sh | 2 +-
scripts/ci/static_checks/pylint.sh | 4 +-
scripts/ci/static_checks/refresh_pylint_todo.sh | 2 +-
scripts/ci/testing/ci_run_airflow_testing.sh | 143 +------
scripts/ci/testing/ci_run_quarantined_tests.sh | 87 +++++
.../ci_run_single_airflow_test_in_docker.sh | 6 +-
scripts/ci/tools/ci_clear_tmp.sh | 2 +-
scripts/ci/tools/ci_fix_ownership.sh | 2 +-
scripts/ci/tools/ci_free_space_on_ci.sh | 2 +-
scripts/in_container/_in_container_utils.sh | 39 +-
.../in_container/run_anything.sh | 2 +
scripts/in_container/run_fix_ownership.sh | 4 +-
setup.cfg | 10 +-
setup.py | 11 +-
tests/jobs/test_scheduler_job.py | 1 +
tests/utils/test_process_utils.py | 12 +-
55 files changed, 1200 insertions(+), 499 deletions(-)
create mode 100644 provider_packages/README.rst
create mode 100644 scripts/ci/libraries/_testing.sh
create mode 100755 scripts/ci/testing/ci_run_quarantined_tests.sh
copy airflow/api_connexion/__init__.py => scripts/in_container/run_anything.sh
(96%)
mode change 100644 => 100755