File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 77 define_artifacts {
88 regex: " artifacts/*sponge_log.xml"
99 regex: " artifacts/*sponge_log.log"
10+ strip_prefix: " artifacts"
1011 }
1112}
Original file line number Diff line number Diff line change 2525echo " xDS interop tests on GKE"
2626GITHUB_DIR=" ${KOKORO_ARTIFACTS_DIR} /github"
2727ARTIFACTS_DIR=" ${KOKORO_ARTIFACTS_DIR} /artifacts"
28- RUNNER_SKIP_BUILD=" ${RUNNER_SKIP_BUILD:- 1 } "
28+ RUNNER_SKIP_BUILD=" ${RUNNER_SKIP_BUILD:- 0 } "
2929mkdir -p " ${ARTIFACTS_DIR} "
3030
3131# Language-specific repo
@@ -99,7 +99,7 @@ python3 -m grpc_tools.protoc \
9999# todo(sergiitk): replace cluster name
100100echo " Authenticating on K8S cluster"
101101gcloud container clusters get-credentials sergiitk-interop-dev --zone us-central1-a
102- kubectl config rename-context $( kubectl config current-context) grpc-testing-sergiitk-interop-dev
102+ kubectl config rename-context " $( kubectl config current-context) " grpc-testing-sergiitk-interop-dev
103103
104104# Run the test
105105# --project=grpc-testing \
You can’t perform that action at this time.
0 commit comments