This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 61e01148ee9ffa97910ecb14d2aa432edc5029ad Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Nov 28 12:39:46 2020 +0100 Setup.cfg change triggers full build (#12684) Since we moved part of the setup.py specification to setup.cfg, we should trigger full build when only that file changes. (cherry picked from commit e4ab453a37c629e22d3d480511b43570f5237338) --- scripts/ci/selective_ci_checks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/selective_ci_checks.sh b/scripts/ci/selective_ci_checks.sh index a6c66eb..c87ec41 100755 --- a/scripts/ci/selective_ci_checks.sh +++ b/scripts/ci/selective_ci_checks.sh @@ -370,6 +370,7 @@ function run_all_tests_if_environment_files_changed() { "^Dockerfile" "^scripts" "^setup.py" + "^setup.cfg" ) show_changed_files
