xds_k8s_install: Allow to override PYTHON_VERSION for local testing (#29722)

pull/29724/head
Sergii Tkachenko 3 years ago committed by GitHub
parent 0642bc213d
commit 8b1cef6e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh

@ -16,7 +16,7 @@
set -eo pipefail
# Constants
readonly PYTHON_VERSION="3.6"
readonly PYTHON_VERSION="${PYTHON_VERSION:-3.6}"
# Test driver
readonly TEST_DRIVER_REPO_NAME="grpc"
readonly TEST_DRIVER_REPO_URL="https://github.com/${TEST_DRIVER_REPO_OWNER:-grpc}/grpc.git"

Loading…
Cancel
Save