Skip to content

Commit

Permalink
Test without remote.
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sobon <[email protected]>
  • Loading branch information
mum4k committed Nov 1, 2024
1 parent fc7feec commit 0f5a0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ function do_test() {
# The environment variable AZP_BRANCH is used to determine if some expensive
# tests that cannot run locally should be executed.
# E.g. test_http_h1_mini_stress_test_open_loop.
run_on_build_parts "bazel build -c dbg --config=common-envoy-engflow --config=cache-envoy-engflow $BAZEL_BUILD_OPTIONS --action_env=AZP_BRANCH"
bazel test -c dbg --config=common-envoy-engflow --config=cache-envoy-engflow $BAZEL_TEST_OPTIONS --test_output=all --action_env=AZP_BRANCH //test/...
run_on_build_parts "bazel build -c dbg $BAZEL_BUILD_OPTIONS --action_env=AZP_BRANCH"
bazel test -c dbg $BAZEL_TEST_OPTIONS --test_output=all --action_env=AZP_BRANCH //test/...
}

function do_clang_tidy() {
Expand Down

0 comments on commit 0f5a0fa

Please sign in to comment.