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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Tests (amp split)", | 10 "Android Tests (amp split)", |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 "--build-number", | 224 "--build-number", |
225 "77457" | 225 "77457" |
226 ], | 226 ], |
227 "cwd": "[SLAVE_BUILD]", | 227 "cwd": "[SLAVE_BUILD]", |
228 "name": "extract build" | 228 "name": "extract build" |
229 }, | 229 }, |
230 { | 230 { |
231 "cmd": [ | 231 "cmd": [ |
232 "python", | 232 "python", |
233 "-u", | 233 "-u", |
234 "RECIPE_MODULE[adb]/resources/list_devices.py", | 234 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
236 "/path/to/tmp/json" | 236 "/path/to/tmp/json" |
237 ], | 237 ], |
238 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
239 "name": "List adb devices", | 239 "name": "List adb devices", |
240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@json.output@[@@@", | 241 "@@@STEP_LOG_LINE@json.output@[@@@", |
242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
243 "@@@STEP_LOG_LINE@json.output@]@@@", | 243 "@@@STEP_LOG_LINE@json.output@]@@@", |
244 "@@@STEP_LOG_END@json.output@@@" | 244 "@@@STEP_LOG_END@json.output@@@" |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 { | 424 { |
425 "cmd": [ | 425 "cmd": [ |
426 "python", | 426 "python", |
427 "-u", | 427 "-u", |
428 "[BUILD]/scripts/slave/daemonizer.py", | 428 "[BUILD]/scripts/slave/daemonizer.py", |
429 "--action", | 429 "--action", |
430 "restart", | 430 "restart", |
431 "--pid-file-path", | 431 "--pid-file-path", |
432 "/tmp/device_monitor.pid", | 432 "/tmp/device_monitor.pid", |
433 "--", | 433 "--", |
434 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 434 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
436 "[\"07a00ca4\"]", | 436 "[\"07a00ca4\"]", |
437 "chromium.fyi", | 437 "chromium.fyi", |
438 "Android Tests (amp split)", | 438 "Android Tests (amp split)", |
439 "--blacklist-file", | 439 "--blacklist-file", |
440 "[SLAVE_BUILD]/src/out/bad_devices.json" | 440 "[SLAVE_BUILD]/src/out/bad_devices.json" |
441 ], | 441 ], |
442 "cwd": "[SLAVE_BUILD]", | 442 "cwd": "[SLAVE_BUILD]", |
443 "name": "spawn_device_monitor" | 443 "name": "spawn_device_monitor" |
444 }, | 444 }, |
445 { | 445 { |
446 "cmd": [ | 446 "cmd": [ |
447 "python", | 447 "python", |
448 "-u", | 448 "-u", |
449 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 449 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
450 "--", | 450 "--", |
451 "[DEPOT_TOOLS]/gsutil.py", | 451 "[DEPOT_TOOLS]/gsutil.py", |
452 "----", | 452 "----", |
453 "cp", | 453 "cp", |
454 "gs://chrome-amp-keys/commit_queue_pool/api_key", | 454 "gs://chrome-amp-keys/commit_queue_pool/api_key", |
455 "[BUILD]/site_config/.amp_commit_queue_pool_key" | 455 "[BUILD]/site_config/.amp_commit_queue_pool_key" |
456 ], | 456 ], |
457 "cwd": "[SLAVE_BUILD]", | 457 "cwd": "[SLAVE_BUILD]", |
458 "name": "gsutil download amp api key" | 458 "name": "gsutil download amp api key" |
459 }, | 459 }, |
460 { | 460 { |
461 "cmd": [ | 461 "cmd": [ |
462 "python", | 462 "python", |
463 "-u", | 463 "-u", |
464 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 464 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
465 "--", | 465 "--", |
466 "[DEPOT_TOOLS]/gsutil.py", | 466 "[DEPOT_TOOLS]/gsutil.py", |
467 "----", | 467 "----", |
468 "cp", | 468 "cp", |
469 "gs://chrome-amp-keys/commit_queue_pool/api_secret", | 469 "gs://chrome-amp-keys/commit_queue_pool/api_secret", |
470 "[BUILD]/site_config/.amp_commit_queue_pool_secret" | 470 "[BUILD]/site_config/.amp_commit_queue_pool_secret" |
471 ], | 471 ], |
472 "cwd": "[SLAVE_BUILD]", | 472 "cwd": "[SLAVE_BUILD]", |
473 "name": "gsutil download amp api secret" | 473 "name": "gsutil download amp api secret" |
474 }, | 474 }, |
(...skipping 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2178 "[SLAVE_BUILD]/src/out/Release/full_log", | 2178 "[SLAVE_BUILD]/src/out/Release/full_log", |
2179 "[SLAVE_BUILD]/src/out/logcat" | 2179 "[SLAVE_BUILD]/src/out/logcat" |
2180 ], | 2180 ], |
2181 "cwd": "[SLAVE_BUILD]", | 2181 "cwd": "[SLAVE_BUILD]", |
2182 "name": "logcat_dump" | 2182 "name": "logcat_dump" |
2183 }, | 2183 }, |
2184 { | 2184 { |
2185 "cmd": [ | 2185 "cmd": [ |
2186 "python", | 2186 "python", |
2187 "-u", | 2187 "-u", |
2188 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 2188 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
2189 "--timeout", | 2189 "--timeout", |
2190 "300", | 2190 "300", |
2191 "--", | 2191 "--", |
2192 "[DEPOT_TOOLS]/gsutil.py", | 2192 "[DEPOT_TOOLS]/gsutil.py", |
2193 "--force-version", | 2193 "--force-version", |
2194 "4.7", | 2194 "4.7", |
2195 "-o", | 2195 "-o", |
2196 "GSUtil:parallel_composite_upload_threshold=50M", | 2196 "GSUtil:parallel_composite_upload_threshold=50M", |
2197 "----", | 2197 "----", |
2198 "cp", | 2198 "cp", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2251 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2251 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
2252 "@@@STEP_LOG_END@python.inline@@@" | 2252 "@@@STEP_LOG_END@python.inline@@@" |
2253 ] | 2253 ] |
2254 }, | 2254 }, |
2255 { | 2255 { |
2256 "name": "$result", | 2256 "name": "$result", |
2257 "reason": "1 tests failed: ['base_unittests']", | 2257 "reason": "1 tests failed: ['base_unittests']", |
2258 "status_code": 1 | 2258 "status_code": 1 |
2259 } | 2259 } |
2260 ] | 2260 ] |
OLD | NEW |