OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", |
7 "--gerrit_repo", | 7 "--gerrit_repo", |
8 "chromium", | 8 "chromium", |
9 "--gerrit_ref", | 9 "--gerrit_ref", |
10 "", | 10 "", |
11 "--root", | 11 "--root", |
12 "/tmp/test/root", | 12 "/tmp/test/root", |
13 "--gerrit_no_reset", | 13 "--gerrit_no_reset", |
14 "--gerrit_rebase_patch_ref" | 14 "--gerrit_no_rebase_patch_ref" |
15 ], | 15 ], |
16 "env": { | 16 "env": { |
17 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 17 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
18 }, | 18 }, |
19 "name": "apply_gerrit" | 19 "name": "apply_gerrit" |
20 }, | 20 }, |
21 { | 21 { |
22 "name": "$result", | 22 "name": "$result", |
23 "recipe_result": null, | 23 "recipe_result": null, |
24 "status_code": 0 | 24 "status_code": 0 |
25 } | 25 } |
26 ] | 26 ] |
OLD | NEW |