This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
omit 244d0a5 master -> main
new 1c51f98 Tests should also be triggered when there is just setup.py
change (#9690)
new 5f4f8f4 The group of embedded DAGs should be root to be OpenShift
compatible (#9794)
new d66494f Remove package.json and yarn.lock from the prod image (#9814)
new dff4443 For now cloud tools are not needed in CI (#9818)
new 07d0c84 Group CI scripts in subdirectories (#9653)
new d33f6d0 Reorganizing of CI tests (#9654)
new 86cc96c Added "all" to allowed breeze integrations and tried to
clarify on fail (#9872)
new 26d6c6e Constraint files are now maintained automatically (#9889)
new 5b03424 Simplify pull request template (#9896)
new 627aa71 Tests are cancelled if any of faster checks fail (#9917)
new 15fc941 fixup! Constraint files are now maintained automatically
(#9889)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (244d0a5)
\
N -- N -- N refs/heads/v1-10-test (15fc941)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 11 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:
.dockerignore | 1 -
.github/PULL_REQUEST_TEMPLATE.md | 27 +-
.github/workflows/ci.yml | 293 +++++++++++++--------
.pre-commit-config.yaml | 34 +--
.rat-excludes | 1 +
BREEZE.rst | 75 +++---
CI.rst | 113 ++++----
CONTRIBUTING.rst | 71 ++---
Dockerfile | 20 +-
Dockerfile.ci | 21 +-
IMAGES.rst | 75 +++---
INSTALL | 7 +-
LOCAL_VIRTUALENV.rst | 13 +-
README.md | 17 +-
STATIC_CODE_CHECKS.rst | 15 +-
TESTING.rst | 8 +-
breeze | 46 ++--
breeze-complete | 4 +-
common/_default_branch.sh | 1 +
docs/installation.rst | 31 ++-
docs/start_doc_server.sh | 4 +-
hooks/build | 4 +-
hooks/push | 5 -
CONTRIBUTING.md => requirements/REMOVE.md | 4 +-
hooks/push => scripts/ci/cancel/get_workflow_id.sh | 18 +-
scripts/ci/ci_load_image_to_kind.sh | 33 ---
scripts/ci/ci_perform_kind_cluster_operation.sh | 32 ---
.../ci_generate_constraints.sh} | 6 +-
scripts/ci/docker-compose/local.yml | 1 -
scripts/ci/{ => docs}/ci_docs.sh | 4 +-
scripts/ci/{ => images}/ci_build_dockerhub.sh | 4 +-
.../ci/{ => images}/ci_prepare_ci_image_on_ci.sh | 4 +-
.../ci/{ => images}/ci_prepare_prod_image_on_ci.sh | 4 +-
scripts/ci/{ => images}/ci_push_ci_image.sh | 4 +-
.../ci/{ => images}/ci_push_production_images.sh | 4 +-
.../ci/in_container/_in_container_script_init.sh | 4 +-
scripts/ci/in_container/_in_container_utils.sh | 2 +-
.../in_container/deploy_airflow_to_kubernetes.sh | 23 --
scripts/ci/in_container/entrypoint_ci.sh | 20 +-
scripts/ci/{ => in_container}/run_cli_tool.sh | 0
...n_docs_build.sh => run_generate_constraints.sh} | 28 +-
.../ci/in_container/run_generate_requirements.sh | 80 ------
scripts/ci/in_container/run_system_tests.sh | 4 +-
.../ci_deploy_app_to_kubernetes.sh | 4 +-
scripts/ci/{ => kubernetes}/ci_run_helm_testing.sh | 2 +-
.../ci/{ => kubernetes}/ci_run_kubernetes_tests.sh | 9 +-
scripts/ci/{ => libraries}/_all_libs.sh | 29 +-
scripts/ci/libraries/_build_images.sh | 34 ++-
scripts/ci/libraries/_initialization.sh | 24 +-
scripts/ci/libraries/_kind.sh | 40 +--
scripts/ci/libraries/_local_mounts.sh | 1 -
scripts/ci/libraries/_runs.sh | 8 +-
scripts/ci/{ => libraries}/_script_init.sh | 13 +-
scripts/ci/minikdc.properties | 27 --
.../ci/{ => pre_commit}/pre_commit_bat_tests.sh | 4 +-
.../{ => pre_commit}/pre_commit_breeze_cmd_line.sh | 10 +-
.../pre_commit_check_integrations.sh | 14 +-
.../{ => pre_commit}/pre_commit_check_license.sh | 2 +-
.../ci/pre_commit/pre_commit_check_order_setup.py | 135 ++++++++++
scripts/ci/{ => pre_commit}/pre_commit_ci_build.sh | 4 +-
scripts/ci/{ => pre_commit}/pre_commit_flake8.sh | 4 +-
.../ci/pre_commit/pre_commit_insert_extras.py | 4 +-
.../{ => pre_commit}/pre_commit_lint_dockerfile.sh | 4 +-
.../pre_commit_local_yml_mounts.sh | 8 +-
scripts/ci/{ => pre_commit}/pre_commit_mypy.sh | 4 +-
.../ci/{ => pre_commit}/pre_commit_yaml_to_cfg.py | 7 +-
scripts/ci/pre_commit_generate_requirements.sh | 24 --
scripts/ci/pre_commit_update_extras.sh | 31 ---
scripts/ci/{ => static_checks}/ci_bat_tests.sh | 3 +
scripts/ci/{ => static_checks}/ci_check_license.sh | 4 +-
scripts/ci/{ => static_checks}/ci_flake8.sh | 4 +-
.../ci/{ => static_checks}/ci_lint_dockerfile.sh | 4 +-
scripts/ci/{ => static_checks}/ci_mypy.sh | 4 +-
.../ci/{ => static_checks}/ci_run_static_checks.sh | 7 +-
scripts/ci/{ => testing}/ci_run_airflow_testing.sh | 33 +--
.../ci_check_if_tests_should_be_run.sh} | 43 ++-
scripts/ci/{ => tools}/ci_count_changed_files.sh | 23 +-
scripts/ci/{ => tools}/ci_fix_ownership.sh | 10 +-
scripts/ci/{ => tools}/ci_free_space_on_ci.sh | 4 +-
tests/bats/bats_utils.bash | 4 +-
tests/test_order_setup.py | 134 ----------
81 files changed, 895 insertions(+), 993 deletions(-)
copy CONTRIBUTING.md => requirements/REMOVE.md (83%)
copy hooks/push => scripts/ci/cancel/get_workflow_id.sh (68%)
delete mode 100755 scripts/ci/ci_load_image_to_kind.sh
delete mode 100755 scripts/ci/ci_perform_kind_cluster_operation.sh
rename scripts/ci/{ci_generate_requirements.sh =>
constraints/ci_generate_constraints.sh} (86%)
rename scripts/ci/{ => docs}/ci_docs.sh (92%)
rename scripts/ci/{ => images}/ci_build_dockerhub.sh (95%)
rename scripts/ci/{ => images}/ci_prepare_ci_image_on_ci.sh (87%)
rename scripts/ci/{ => images}/ci_prepare_prod_image_on_ci.sh (87%)
rename scripts/ci/{ => images}/ci_push_ci_image.sh (88%)
rename scripts/ci/{ => images}/ci_push_production_images.sh (88%)
delete mode 100755 scripts/ci/in_container/deploy_airflow_to_kubernetes.sh
rename scripts/ci/{ => in_container}/run_cli_tool.sh (100%)
copy scripts/ci/in_container/{run_docs_build.sh =>
run_generate_constraints.sh} (61%)
delete mode 100755 scripts/ci/in_container/run_generate_requirements.sh
rename scripts/ci/{ => kubernetes}/ci_deploy_app_to_kubernetes.sh (92%)
rename scripts/ci/{ => kubernetes}/ci_run_helm_testing.sh (98%)
rename scripts/ci/{ => kubernetes}/ci_run_kubernetes_tests.sh (89%)
rename scripts/ci/{ => libraries}/_all_libs.sh (68%)
rename scripts/ci/{ => libraries}/_script_init.sh (73%)
delete mode 100644 scripts/ci/minikdc.properties
rename scripts/ci/{ => pre_commit}/pre_commit_bat_tests.sh (87%)
rename scripts/ci/{ => pre_commit}/pre_commit_breeze_cmd_line.sh (89%)
rename scripts/ci/{ => pre_commit}/pre_commit_check_integrations.sh (72%)
rename scripts/ci/{ => pre_commit}/pre_commit_check_license.sh (92%)
create mode 100755 scripts/ci/pre_commit/pre_commit_check_order_setup.py
rename scripts/ci/{ => pre_commit}/pre_commit_ci_build.sh (88%)
rename scripts/ci/{ => pre_commit}/pre_commit_flake8.sh (87%)
rename tests/insert_extras.py =>
scripts/ci/pre_commit/pre_commit_insert_extras.py (93%)
mode change 100644 => 100755
rename scripts/ci/{ => pre_commit}/pre_commit_lint_dockerfile.sh (84%)
rename scripts/ci/{ => pre_commit}/pre_commit_local_yml_mounts.sh (86%)
rename scripts/ci/{ => pre_commit}/pre_commit_mypy.sh (87%)
rename scripts/ci/{ => pre_commit}/pre_commit_yaml_to_cfg.py (97%)
delete mode 100755 scripts/ci/pre_commit_generate_requirements.sh
delete mode 100755 scripts/ci/pre_commit_update_extras.sh
rename scripts/ci/{ => static_checks}/ci_bat_tests.sh (90%)
rename scripts/ci/{ => static_checks}/ci_check_license.sh (94%)
rename scripts/ci/{ => static_checks}/ci_flake8.sh (94%)
rename scripts/ci/{ => static_checks}/ci_lint_dockerfile.sh (92%)
rename scripts/ci/{ => static_checks}/ci_mypy.sh (93%)
rename scripts/ci/{ => static_checks}/ci_run_static_checks.sh (80%)
rename scripts/ci/{ => testing}/ci_run_airflow_testing.sh (82%)
copy scripts/ci/{in_container/run_flake8.sh =>
tools/ci_check_if_tests_should_be_run.sh} (52%)
rename scripts/ci/{ => tools}/ci_count_changed_files.sh (70%)
rename scripts/ci/{ => tools}/ci_fix_ownership.sh (82%)
rename scripts/ci/{ => tools}/ci_free_space_on_ci.sh (87%)
delete mode 100755 tests/test_order_setup.py