filted out malformed resultstore data

pull/18068/head
Bill Feng 6 years ago
parent 4564b78b27
commit 43277f83c8
  1. 2
      tools/run_tests/python_utils/upload_rbe_results.py

@ -188,6 +188,8 @@ if __name__ == "__main__":
'startTime':
resultstore_actions[index - 1]['timing']['startTime']
}
elif 'testSuite' not in action['testAction']:
continue
else:
test_cases = action['testAction']['testSuite']['tests'][0][
'testSuite']['tests']

Loading…
Cancel
Save