From 9c9ab4ddd4e28182b57f2ab8d9a1fe9ebdbc92c1 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sat, 28 Nov 2020 11:40:43 +0100 Subject: [PATCH] Setup.cfg change triggers full build Since we moved part of the setup.py specification to setup.cfg, we should trigger full build when only that file changes. --- 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 b91a584131af4c..f00b97ab179b2d 100755 --- a/scripts/ci/selective_ci_checks.sh +++ b/scripts/ci/selective_ci_checks.sh @@ -412,6 +412,7 @@ function run_all_tests_if_environment_files_changed() { "^Dockerfile" "^scripts" "^setup.py" + "^setup.cfg" ) show_changed_files