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 6f64e98543f230f23b87d3adef72d2a29d5a9b40 Author: Ash Berlin-Taylor <ash_git...@firemirror.com> 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. (cherry picked from commit 8000ab7375d319e389b6ea973acf8b1085c46bb1) --- 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 0faa541..b9a6d74 100755 --- a/scripts/ci/selective_ci_checks.sh +++ b/scripts/ci/selective_ci_checks.sh @@ -450,7 +450,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}"