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/11/30 00:00:04 UTC

[airflow] 17/18: Setup.cfg change triggers full build (#12684)

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 <ja...@polidea.com>
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