Skip to content

Commit 70be550

Browse files
XuanWang-Amosctiller
authored andcommitted
[PSM Interop] Point Interop Prod testing to new repo (grpc#35305)
Tests: * [x] [prod:grpc/java/v1.59.x/branch/psm-security](https://source.cloud.google.com/results/invocations/b452f79c-4766-4e0f-99fb-cbbf38a8529b) * [x] [prod:grpc/java/v1.59.x/branch/xds_k8s_lb](https://source.cloud.google.com/results/invocations/5f3baf85-3710-47b4-b1bb-df690c295e33) * [x] [prod:grpc/java/v1.59.x/branch/xds_url_map](https://source.cloud.google.com/results/invocations/61d45275-ebe7-412c-ae0a-c8932535b343) <!-- 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. --> Closes grpc#35305 COPYBARA_INTEGRATE_REVIEW=grpc#35305 from XuanWang-Amos:switch_interop_repo 4e01258 PiperOrigin-RevId: 590776638
1 parent d00582b commit 70be550

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ set -eo pipefail
1818
# Constants
1919
readonly PYTHON_VERSION="${PYTHON_VERSION:-3.10}"
2020
# Test driver
21-
readonly TEST_DRIVER_REPO_NAME="grpc"
22-
readonly TEST_DRIVER_REPO_URL="https://github.com/${TEST_DRIVER_REPO_OWNER:-grpc}/grpc.git"
23-
readonly TEST_DRIVER_BRANCH="${TEST_DRIVER_BRANCH:-master}"
24-
readonly TEST_DRIVER_PATH="tools/run_tests/xds_k8s_test_driver"
25-
readonly TEST_DRIVER_PROTOS_PATH="src/proto/grpc/testing"
21+
readonly TEST_DRIVER_REPO_NAME="psm-interop"
22+
readonly TEST_DRIVER_REPO_URL="https://github.com/${TEST_DRIVER_REPO_OWNER:-grpc}/psm-interop.git"
23+
readonly TEST_DRIVER_BRANCH="${TEST_DRIVER_BRANCH:-main}"
24+
readonly TEST_DRIVER_PATH=""
25+
readonly TEST_DRIVER_PROTOS_PATH="protos/grpc/testing"
2626
readonly FORCE_TESTING_VERSION="${FORCE_TESTING_VERSION:-}"
2727

2828
# GKE cluster identifiers.
@@ -261,7 +261,7 @@ test_driver_pip_install() {
261261
# Writes the output of `python -m grpc_tools.protoc` to stdout, stderr
262262
# Writes the list if compiled python code to stdout
263263
# Writes compiled python code with proto messages and grpc services to
264-
# $TEST_DRIVER_FULL_DIR/src/proto
264+
# $TEST_DRIVER_FULL_DIR/protos/grpc/testing
265265
#######################################
266266
test_driver_compile_protos() {
267267
declare -a protos
@@ -296,7 +296,7 @@ test_driver_compile_protos() {
296296
#######################################
297297
test_driver_install() {
298298
readonly TEST_DRIVER_REPO_DIR="${1:?Usage test_driver_install TEST_DRIVER_REPO_DIR}"
299-
readonly TEST_DRIVER_FULL_DIR="${TEST_DRIVER_REPO_DIR}/${TEST_DRIVER_PATH}"
299+
readonly TEST_DRIVER_FULL_DIR="${TEST_DRIVER_REPO_DIR}"
300300
test_driver_get_source
301301
test_driver_pip_install
302302
test_driver_compile_protos

0 commit comments

Comments
 (0)