[PSM Interop] Add bootstrap generator test (#33833)

Based on https://github.com/grpc/grpc-go/pull/6463

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/33855/head
Yash Tibrewal 1 year ago committed by GitHub
parent cb235a3e22
commit b7237cb658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_xds_k8s_lb.cfg
  2. 3
      tools/internal_ci/linux/grpc_xds_k8s_lb.sh

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_xds_k8s_lb.sh"
timeout_mins: 180
timeout_mins: 240
action {
define_artifacts {
regex: "artifacts/**/*sponge_log.xml"

@ -180,6 +180,9 @@ main() {
"remove_neg_test"
"round_robin_test"
)
if [[ "${TESTING_VERSION}" =~ "master" ]]; then
test_suites+=('bootstrap_generator_test')
fi
for test in "${test_suites[@]}"; do
run_test $test || (( ++failed_tests ))
done

Loading…
Cancel
Save