OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swarm_hashes
(Results
1 - 3
of
3
) sorted by null
/external/skia/infra/bots/recipe_modules/isolate/tests/
isolated_tests.py
23
swarm_hashes
={
/external/skia/infra/bots/recipe_modules/isolate/
api.py
53
Assigns the dict {target name -> *.isolated file hash} to the
swarm_hashes
87
step_result.presentation.properties['
swarm_hashes
'] = self._isolated_tests
106
Assigns the dict {target name -> *.isolated file hash} to the
swarm_hashes
189
swarm_hashes
= {}
199
#assert k not in
swarm_hashes
or
swarm_hashes
[k] == v, (
202
# k, step,
swarm_hashes
[k], v)
203
swarm_hashes
[k] = v
205
if
swarm_hashes
:
206
self._isolated_tests =
swarm_hashes
[
all
...]
/external/skia/infra/bots/recipe_modules/skia_swarming/
api.py
125
targets=targets).presentation.properties['
swarm_hashes
'].items()
128
self,
swarm_hashes
, dimensions, idempotent=False, store_output=True,
134
swarm_hashes
: list of str. List of swarm hashes from the isolate server.
152
for task_name, swarm_hash in
swarm_hashes
:
Completed in 91 milliseconds