Skip to content

Commit

Permalink
buildscripts: add option to use xds-k8s test driver from a fork (grpc…
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jun 21, 2021
1 parent 4faa31f commit 50328cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kokoro/xds_k8s_install_test_driver.sh
Expand Up @@ -19,7 +19,7 @@ set -eo pipefail
readonly PYTHON_VERSION="3.6"
# Test driver
readonly TEST_DRIVER_REPO_NAME="grpc"
readonly TEST_DRIVER_REPO_URL="https://github.com/grpc/grpc.git"
readonly TEST_DRIVER_REPO_URL="https://github.com/${TEST_DRIVER_REPO_OWNER:-grpc}/grpc.git"
readonly TEST_DRIVER_BRANCH="${TEST_DRIVER_BRANCH:-master}"
readonly TEST_DRIVER_PATH="tools/run_tests/xds_k8s_test_driver"
readonly TEST_DRIVER_PROTOS_PATH="src/proto/grpc/testing"
Expand Down

0 comments on commit 50328cf

Please sign in to comment.