aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-04-06 08:57:52 +0200
committerGravatar GitHub <noreply@github.com>2018-04-06 08:57:52 +0200
commit1c73e2c53ddecf3bd45f1c28d23a895fc7cd6e12 (patch)
tree443c8c7aa3a347bd0f8b44da4596e2b3c3cc6921 /tools
parentb221685156570e2d8384113bd7ab09e3d5d36c57 (diff)
parentf75ca1ac8a76619f6de13e8689fb1f3c686cc46e (diff)
Merge pull request #14949 from jtattermusch/resultstore_build_url
Use ResultStore URL instead of Sponge for bigquery test results
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/python_utils/upload_test_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/python_utils/upload_test_results.py b/tools/run_tests/python_utils/upload_test_results.py
index a2dd1c66cf..09dcd57ad4 100644
--- a/tools/run_tests/python_utils/upload_test_results.py
+++ b/tools/run_tests/python_utils/upload_test_results.py
@@ -74,7 +74,7 @@ def _get_build_metadata(test_results):
build_id = os.getenv('BUILD_ID') or os.getenv('KOKORO_BUILD_NUMBER')
build_url = os.getenv('BUILD_URL')
if os.getenv('KOKORO_BUILD_ID'):
- build_url = 'https://sponge.corp.google.com/invocation?id=%s' % os.getenv(
+ build_url = 'https://source.cloud.google.com/results/invocations/%s' % os.getenv(
'KOKORO_BUILD_ID')
job_name = os.getenv('JOB_BASE_NAME') or os.getenv('KOKORO_JOB_NAME')