OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py" | 6 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "env": { | 8 "env": { |
10 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 9 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
11 }, | 10 }, |
12 "name": "presubmit" | 11 "name": "presubmit" |
13 }, | 12 }, |
14 { | 13 { |
15 "name": "$result", | 14 "name": "$result", |
16 "recipe_result": null, | 15 "recipe_result": null, |
17 "status_code": 0 | 16 "status_code": 0 |
18 } | 17 } |
19 ] | 18 ] |
OLD | NEW |