Skip to content

Commit

Permalink
If we build a new image, we should run more than basic checks
Browse files Browse the repository at this point in the history
This lead to bases such as in apache#11699 where despite there being changes,
and an image being build, the pre-commit tests were not being run.
  • Loading branch information
ashb committed Nov 3, 2020
1 parent 980c725 commit 0eade42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/selective_ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 0eade42

Please sign in to comment.