You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/10/11 22:29:23 UTC

[airflow] branch master updated (a155db1 -> 369bbf0)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from a155db1  Fix typo in airflow/utils/dag_processing.py (#11445)
     add 369bbf0  Selective tests - depends on files changed in the commit. (#11417)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 121 +++----
 scripts/ci/selective_tests.sh                      | 350 +++++++++++++++++++++
 .../ci/tools/ci_check_if_tests_should_be_run.sh    |  56 ----
 scripts/ci/tools/ci_count_changed_files.sh         |  63 ----
 4 files changed, 385 insertions(+), 205 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