You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
428 B
JSON
24 lines
428 B
JSON
[
|
|
{
|
|
"cmd": [
|
|
"vpython",
|
|
"-u",
|
|
"RECIPE_REPO[depot_tools]/presubmit_support.py",
|
|
"--json_output",
|
|
"/path/to/tmp/json"
|
|
],
|
|
"env_suffixes": {
|
|
"PATH": [
|
|
"RECIPE_REPO[depot_tools]"
|
|
]
|
|
},
|
|
"name": "presubmit",
|
|
"~followup_annotations": [
|
|
"@@@STEP_LOG_LINE@json.output@{}@@@",
|
|
"@@@STEP_LOG_END@json.output@@@"
|
|
]
|
|
},
|
|
{
|
|
"name": "$result"
|
|
}
|
|
] |