We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e469f0d commit 1109452Copy full SHA for 1109452
test/kokoro/xds_url_map.sh
@@ -89,6 +89,7 @@ run_test() {
89
--flagfile="${TEST_DRIVER_FLAGFILE}" \
90
--kube_context="${KUBE_CONTEXT}" \
91
--client_image="${CLIENT_IMAGE_NAME}:${GIT_COMMIT}" \
92
+ --testing_version=$(echo "$KOKORO_JOB_NAME" | sed -E 's|^grpc/go/([^/]+)/.*|\1|') \
93
--xml_output_file="${TEST_XML_OUTPUT_DIR}/${test_name}/sponge_log.xml" \
94
--flagfile="config/url-map.cfg"
95
set +x
0 commit comments