OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collect_cmd
(Results
1 - 4
of
4
) sorted by null
/external/skia/infra/bots/recipe_modules/swarming/resources/
collect_task.py
15
collect_cmd
, merge_script, build_properties, merge_arguments,
25
collect_cmd
: The `swarming.py collect` command to run. Should not contain
52
The exit code of
collect_cmd
or merge_cmd.
66
collect_cmd
.extend(['--task-output-dir', task_output_dir])
68
logging.info('
collect_cmd
: %s', ' '.join(
collect_cmd
))
69
collect_result = subprocess.call(
collect_cmd
)
71
logging.warn('
collect_cmd
had non-zero return code: %s', collect_result)
146
parser.add_argument('
collect_cmd
', nargs='+')
153
args.
collect_cmd
,
[
all
...]
/external/skqp/infra/bots/recipe_modules/swarming/resources/
collect_task.py
15
collect_cmd
, merge_script, build_properties, merge_arguments,
25
collect_cmd
: The `swarming.py collect` command to run. Should not contain
52
The exit code of
collect_cmd
or merge_cmd.
66
collect_cmd
.extend(['--task-output-dir', task_output_dir])
68
logging.info('
collect_cmd
: %s', ' '.join(
collect_cmd
))
69
collect_result = subprocess.call(
collect_cmd
)
71
logging.warn('
collect_cmd
had non-zero return code: %s', collect_result)
146
parser.add_argument('
collect_cmd
', nargs='+')
153
args.
collect_cmd
,
[
all
...]
/external/skia/infra/bots/recipe_modules/swarming/
api.py
637
collect_cmd
= [
642
collect_cmd
.extend(self.get_collect_cmd_args(task))
643
collect_cmd
.extend([
647
task_args.extend(
collect_cmd
)
[
all
...]
/external/skqp/infra/bots/recipe_modules/swarming/
api.py
637
collect_cmd
= [
642
collect_cmd
.extend(self.get_collect_cmd_args(task))
643
collect_cmd
.extend([
647
task_args.extend(
collect_cmd
)
[
all
...]
Completed in 112 milliseconds