OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
7 "--help" | 7 "--help" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "gclient help" | 10 "name": "gclient help" |
11 }, | 11 }, |
12 { | 12 { |
| 13 "cmd": [ |
| 14 "python", |
| 15 "-u", |
| 16 "RECIPE_PACKAGE[depot_tools]/presubmit_support.py", |
| 17 "--commit" |
| 18 ], |
| 19 "cwd": "[SLAVE_BUILD]", |
| 20 "name": "presubmit support!" |
| 21 }, |
| 22 { |
13 "name": "$result", | 23 "name": "$result", |
14 "recipe_result": null, | 24 "recipe_result": null, |
15 "status_code": 0 | 25 "status_code": 0 |
16 } | 26 } |
17 ] | 27 ] |
OLD | NEW |