mirror of https://github.com/grpc/grpc-java.git
Add testing_version flag
This commit is contained in:
parent
816a54a83b
commit
0287d83182
|
|
@ -108,6 +108,7 @@ run_test() {
|
|||
--flagfile="${TEST_DRIVER_FLAGFILE}" \
|
||||
--kube_context="${KUBE_CONTEXT}" \
|
||||
--client_image="${CLIENT_IMAGE_NAME}:${GIT_COMMIT}" \
|
||||
--testing_version="$(echo "$KOKORO_JOB_NAME" | sed -E 's|^grpc/java/([^/]+)/.*|\1|')" \
|
||||
--xml_output_file="${TEST_XML_OUTPUT_DIR}/${test_name}/sponge_log.xml" \
|
||||
--flagfile="config/url-map.cfg"
|
||||
set +x
|
||||
|
|
|
|||
Loading…
Reference in New Issue