diff --git a/ci/build_setup.sh b/ci/build_setup.sh index 1caf010106fa7..ece8a76234503 100755 --- a/ci/build_setup.sh +++ b/ci/build_setup.sh @@ -64,7 +64,7 @@ BAZEL_OPTIONS="--package_path %workspace%:/source" export BAZEL_QUERY_OPTIONS="${BAZEL_OPTIONS}" export BAZEL_BUILD_OPTIONS="--strategy=Genrule=standalone --spawn_strategy=standalone \ --verbose_failures ${BAZEL_OPTIONS} --action_env=HOME --action_env=PYTHONUSERBASE \ - --jobs=${NUM_CPUS}" + --jobs=${NUM_CPUS} --show_task_finish" export BAZEL_TEST_OPTIONS="${BAZEL_BUILD_OPTIONS} --test_env=HOME --test_env=PYTHONUSERBASE \ --cache_test_results=no --test_output=all" [[ "${BAZEL_EXPUNGE}" == "1" ]] && "${BAZEL}" clean --expunge