Skip to content

Commit d5ec354

Browse files
committed
works
1 parent 5d20680 commit d5ec354

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

buildscripts/kokoro/xds-k8s.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ action {
77
define_artifacts {
88
regex: "artifacts/*sponge_log.xml"
99
regex: "artifacts/*sponge_log.log"
10+
strip_prefix: "artifacts"
1011
}
1112
}

buildscripts/kokoro/xds-k8s.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -x
2525
echo "xDS interop tests on GKE"
2626
GITHUB_DIR="${KOKORO_ARTIFACTS_DIR}/github"
2727
ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}/artifacts"
28-
RUNNER_SKIP_BUILD="${RUNNER_SKIP_BUILD:-1}"
28+
RUNNER_SKIP_BUILD="${RUNNER_SKIP_BUILD:-0}"
2929
mkdir -p "${ARTIFACTS_DIR}"
3030

3131
# Language-specific repo
@@ -99,7 +99,7 @@ python3 -m grpc_tools.protoc \
9999
# todo(sergiitk): replace cluster name
100100
echo "Authenticating on K8S cluster"
101101
gcloud 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 \

0 commit comments

Comments
 (0)