From e4ab453a37c629e22d3d480511b43570f5237338 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sat, 28 Nov 2020 12:39:46 +0100 Subject: [PATCH] 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. --- 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 b91a584131af4..f00b97ab179b2 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