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 "Luci-go Presubmit", | |
11 "--slave", | |
12 "TestSlavename", | |
13 "--spec", | 7 "--spec", |
14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra
/infra.git'}]", | 8 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra
/infra.git'}]", |
15 "--root", | 9 "--root", |
16 "infra/go/src/github.com/luci/luci-go", | 10 "infra/go/src/github.com/luci/luci-go", |
17 "--revision_mapping_file", | 11 "--revision_mapping_file", |
18 "{\"infra/go/src/github.com/luci/luci-go\": \"got_revision\"}", | 12 "{\"infra/go/src/github.com/luci/luci-go\": \"got_revision\"}", |
19 "--git-cache-dir", | 13 "--git-cache-dir", |
20 "[GIT_CACHE]", | 14 "[GIT_CACHE]", |
21 "--issue", | 15 "--issue", |
22 "12853011", | 16 "12853011", |
23 "--patchset", | 17 "--patchset", |
24 "1", | 18 "1", |
25 "--rietveld_server", | 19 "--rietveld_server", |
26 "https://codereview.chromium.org", | 20 "https://codereview.chromium.org", |
27 "--output_json", | 21 "--output_json", |
28 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
29 "--revision", | 23 "--revision", |
30 "infra@origin/master", | 24 "infra@origin/master", |
31 "--revision", | 25 "--revision", |
32 "infra/go/src/github.com/luci/luci-go@HEAD", | 26 "infra/go/src/github.com/luci/luci-go@HEAD", |
33 "--force", | |
34 "--output_manifest" | 27 "--output_manifest" |
35 ], | 28 ], |
36 "cwd": "[SLAVE_BUILD]", | 29 "cwd": "[SLAVE_BUILD]", |
37 "env": { | 30 "env": { |
38 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
39 }, | 32 }, |
40 "name": "bot_update", | 33 "name": "bot_update", |
41 "~followup_annotations": [ | 34 "~followup_annotations": [ |
42 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
43 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 "@@@STEP_LOG_LINE@json.output@]@@@", | 141 "@@@STEP_LOG_LINE@json.output@]@@@", |
149 "@@@STEP_LOG_END@json.output@@@" | 142 "@@@STEP_LOG_END@json.output@@@" |
150 ] | 143 ] |
151 }, | 144 }, |
152 { | 145 { |
153 "name": "$result", | 146 "name": "$result", |
154 "recipe_result": null, | 147 "recipe_result": null, |
155 "status_code": 0 | 148 "status_code": 0 |
156 } | 149 } |
157 ] | 150 ] |
OLD | NEW |