Home
last modified time | relevance | path

Searched refs:summary_json (Results 1 – 4 of 4) sorted by relevance

/external/skia/infra/bots/recipe_modules/swarming/resources/
Dstandard_gtest_merge.py38 def merge_shard_results(summary_json, jsons_to_merge): argument
47 with open(summary_json) as f:
174 output_json, summary_json, jsons_to_merge): argument
176 output = merge_shard_results(summary_json, jsons_to_merge)
194 args.output_json, args.summary_json, args.jsons_to_merge)
/external/autotest/client/bin/result_tools/
Dutils.py382 summary_json = json.dumps(summary)
388 if free_space - len(summary_json) < MIN_FREE_DISK_BYTES:
391 'bytes.' % (free_space, len(summary_json)))
394 f.write(summary_json)
Dutils_unittest.py193 summary_json = result_utils.get_dir_summary(
195 self.assertEqual(EXPECTED_SUMMARY, summary_json)
/external/skia/infra/bots/recipe_modules/swarming/
Dapi.py589 def _display_pending(summary_json, step_presentation): argument
594 for shard in summary_json.get('shards', []) if shard.get('started_ts')
675 summary_json = step_result.swarming.summary
676 self._handle_summary_json(task, summary_json, step_result)