Commit Graph

19 Commits

Author SHA1 Message Date
Xuan Wang 493f9bfa67 buildscripts: Use the Kokoro shared install lib from the new repo 2023-12-18 20:51:23 +00:00
Michael Lumish 036e0e1b7f grpc-js-xds: Enable xDS affinity test 2023-09-07 17:15:20 -07:00
Michael Lumish d1f0d9f80d grpc-js-xds: interop: add custom_lb test, reformat test list 2023-08-24 13:38:56 -07:00
Sergii Tkachenko d2a3ef45c0
grpc-js-xds: Bump the canonical server from v1.46.x to v1.56.0
Similar to https://github.com/grpc/grpc/pull/33542.

Note that there's a ticket to automatically use the one specified in the `--server_image_canonical` flag, but for now we just hardcode.
2023-06-28 13:55:27 -07:00
Xuan Wang cd87b1287f Don't fail target if sub-target already failed 2023-06-01 00:00:47 +00:00
Sergii Tkachenko 466bc3cdd0
Address the feedback: use pre-increment instead of `&& true` 2023-01-13 20:39:32 -05:00
Sergii Tkachenko a23dc843af xds interop: Fix buildscripts not continuing on a failed test suite
Apparently there's a difference between bash 3 and bash 4.
OSX comes with bash 3 out-of-box, so for whoever wrote this logic
it "worked on my machine".
2023-01-12 17:18:00 -08:00
Sergii Tkachenko 594933aa2b xDS interop: enable pod log collection in the buildscripts
- Enables pod log collection in all PSM interop jobs implemented
  in https://github.com/grpc/grpc/pull/30594.
- Associate test suite runs with their own log file, so it's displayed
  on the "Target Log" tab
- Adds missing `--force_cleanup` to the lb test (reduces leaked
  resources)
- Fix run_test not returning correct exit status, causing false
  positives in some cases. See https://github.com/grpc/grpc/pull/30768
2022-08-26 17:51:34 -07:00
Michael Lumish 9ba4ed3621 grpc-js-xds: Fix outlier detection interop test name 2022-08-15 09:36:35 -07:00
Michael Lumish d0dc6cd46e grpc-js-xds: Enable the outlier detection interop test 2022-08-08 11:36:10 -07:00
Sergii Tkachenko 4db0cd2ac9 xDS k8s tests: fix docker auth error in the build scripts
Docker auth needed to be done before pushing thats to the GCR.
Also add missing versioned image tagging to xds_k8s_url_map.sh.
2022-06-24 16:11:28 -07:00
Michael Lumish e4435a50f6 Use new TESTING_VERSION variable 2022-06-21 15:51:03 -07:00
Michael Lumish 0c543aa2b2 xDS k8s interop script: publish version-tagged docker images 2022-06-15 10:09:53 -07:00
Michael Lumish e61c8f9ecd Change directory before submodules update 2022-05-24 13:11:41 -07:00
Michael Lumish be749bf94f Update submodules in test script 2022-05-24 11:14:26 -07:00
Michael Lumish ee0c6bc9ea Add baseline_test to test list 2022-05-24 10:35:55 -07:00
Michael Lumish 55175ae8c2 Add missing newlines at EOF 2022-05-23 16:21:27 -07:00
Michael Lumish 30bf5a1bac
Fix cluster references
Co-authored-by: Sergii Tkachenko <hi@sergii.org>
2022-05-23 16:19:07 -07:00
Michael Lumish aa97aa8a1c grpc-js-xds: Add support for k8s interop test framework 2022-05-23 13:03:43 -07:00