From b4bb871d168ad0a78cdfb374977279589aa899e7 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Sun, 23 Feb 2020 17:36:30 -0800 Subject: [PATCH] ci: stop testing integration with other workspaces. (#382) (#161) We don't care about it, and it's currently broken. Signed-off-by: Piotr Sikora --- ci/do_ci.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ci/do_ci.sh b/ci/do_ci.sh index 9153e1c58a68..cc0dacfd8dbe 100755 --- a/ci/do_ci.sh +++ b/ci/do_ci.sh @@ -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. @@ -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++