Make cloud_to_prod test shortname format consistent with cloud_to_cloud

pull/12966/head
Adele Zhou 8 years ago
parent 10ab806d28
commit 1dcc10359c
  1. 2
      tools/run_tests/run_interop_tests.py

@ -677,7 +677,7 @@ def cloud_to_prod_jobspec(language, test_case, server_host_name,
cmdline=cmdline,
cwd=cwd,
environ=environ,
shortname='%s:%s:%s:%s' % (suite_name, server_host_name, language,
shortname='%s:%s:%s:%s' % (suite_name, language, server_host_name,
test_case),
timeout_seconds=_TEST_TIMEOUT,
flake_retries=5 if args.allow_flakes else 0,

Loading…
Cancel
Save