added fieldmask to resultstore upload for RBE

pull/18017/head
Bill Feng 6 years ago
parent 68a661dfb5
commit 8fd9b02bec
  1. 2
      tools/run_tests/python_utils/upload_rbe_results.py

@ -122,7 +122,7 @@ def _get_resultstore_data(api_key, invocation_id):
while True:
req = urllib2.Request(
url=
'https://resultstore.googleapis.com/v2/invocations/%s/targets/-/configuredTargets/-/actions?key=%s&pageToken=%s'
'https://resultstore.googleapis.com/v2/invocations/%s/targets/-/configuredTargets/-/actions?key=%s&pageToken=%s&fields=id,status_attributes,timing,test_action'
% (invocation_id, api_key, page_token),
headers={
'Content-Type': 'application/json'

Loading…
Cancel
Save