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/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | |
8 "tryserver.infra", | |
9 "--builder", | |
10 "gerrit-test-cq-normal", | |
11 "--slave", | |
12 "TestSlavename", | |
13 "--spec", | 7 "--spec", |
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'gerrit-test-cq-normal', 'url': 'https://chromium.googlesource.com/playgrou
nd/gerrit-cq/normal.git'}]", | 8 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'gerrit-test-cq-normal', 'url': 'https://chromium.googlesource.com/playgrou
nd/gerrit-cq/normal.git'}]", |
15 "--root", | 9 "--root", |
16 "gerrit-test-cq-normal", | 10 "gerrit-test-cq-normal", |
17 "--revision_mapping_file", | 11 "--revision_mapping_file", |
18 "{}", | 12 "{}", |
19 "--git-cache-dir", | 13 "--git-cache-dir", |
20 "[GIT_CACHE]", | 14 "[GIT_CACHE]", |
21 "--gerrit_repo", | 15 "--gerrit_repo", |
22 "https://chromium.googlesource.com/playground/gerrit-cq/normal", | 16 "https://chromium.googlesource.com/playground/gerrit-cq/normal", |
23 "--gerrit_ref", | 17 "--gerrit_ref", |
24 "refs/changes/60/322360/2", | 18 "refs/changes/60/322360/2", |
25 "--output_json", | 19 "--output_json", |
26 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
27 "--revision", | 21 "--revision", |
28 "gerrit-test-cq-normal@HEAD", | 22 "gerrit-test-cq-normal@HEAD", |
29 "--force", | |
30 "--output_manifest" | 23 "--output_manifest" |
31 ], | 24 ], |
32 "cwd": "[SLAVE_BUILD]", | 25 "cwd": "[SLAVE_BUILD]", |
33 "env": { | 26 "env": { |
34 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 27 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
35 }, | 28 }, |
36 "name": "bot_update", | 29 "name": "bot_update", |
37 "~followup_annotations": [ | 30 "~followup_annotations": [ |
38 "@@@STEP_TEXT@Some step text@@@", | 31 "@@@STEP_TEXT@Some step text@@@", |
39 "@@@STEP_LOG_LINE@json.output@{@@@", | 32 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 10 matching lines...) Expand all Loading... |
50 "@@@STEP_LOG_LINE@json.output@}@@@", | 43 "@@@STEP_LOG_LINE@json.output@}@@@", |
51 "@@@STEP_LOG_END@json.output@@@" | 44 "@@@STEP_LOG_END@json.output@@@" |
52 ] | 45 ] |
53 }, | 46 }, |
54 { | 47 { |
55 "name": "$result", | 48 "name": "$result", |
56 "recipe_result": null, | 49 "recipe_result": null, |
57 "status_code": 0 | 50 "status_code": 0 |
58 } | 51 } |
59 ] | 52 ] |
OLD | NEW |