Skip to content

Commit 1109452

Browse files
authored
[Backport grpc#27373] add testing_version flag (#4783)
1 parent e469f0d commit 1109452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/kokoro/xds_url_map.sh

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ run_test() {
8989
--flagfile="${TEST_DRIVER_FLAGFILE}" \
9090
--kube_context="${KUBE_CONTEXT}" \
9191
--client_image="${CLIENT_IMAGE_NAME}:${GIT_COMMIT}" \
92+
--testing_version=$(echo "$KOKORO_JOB_NAME" | sed -E 's|^grpc/go/([^/]+)/.*|\1|') \
9293
--xml_output_file="${TEST_XML_OUTPUT_DIR}/${test_name}/sponge_log.xml" \
9394
--flagfile="config/url-map.cfg"
9495
set +x

0 commit comments

Comments
 (0)