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 9c0086d  fixup! Split tests to more sub-types (#11402)
     new 5bb69e5  Selective tests - depends on files changed in the commit. 
(#11417)
     new 225e9a6  Increase timeout for waiting for images (#11460)
     new 730a8d6  Enables back duplicate cancelling on push/schedule (#11471)
     new 70a6987  Update CONTRIBUTING.rst (#11461)
     new 37bc926  Combine back multiple test types into single jobs (#11504)
     new f74d030  fixup! Selective tests - depends on files changed in the 
commit. (#11417)
     new b371a3a  fixup! fixup! Selective tests - depends on files changed in 
the commit. (#11417)

The 7 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-workflow-run.yml    |   1 -
 .github/workflows/ci.yml                           | 149 ++++--------
 CONTRIBUTING.rst                                   |   7 +
 scripts/ci/kubernetes/ci_run_kubernetes_tests.sh   |   3 +-
 scripts/ci/selective_tests.sh                      | 252 +++++++++++++++++++++
 scripts/ci/testing/ci_run_airflow_testing.sh       |  90 ++++++--
 .../ci/tools/ci_check_if_tests_should_be_run.sh    |  56 -----
 scripts/ci/tools/ci_count_changed_files.sh         |  63 ------
 tests/contrib/sensors/test_hdfs_sensor.py          |   4 +-
 tests/jobs/test_local_task_job.py                  |   2 +-
 tests/jobs/test_scheduler_job.py                   |   2 +-
 tests/sensors/test_hdfs_sensor.py                  |   2 +-
 .../task/task_runner/test_standard_task_runner.py  |   2 +-
 13 files changed, 382 insertions(+), 251 deletions(-)
 create mode 100755 scripts/ci/selective_tests.sh
 delete mode 100755 scripts/ci/tools/ci_check_if_tests_should_be_run.sh
 delete mode 100755 scripts/ci/tools/ci_count_changed_files.sh

Reply via email to