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.


    from ef2cf4d  Use snakebite-py3 for HDFS dependency for Python3 (#12340)
     new c56d91c  Add Airflow 1.10.12 to breeze-complete (#10592)
     new 527e513  Nightly tag push is not skipped in scheduled builds (#10597)
     new 5ac7fd2  Update node installation cmd (#10744)
     new 8736b86  Cache for kubernetes tests is updateable (#10945)
     new 6fffe6d  Fix typos in Dockerfile.ci (#11187)
     new 1021d05  Fix typo in command in CI.rst (#11233)
     new 5f37463  Add Python version to Breeze cmd (#11228)
     new bfbbcab  The bats script for CI image is now placed in the docker 
folder (#11262)
     new 11a4e22  Fix link to static checks in CONTRIBUTING.rst (#11271)
     new 6f86f98  Add remaining community guidelines to CONTRIBUTING.rst 
(#11312)
     new 4a12f17  Moves Commiter's guide to CONTRIBUTING.rst (#11314)
     new a41c6ca  Adds --install-wheels flag to breeze command line (#11317)
     new a159625  Improve Committer's guide docs (#11338)
     new fde0151  Fix command to run tmux with breeze in BREEZE.rst (#11340)
     new 8878998  Split tests to more sub-types (#11402)
     new 612c69e  Fix constraints generation script (#11412)

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:
 .dockerignore                                      |   3 +
 .github/workflows/ci.yml                           |  64 ++++++++-
 BREEZE.rst                                         |  58 ++++++--
 CI.rst                                             |   2 +-
 CONTRIBUTING.rst                                   |  38 ++++-
 Dockerfile.ci                                      |   6 +-
 TESTING.rst                                        |  57 +++++++-
 breeze                                             |  91 +++++++++---
 breeze-complete                                    |  14 +-
 scripts/ci/docker-compose/base.yml                 |  10 +-
 scripts/ci/libraries/_docker.env                   |   5 +
 scripts/ci/libraries/_initialization.sh            |  52 ++++---
 scripts/ci/libraries/_parameters.sh                |  28 ++--
 scripts/ci/libraries/_push_pull_remove_images.sh   |  14 ++
 scripts/ci/testing/ci_run_airflow_testing.sh       |  11 +-
 scripts/in_container/entrypoint_ci.sh              | 154 ++++++++++++++++-----
 scripts/in_container/run_ci_tests.sh               |  59 ++++++--
 scripts/in_container/run_generate_constraints.sh   |   5 +-
 tests/bats/test_breeze_complete.bats               |   8 ++
 tests/{ => core}/test_config_templates.py          |   0
 tests/{ => core}/test_configuration.py             |   0
 tests/{ => core}/test_core.py                      |   0
 tests/{ => core}/test_example_dags_system.py       |   0
 .../test_impersonation_tests.py}                   |   0
 tests/{ => core}/test_logging_config.py            |   0
 tests/{ => core}/test_sentry.py                    |   0
 tests/{ => core}/test_sqlalchemy_config.py         |   3 +-
 tests/jobs/test_local_task_job.py                  |   2 +-
 .../task/task_runner/test_standard_task_runner.py  |   6 +-
 29 files changed, 545 insertions(+), 145 deletions(-)
 rename tests/{ => core}/test_config_templates.py (100%)
 rename tests/{ => core}/test_configuration.py (100%)
 rename tests/{ => core}/test_core.py (100%)
 rename tests/{ => core}/test_example_dags_system.py (100%)
 rename tests/{test_impersonation.py => core/test_impersonation_tests.py} (100%)
 rename tests/{ => core}/test_logging_config.py (100%)
 rename tests/{ => core}/test_sentry.py (100%)
 rename tests/{ => core}/test_sqlalchemy_config.py (96%)

Reply via email to