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 "Chromium Linux Codesearch", | 10 "Chromium Linux Codesearch", |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 "--path-to-archive-output", | 241 "--path-to-archive-output", |
242 "[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip" | 242 "[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip" |
243 ], | 243 ], |
244 "cwd": "[SLAVE_BUILD]", | 244 "cwd": "[SLAVE_BUILD]", |
245 "name": "create index pack" | 245 "name": "create index pack" |
246 }, | 246 }, |
247 { | 247 { |
248 "cmd": [ | 248 "cmd": [ |
249 "python", | 249 "python", |
250 "-u", | 250 "-u", |
251 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 251 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
252 "--", | 252 "--", |
253 "[DEPOT_TOOLS]/gsutil.py", | 253 "[DEPOT_TOOLS]/gsutil.py", |
254 "----", | 254 "----", |
255 "cp", | 255 "cp", |
256 "[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip", | 256 "[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip", |
257 "gs://chrome-codesearch/prod/index_pack_linux_170242.zip" | 257 "gs://chrome-codesearch/prod/index_pack_linux_170242.zip" |
258 ], | 258 ], |
259 "cwd": "[SLAVE_BUILD]", | 259 "cwd": "[SLAVE_BUILD]", |
260 "name": "gsutil upload index pack", | 260 "name": "gsutil upload index pack", |
261 "~followup_annotations": [ | 261 "~followup_annotations": [ |
(...skipping 13 matching lines...) Expand all Loading... |
275 "-f", | 275 "-f", |
276 "chromium_src_linux.tar.bz2" | 276 "chromium_src_linux.tar.bz2" |
277 ], | 277 ], |
278 "cwd": "[SLAVE_BUILD]", | 278 "cwd": "[SLAVE_BUILD]", |
279 "name": "archive source" | 279 "name": "archive source" |
280 }, | 280 }, |
281 { | 281 { |
282 "cmd": [ | 282 "cmd": [ |
283 "python", | 283 "python", |
284 "-u", | 284 "-u", |
285 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 285 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
286 "--", | 286 "--", |
287 "[DEPOT_TOOLS]/gsutil.py", | 287 "[DEPOT_TOOLS]/gsutil.py", |
288 "----", | 288 "----", |
289 "cp", | 289 "cp", |
290 "[SLAVE_BUILD]/chromium_src_linux.tar.bz2", | 290 "[SLAVE_BUILD]/chromium_src_linux.tar.bz2", |
291 "gs://chrome-codesearch/prod/chromium_src_linux_170242.tar.bz2" | 291 "gs://chrome-codesearch/prod/chromium_src_linux_170242.tar.bz2" |
292 ], | 292 ], |
293 "cwd": "[SLAVE_BUILD]", | 293 "cwd": "[SLAVE_BUILD]", |
294 "name": "gsutil upload source tarball", | 294 "name": "gsutil upload source tarball", |
295 "~followup_annotations": [ | 295 "~followup_annotations": [ |
296 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_linux_170242.tar.bz2@@@" | 296 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_linux_170242.tar.bz2@@@" |
297 ] | 297 ] |
298 }, | 298 }, |
299 { | 299 { |
300 "name": "$result", | 300 "name": "$result", |
301 "recipe_result": null, | 301 "recipe_result": null, |
302 "status_code": 0 | 302 "status_code": 0 |
303 } | 303 } |
304 ] | 304 ] |
OLD | NEW |