Skip to content

Commit

Permalink
ci: stop testing integration with other workspaces. (envoyproxy#382) (e…
Browse files Browse the repository at this point in the history
…nvoyproxy#161)

We don't care about it, and it's currently broken.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora authored Feb 24, 2020
1 parent e1b1671 commit b4bb871
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ elif [[ "$CI_TARGET" == "bazel.asan" ]]; then
echo "bazel ASAN/UBSAN debug build with tests"
echo "Building and testing envoy tests ${TEST_TARGETS}"
bazel_with_collection test ${BAZEL_BUILD_OPTIONS} ${TEST_TARGETS}
echo "Building and testing envoy-filter-example tests..."
pushd "${ENVOY_FILTER_EXAMPLE_SRCDIR}"
bazel_with_collection test ${BAZEL_BUILD_OPTIONS} \
//:echo2_integration_test //http-filter-example:http_filter_integration_test //:envoy_binary_test
popd
# Also validate that integration test traffic tapping (useful when debugging etc.)
# works. This requires that we set TAP_PATH. We do this under bazel.asan to
# ensure a debug build in CI.
Expand All @@ -175,10 +170,6 @@ elif [[ "$CI_TARGET" == "bazel.tsan" ]]; then
echo "bazel TSAN debug build with tests"
echo "Building and testing envoy tests ${TEST_TARGETS}"
bazel_with_collection test ${BAZEL_BUILD_OPTIONS} -c dbg --config=clang-tsan --build_tests_only ${TEST_TARGETS}
echo "Building and testing envoy-filter-example tests..."
cd "${ENVOY_FILTER_EXAMPLE_SRCDIR}"
bazel_with_collection test ${BAZEL_BUILD_OPTIONS} -c dbg --config=clang-tsan \
//:echo2_integration_test //http-filter-example:http_filter_integration_test //:envoy_binary_test
exit 0
elif [[ "$CI_TARGET" == "bazel.msan" ]]; then
ENVOY_STDLIB=libc++
Expand Down

0 comments on commit b4bb871

Please sign in to comment.