Home
last modified time | relevance | path

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

/external/skia/infra/bots/recipe_modules/swarming/
Dapi.py173 for step_result in step_results:
174 self._add_log_links(step_result, step_result.json.output)
186 step_result = self.m.step.active_result
193 summary = step_result.swarming.summary
195 step_result.presentation.status = self.m.step.EXCEPTION
196 raise self.m.step.InfraFailure(e.name, step_result)
199 step_result = self.m.step.active_result
201 self._add_log_links(step_result, step_result.swarming.summary)
204 def _add_log_links(self, step_result, summary): argument
219 step_result.presentation.links[k] = link