fix path to xds_end2end_test (#29195)

pull/29200/head^2
Mark D. Roth 3 years ago committed by GitHub
parent 76a52f7696
commit daed9caf4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_bazel_build_in_docker.sh

@ -53,7 +53,7 @@ bazel build --define=use_strict_warning=true --define=use_abseil_status=true \
bazel build //test/cpp/end2end:end2end_test --define=grpc_no_xds=true
# Test that builds that need xDS do not build with --define=grpc_no_xds=true
EXIT_CODE=0
bazel build //test/cpp/end2end:xds_end2end_test --define=grpc_no_xds=true || EXIT_CODE=$?
bazel build //test/cpp/end2end/xds:xds_end2end_test --define=grpc_no_xds=true || EXIT_CODE=$?
if [ $EXIT_CODE -eq 0 ]
then
echo "Building xds_end2end_test succeeded even with --define=grpc_no_xds=true"

Loading…
Cancel
Save