| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (amp instrumentation test split)", | 10 "Android Tests (amp instrumentation test split)", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
| 263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
| 264 "@@@STEP_LOG_END@python.inline@@@" | 264 "@@@STEP_LOG_END@python.inline@@@" |
| 265 ] | 265 ] |
| 266 }, | 266 }, |
| 267 { | 267 { |
| 268 "cmd": [ | 268 "cmd": [ |
| 269 "[BUILD]/scripts/slave/daemonizer.py", | 269 "[BUILD]/scripts/slave/daemonizer.py", |
| 270 "--", | 270 "--", |
| 271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 272 "[SLAVE_BUILD]/src/out/logcat_dir" | 272 "[SLAVE_BUILD]/src/out/logcat" |
| 273 ], | 273 ], |
| 274 "cwd": "[SLAVE_BUILD]", | 274 "cwd": "[SLAVE_BUILD]", |
| 275 "env": { | 275 "env": { |
| 276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 277 }, | 277 }, |
| 278 "name": "spawn_logcat_monitor" | 278 "name": "spawn_logcat_monitor" |
| 279 }, | 279 }, |
| 280 { | 280 { |
| 281 "cmd": [ | 281 "cmd": [ |
| 282 "python", | 282 "python", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 "cwd": "[SLAVE_BUILD]", | 508 "cwd": "[SLAVE_BUILD]", |
| 509 "name": "[trigger] AndroidWebViewTest", | 509 "name": "[trigger] AndroidWebViewTest", |
| 510 "~followup_annotations": [ | 510 "~followup_annotations": [ |
| 511 "step returned non-zero exit code: 1", | 511 "step returned non-zero exit code: 1", |
| 512 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 512 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 513 "@@@STEP_LOG_END@json.output (invalid)@@@", | 513 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 514 "@@@STEP_FAILURE@@@" | 514 "@@@STEP_FAILURE@@@" |
| 515 ] | 515 ] |
| 516 }, | 516 }, |
| 517 { | 517 { |
| 518 "cmd": [], | |
| 519 "cwd": "[SLAVE_BUILD]", | |
| 520 "name": "AndroidWebViewTest" | |
| 521 }, | |
| 522 { | |
| 523 "cmd": [ | |
| 524 "[BUILD]/scripts/slave/daemonizer.py", | |
| 525 "--", | |
| 526 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 527 "[TMP_BASE]/logcat_tmp_1" | |
| 528 ], | |
| 529 "cwd": "[SLAVE_BUILD]", | |
| 530 "env": { | |
| 531 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 532 }, | |
| 533 "name": "AndroidWebViewTest.spawn_logcat_monitor", | |
| 534 "~followup_annotations": [ | |
| 535 "@@@STEP_NEST_LEVEL@1@@@" | |
| 536 ] | |
| 537 }, | |
| 538 { | |
| 539 "cmd": [ | 518 "cmd": [ |
| 540 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 519 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 541 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView", | 520 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView", |
| 542 "-v", | 521 "-v", |
| 543 "--blacklist-file", | 522 "--blacklist-file", |
| 544 "[SLAVE_BUILD]/src/out/bad_devices.json", | 523 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 545 "--release" | 524 "--release" |
| 546 ], | 525 ], |
| 547 "cwd": "[SLAVE_BUILD]", | 526 "cwd": "[SLAVE_BUILD]", |
| 548 "env": { | 527 "env": { |
| 549 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 550 }, | 529 }, |
| 551 "name": "AndroidWebViewTest.install AndroidWebView", | 530 "name": "install AndroidWebView" |
| 552 "~followup_annotations": [ | |
| 553 "@@@STEP_NEST_LEVEL@1@@@" | |
| 554 ] | |
| 555 }, | 531 }, |
| 556 { | 532 { |
| 557 "cmd": [ | 533 "cmd": [ |
| 558 "python", | 534 "python", |
| 559 "-u", | 535 "-u", |
| 560 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 536 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 561 "instrumentation", | 537 "instrumentation", |
| 562 "--test-apk", | 538 "--test-apk", |
| 563 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest", | 539 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest", |
| 564 "--blacklist-file", | 540 "--blacklist-file", |
| 565 "[SLAVE_BUILD]/src/out/bad_devices.json", | 541 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 566 "--apk-under-test", | 542 "--apk-under-test", |
| 567 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView", | 543 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView", |
| 568 "--isolate-file-path", | 544 "--isolate-file-path", |
| 569 "[SLAVE_BUILD]/src/android_webview/android_webview_test_apk.isolate", | 545 "[SLAVE_BUILD]/src/android_webview/android_webview_test_apk.isolate", |
| 570 "--flakiness-dashboard-server", | 546 "--flakiness-dashboard-server", |
| 571 "test-results.appspot.com", | 547 "test-results.appspot.com", |
| 572 "--verbose", | 548 "--verbose", |
| 573 "--release", | 549 "--release", |
| 574 "--json-results-file", | 550 "--json-results-file", |
| 575 "/path/to/tmp/json" | 551 "/path/to/tmp/json" |
| 576 ], | 552 ], |
| 577 "cwd": "[SLAVE_BUILD]", | 553 "cwd": "[SLAVE_BUILD]", |
| 578 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", | 554 "name": "Instrumentation test AndroidWebViewTest", |
| 579 "~followup_annotations": [ | 555 "~followup_annotations": [ |
| 580 "@@@STEP_NEST_LEVEL@1@@@" | 556 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 581 ] | 557 ] |
| 582 }, | 558 }, |
| 583 { | 559 { |
| 584 "cmd": [ | |
| 585 "python", | |
| 586 "-u", | |
| 587 "[BUILD]/scripts/slave/tee.py", | |
| 588 "/path/to/tmp/logcat", | |
| 589 "--", | |
| 590 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 591 "[TMP_BASE]/logcat_tmp_1" | |
| 592 ], | |
| 593 "cwd": "[SLAVE_BUILD]", | |
| 594 "name": "AndroidWebViewTest.logcat_dump", | |
| 595 "~followup_annotations": [ | |
| 596 "@@@STEP_NEST_LEVEL@1@@@" | |
| 597 ] | |
| 598 }, | |
| 599 { | |
| 600 "cmd": [ | 560 "cmd": [ |
| 601 "python", | 561 "python", |
| 602 "-u", | 562 "-u", |
| 603 "[BUILD]/scripts/slave/daemonizer.py", | 563 "[BUILD]/scripts/slave/daemonizer.py", |
| 604 "--action", | 564 "--action", |
| 605 "stop", | 565 "stop", |
| 606 "--pid-file-path", | 566 "--pid-file-path", |
| 607 "/tmp/device_monitor.pid" | 567 "/tmp/device_monitor.pid" |
| 608 ], | 568 ], |
| 609 "cwd": "[SLAVE_BUILD]", | 569 "cwd": "[SLAVE_BUILD]", |
| 610 "name": "shutdown_device_monitor" | 570 "name": "shutdown_device_monitor" |
| 611 }, | 571 }, |
| 612 { | 572 { |
| 613 "cmd": [ | 573 "cmd": [ |
| 614 "python", | 574 "python", |
| 615 "-u", | 575 "-u", |
| 616 "[BUILD]/scripts/slave/tee.py", | 576 "[BUILD]/scripts/slave/tee.py", |
| 617 "[SLAVE_BUILD]/src/out/Release/full_log", | 577 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 618 "--", | 578 "--", |
| 619 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 579 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 620 "[SLAVE_BUILD]/src/out/logcat_dir" | 580 "[SLAVE_BUILD]/src/out/logcat" |
| 621 ], | 581 ], |
| 622 "cwd": "[SLAVE_BUILD]", | 582 "cwd": "[SLAVE_BUILD]", |
| 623 "name": "logcat_dump" | 583 "name": "logcat_dump" |
| 624 }, | 584 }, |
| 625 { | 585 { |
| 626 "cmd": [ | 586 "cmd": [ |
| 627 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 587 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 628 "--arch", | 588 "--arch", |
| 629 "arm", | 589 "arm", |
| 630 "--more-info", | 590 "--more-info", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 628 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 669 "@@@STEP_LOG_END@python.inline@@@" | 629 "@@@STEP_LOG_END@python.inline@@@" |
| 670 ] | 630 ] |
| 671 }, | 631 }, |
| 672 { | 632 { |
| 673 "name": "$result", | 633 "name": "$result", |
| 674 "recipe_result": null, | 634 "recipe_result": null, |
| 675 "status_code": 0 | 635 "status_code": 0 |
| 676 } | 636 } |
| 677 ] | 637 ] |
| OLD | NEW |