Skip to content

Commit

Permalink
Revert "buildscripts: Add missing secondary_kube_context to xds LB te…
Browse files Browse the repository at this point in the history
…sts (#9380)"

This reverts commit e3e152a.
  • Loading branch information
sergiitk committed Jul 18, 2022
1 parent 756fdf3 commit d5475e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildscripts/kokoro/xds_k8s_lb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ build_docker_images_if_needed() {
# Globals:
# TEST_DRIVER_FLAGFILE: Relative path to test driver flagfile
# KUBE_CONTEXT: The name of kubectl context with GKE cluster access
# SECONDARY_KUBE_CONTEXT: The name of kubectl context with secondary GKE cluster access, if any
# TEST_XML_OUTPUT_DIR: Output directory for the test xUnit XML report
# SERVER_IMAGE_NAME: Test server Docker image name
# CLIENT_IMAGE_NAME: Test client Docker image name
Expand All @@ -122,7 +121,6 @@ run_test() {
python -m "tests.${test_name}" \
--flagfile="${TEST_DRIVER_FLAGFILE}" \
--kube_context="${KUBE_CONTEXT}" \
--secondary_kube_context="${SECONDARY_KUBE_CONTEXT}" \
--server_image="${SERVER_IMAGE_NAME}:${GIT_COMMIT}" \
--client_image="${CLIENT_IMAGE_NAME}:${GIT_COMMIT}" \
--testing_version="${TESTING_VERSION}" \
Expand Down Expand Up @@ -160,7 +158,6 @@ main() {
source /dev/stdin <<< "$(curl -s "${TEST_DRIVER_INSTALL_SCRIPT_URL}")"

activate_gke_cluster GKE_CLUSTER_PSM_BASIC
activate_secondary_gke_cluster GKE_CLUSTER_PSM_LB

set -x
if [[ -n "${KOKORO_ARTIFACTS_DIR}" ]]; then
Expand Down

0 comments on commit d5475e8

Please sign in to comment.