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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 "--path-to-archive-output", | 283 "--path-to-archive-output", |
284 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip" | 284 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip" |
285 ], | 285 ], |
286 "cwd": "[SLAVE_BUILD]", | 286 "cwd": "[SLAVE_BUILD]", |
287 "name": "create index pack" | 287 "name": "create index pack" |
288 }, | 288 }, |
289 { | 289 { |
290 "cmd": [ | 290 "cmd": [ |
291 "python", | 291 "python", |
292 "-u", | 292 "-u", |
293 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 293 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
294 "--", | 294 "--", |
295 "[DEPOT_TOOLS]/gsutil.py", | 295 "[DEPOT_TOOLS]/gsutil.py", |
296 "----", | 296 "----", |
297 "cp", | 297 "cp", |
298 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip", | 298 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip", |
299 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip" | 299 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip" |
300 ], | 300 ], |
301 "cwd": "[SLAVE_BUILD]", | 301 "cwd": "[SLAVE_BUILD]", |
302 "name": "gsutil upload index pack", | 302 "name": "gsutil upload index pack", |
303 "~followup_annotations": [ | 303 "~followup_annotations": [ |
(...skipping 13 matching lines...) Expand all Loading... |
317 "-f", | 317 "-f", |
318 "chromium_src_chromeos.tar.bz2" | 318 "chromium_src_chromeos.tar.bz2" |
319 ], | 319 ], |
320 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
321 "name": "archive source" | 321 "name": "archive source" |
322 }, | 322 }, |
323 { | 323 { |
324 "cmd": [ | 324 "cmd": [ |
325 "python", | 325 "python", |
326 "-u", | 326 "-u", |
327 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 327 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
328 "--", | 328 "--", |
329 "[DEPOT_TOOLS]/gsutil.py", | 329 "[DEPOT_TOOLS]/gsutil.py", |
330 "----", | 330 "----", |
331 "cp", | 331 "cp", |
332 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", | 332 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", |
333 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" | 333 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" |
334 ], | 334 ], |
335 "cwd": "[SLAVE_BUILD]", | 335 "cwd": "[SLAVE_BUILD]", |
336 "name": "gsutil upload source tarball", | 336 "name": "gsutil upload source tarball", |
337 "~followup_annotations": [ | 337 "~followup_annotations": [ |
338 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 338 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
339 ] | 339 ] |
340 }, | 340 }, |
341 { | 341 { |
342 "name": "$result", | 342 "name": "$result", |
343 "recipe_result": null, | 343 "recipe_result": null, |
344 "status_code": 0 | 344 "status_code": 0 |
345 } | 345 } |
346 ] | 346 ] |
OLD | NEW |