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", | 7 "--master", |
8 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "Auto-roll - release process", | 10 "Auto-roll - release process", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "[SLAVE_BUILD]/refs_heads_lkgr.log" | 136 "[SLAVE_BUILD]/refs_heads_lkgr.log" |
137 ], | 137 ], |
138 "name": "Write refs_heads_lkgr.log" | 138 "name": "Write refs_heads_lkgr.log" |
139 }, | 139 }, |
140 { | 140 { |
141 "cmd": [ | 141 "cmd": [ |
142 "python", | 142 "python", |
143 "-u", | 143 "-u", |
144 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 144 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
145 "--", | 145 "--", |
146 "[DEPOT_TOOLS]/gsutil.py", | 146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
147 "----", | 147 "----", |
148 "cp", | 148 "cp", |
149 "[SLAVE_BUILD]/refs_heads_lkgr.log", | 149 "[SLAVE_BUILD]/refs_heads_lkgr.log", |
150 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" | 150 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" |
151 ], | 151 ], |
152 "name": "gsutil upload", | 152 "name": "gsutil upload", |
153 "~followup_annotations": [ | 153 "~followup_annotations": [ |
154 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_lkgr.log@@@" | 154 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_lkgr.log@@@" |
155 ] | 155 ] |
156 }, | 156 }, |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "Current candidate is 5h old (limit: 8h)." | 234 "Current candidate is 5h old (limit: 8h)." |
235 ], | 235 ], |
236 "name": "log" | 236 "name": "log" |
237 }, | 237 }, |
238 { | 238 { |
239 "name": "$result", | 239 "name": "$result", |
240 "recipe_result": null, | 240 "recipe_result": null, |
241 "status_code": 0 | 241 "status_code": 0 |
242 } | 242 } |
243 ] | 243 ] |
OLD | NEW |