HomeSort by relevance Sort by last modified time
    Searched refs:extant_shard_json_files (Results 1 - 2 of 2) sorted by null

  /external/skia/infra/bots/recipe_modules/swarming/resources/
collect_task.py 93 extant_shard_json_files = [
96 if shard_json_files != extant_shard_json_files:
99 set(shard_json_files) - set(extant_shard_json_files),
100 extant_shard_json_files,
103 if not extant_shard_json_files:
124 merge_cmd.extend(extant_shard_json_files)
  /external/skqp/infra/bots/recipe_modules/swarming/resources/
collect_task.py 93 extant_shard_json_files = [
96 if shard_json_files != extant_shard_json_files:
99 set(shard_json_files) - set(extant_shard_json_files),
100 extant_shard_json_files,
103 if not extant_shard_json_files:
124 merge_cmd.extend(extant_shard_json_files)

Completed in 440 milliseconds