OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.infra.cron", | 8 "chromium.infra.cron", |
9 "--builder", | 9 "--builder", |
10 "ChromiumOS Codesearch", | 10 "ChromiumOS Codesearch", |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 "--path-to-archive-output", | 288 "--path-to-archive-output", |
289 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip" | 289 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip" |
290 ], | 290 ], |
291 "cwd": "[SLAVE_BUILD]", | 291 "cwd": "[SLAVE_BUILD]", |
292 "name": "create index pack" | 292 "name": "create index pack" |
293 }, | 293 }, |
294 { | 294 { |
295 "cmd": [ | 295 "cmd": [ |
296 "python", | 296 "python", |
297 "-u", | 297 "-u", |
298 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 298 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
299 "--", | 299 "--", |
300 "[DEPOT_TOOLS]/gsutil.py", | 300 "[DEPOT_TOOLS]/gsutil.py", |
301 "----", | 301 "----", |
302 "cp", | 302 "cp", |
303 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip", | 303 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip", |
304 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip" | 304 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip" |
305 ], | 305 ], |
306 "cwd": "[SLAVE_BUILD]", | 306 "cwd": "[SLAVE_BUILD]", |
307 "name": "gsutil upload index pack", | 307 "name": "gsutil upload index pack", |
308 "~followup_annotations": [ | 308 "~followup_annotations": [ |
(...skipping 13 matching lines...) Expand all Loading... |
322 "-f", | 322 "-f", |
323 "chromium_src_chromeos.tar.bz2" | 323 "chromium_src_chromeos.tar.bz2" |
324 ], | 324 ], |
325 "cwd": "[SLAVE_BUILD]", | 325 "cwd": "[SLAVE_BUILD]", |
326 "name": "archive source" | 326 "name": "archive source" |
327 }, | 327 }, |
328 { | 328 { |
329 "cmd": [ | 329 "cmd": [ |
330 "python", | 330 "python", |
331 "-u", | 331 "-u", |
332 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 332 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
333 "--", | 333 "--", |
334 "[DEPOT_TOOLS]/gsutil.py", | 334 "[DEPOT_TOOLS]/gsutil.py", |
335 "----", | 335 "----", |
336 "cp", | 336 "cp", |
337 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", | 337 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", |
338 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" | 338 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" |
339 ], | 339 ], |
340 "cwd": "[SLAVE_BUILD]", | 340 "cwd": "[SLAVE_BUILD]", |
341 "name": "gsutil upload source tarball", | 341 "name": "gsutil upload source tarball", |
342 "~followup_annotations": [ | 342 "~followup_annotations": [ |
343 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 343 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
344 ] | 344 ] |
345 }, | 345 }, |
346 { | 346 { |
347 "name": "$result", | 347 "name": "$result", |
348 "recipe_result": null, | 348 "recipe_result": null, |
349 "status_code": 0 | 349 "status_code": 0 |
350 } | 350 } |
351 ] | 351 ] |
OLD | NEW |