This is an automated email from the ASF dual-hosted git repository.
ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 8000ab7 If we build a new image, we should run more than basic checks
(#12070)
8000ab7 is described below
commit 8000ab7375d319e389b6ea973acf8b1085c46bb1
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Tue Nov 3 17:42:01 2020 +0000
If we build a new image, we should run more than basic checks (#12070)
This lead to bases such as in #11699 where despite there being changes,
and an image being build, the pre-commit tests were not being run.
---
scripts/ci/selective_ci_checks.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/ci/selective_ci_checks.sh
b/scripts/ci/selective_ci_checks.sh
index 4775007..0cb4d83 100755
--- a/scripts/ci/selective_ci_checks.sh
+++ b/scripts/ci/selective_ci_checks.sh
@@ -555,7 +555,6 @@ if [[ ${image_build_needed} == "true" ]]; then
else
set_basic_checks_only "true"
fi
-set_basic_checks_only "${image_build_needed}"
set_docs_build "${docs_build_needed}"
run_tests "${tests_needed}"
run_kubernetes_tests "${kubernetes_tests_needed}"