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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 "[SLAVE_BUILD]/refs_heads_roll.log" | 221 "[SLAVE_BUILD]/refs_heads_roll.log" |
222 ], | 222 ], |
223 "name": "Write refs_heads_roll.log" | 223 "name": "Write refs_heads_roll.log" |
224 }, | 224 }, |
225 { | 225 { |
226 "cmd": [ | 226 "cmd": [ |
227 "python", | 227 "python", |
228 "-u", | 228 "-u", |
229 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 229 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
230 "--", | 230 "--", |
231 "[DEPOT_TOOLS]/gsutil.py", | 231 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
232 "----", | 232 "----", |
233 "cp", | 233 "cp", |
234 "[SLAVE_BUILD]/refs_heads_roll.log", | 234 "[SLAVE_BUILD]/refs_heads_roll.log", |
235 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" | 235 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" |
236 ], | 236 ], |
237 "name": "gsutil upload", | 237 "name": "gsutil upload", |
238 "~followup_annotations": [ | 238 "~followup_annotations": [ |
239 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_roll.log@@@" | 239 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_roll.log@@@" |
240 ] | 240 ] |
241 }, | 241 }, |
242 { | 242 { |
243 "name": "$result", | 243 "name": "$result", |
244 "recipe_result": null, | 244 "recipe_result": null, |
245 "status_code": 0 | 245 "status_code": 0 |
246 } | 246 } |
247 ] | 247 ] |
OLD | NEW |