| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Coverage (dbg)", | 10 "Android Coverage (dbg)", |
| (...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 "cwd": "[SLAVE_BUILD]", | 482 "cwd": "[SLAVE_BUILD]", |
| 483 "name": "spawn_device_monitor" | 483 "name": "spawn_device_monitor" |
| 484 }, | 484 }, |
| 485 { | 485 { |
| 486 "cmd": [ | 486 "cmd": [ |
| 487 "python", | 487 "python", |
| 488 "-u", | 488 "-u", |
| 489 "[SLAVE_BUILD]/src/out/Debug/bin/run_android_webview_test_apk", | 489 "[SLAVE_BUILD]/src/out/Debug/bin/run_android_webview_test_apk", |
| 490 "--blacklist-file", | 490 "--blacklist-file", |
| 491 "[SLAVE_BUILD]/src/out/bad_devices.json", | 491 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 492 "--logcat-output-file", | |
| 493 "/path/to/tmp/", | |
| 494 "--flakiness-dashboard-server", | 492 "--flakiness-dashboard-server", |
| 495 "test-results.appspot.com", | 493 "test-results.appspot.com", |
| 496 "--verbose", | 494 "--verbose", |
| 497 "--coverage-dir", | 495 "--coverage-dir", |
| 498 "[SLAVE_BUILD]/src/out/Debug/coverage", | 496 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 499 "--json-results-file", | 497 "--json-results-file", |
| 500 "/path/to/tmp/json" | 498 "/path/to/tmp/json" |
| 501 ], | 499 ], |
| 502 "cwd": "[SLAVE_BUILD]", | 500 "cwd": "[SLAVE_BUILD]", |
| 503 "name": "Instrumentation test AndroidWebViewTest", | 501 "name": "Instrumentation test AndroidWebViewTest", |
| 504 "~followup_annotations": [ | 502 "~followup_annotations": [ |
| 505 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 503 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 506 ] | 504 ] |
| 507 }, | 505 }, |
| 508 { | 506 { |
| 509 "cmd": [ | 507 "cmd": [ |
| 510 "python", | 508 "python", |
| 511 "-u", | 509 "-u", |
| 512 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk", | 510 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk", |
| 513 "--blacklist-file", | 511 "--blacklist-file", |
| 514 "[SLAVE_BUILD]/src/out/bad_devices.json", | 512 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 515 "--logcat-output-file", | |
| 516 "/path/to/tmp/", | |
| 517 "--flakiness-dashboard-server", | 513 "--flakiness-dashboard-server", |
| 518 "test-results.appspot.com", | 514 "test-results.appspot.com", |
| 519 "--verbose", | 515 "--verbose", |
| 520 "--coverage-dir", | 516 "--coverage-dir", |
| 521 "[SLAVE_BUILD]/src/out/Debug/coverage", | 517 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 522 "--json-results-file", | 518 "--json-results-file", |
| 523 "/path/to/tmp/json" | 519 "/path/to/tmp/json" |
| 524 ], | 520 ], |
| 525 "cwd": "[SLAVE_BUILD]", | 521 "cwd": "[SLAVE_BUILD]", |
| 526 "name": "Instrumentation test ChromePublicTest", | 522 "name": "Instrumentation test ChromePublicTest", |
| 527 "~followup_annotations": [ | 523 "~followup_annotations": [ |
| 528 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 524 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 529 ] | 525 ] |
| 530 }, | 526 }, |
| 531 { | 527 { |
| 532 "cmd": [ | 528 "cmd": [ |
| 533 "python", | 529 "python", |
| 534 "-u", | 530 "-u", |
| 535 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk", | 531 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk", |
| 536 "--blacklist-file", | 532 "--blacklist-file", |
| 537 "[SLAVE_BUILD]/src/out/bad_devices.json", | 533 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 538 "--logcat-output-file", | |
| 539 "/path/to/tmp/", | |
| 540 "--flakiness-dashboard-server", | 534 "--flakiness-dashboard-server", |
| 541 "test-results.appspot.com", | 535 "test-results.appspot.com", |
| 542 "--verbose", | 536 "--verbose", |
| 543 "--coverage-dir", | 537 "--coverage-dir", |
| 544 "[SLAVE_BUILD]/src/out/Debug/coverage", | 538 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 545 "--json-results-file", | 539 "--json-results-file", |
| 546 "/path/to/tmp/json" | 540 "/path/to/tmp/json" |
| 547 ], | 541 ], |
| 548 "cwd": "[SLAVE_BUILD]", | 542 "cwd": "[SLAVE_BUILD]", |
| 549 "name": "Instrumentation test ContentShellTest", | 543 "name": "Instrumentation test ContentShellTest", |
| 550 "~followup_annotations": [ | 544 "~followup_annotations": [ |
| 551 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 545 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 552 ] | 546 ] |
| 553 }, | 547 }, |
| 554 { | 548 { |
| 555 "cmd": [ | 549 "cmd": [ |
| 556 "python", | 550 "python", |
| 557 "-u", | 551 "-u", |
| 558 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk", | 552 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk", |
| 559 "--blacklist-file", | 553 "--blacklist-file", |
| 560 "[SLAVE_BUILD]/src/out/bad_devices.json", | 554 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 561 "--logcat-output-file", | |
| 562 "/path/to/tmp/", | |
| 563 "--flakiness-dashboard-server", | 555 "--flakiness-dashboard-server", |
| 564 "test-results.appspot.com", | 556 "test-results.appspot.com", |
| 565 "--verbose", | 557 "--verbose", |
| 566 "--coverage-dir", | 558 "--coverage-dir", |
| 567 "[SLAVE_BUILD]/src/out/Debug/coverage", | 559 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 568 "--json-results-file", | 560 "--json-results-file", |
| 569 "/path/to/tmp/json" | 561 "/path/to/tmp/json" |
| 570 ], | 562 ], |
| 571 "cwd": "[SLAVE_BUILD]", | 563 "cwd": "[SLAVE_BUILD]", |
| 572 "name": "Instrumentation test ChromeSyncShellTest", | 564 "name": "Instrumentation test ChromeSyncShellTest", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 834 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 843 "@@@STEP_LOG_END@python.inline@@@" | 835 "@@@STEP_LOG_END@python.inline@@@" |
| 844 ] | 836 ] |
| 845 }, | 837 }, |
| 846 { | 838 { |
| 847 "name": "$result", | 839 "name": "$result", |
| 848 "recipe_result": null, | 840 "recipe_result": null, |
| 849 "status_code": 0 | 841 "status_code": 0 |
| 850 } | 842 } |
| 851 ] | 843 ] |
| OLD | NEW |