| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Android (Nexus4)", | 10 "WebKit Android (Nexus4)", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 265 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
| 266 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 266 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
| 267 "@@@STEP_LOG_END@python.inline@@@" | 267 "@@@STEP_LOG_END@python.inline@@@" |
| 268 ] | 268 ] |
| 269 }, | 269 }, |
| 270 { | 270 { |
| 271 "cmd": [ | 271 "cmd": [ |
| 272 "[BUILD]/scripts/slave/daemonizer.py", | 272 "[BUILD]/scripts/slave/daemonizer.py", |
| 273 "--", | 273 "--", |
| 274 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 274 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 275 "[SLAVE_BUILD]/src/out/logcat_dir" | 275 "[SLAVE_BUILD]/src/out/logcat" |
| 276 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", | 277 "cwd": "[SLAVE_BUILD]", |
| 278 "env": { | 278 "env": { |
| 279 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 279 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 280 }, | 280 }, |
| 281 "name": "spawn_logcat_monitor" | 281 "name": "spawn_logcat_monitor" |
| 282 }, | 282 }, |
| 283 { | 283 { |
| 284 "cmd": [ | 284 "cmd": [ |
| 285 "python", | 285 "python", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "[\"07a00ca4\"]", | 436 "[\"07a00ca4\"]", |
| 437 "chromium.webkit", | 437 "chromium.webkit", |
| 438 "WebKit Android (Nexus4)", | 438 "WebKit Android (Nexus4)", |
| 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": [], | |
| 447 "cwd": "[SLAVE_BUILD]", | |
| 448 "name": "blink_heap_unittests" | |
| 449 }, | |
| 450 { | |
| 451 "cmd": [ | |
| 452 "[BUILD]/scripts/slave/daemonizer.py", | |
| 453 "--", | |
| 454 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 455 "[TMP_BASE]/logcat_tmp_1" | |
| 456 ], | |
| 457 "cwd": "[SLAVE_BUILD]", | |
| 458 "env": { | |
| 459 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 460 }, | |
| 461 "name": "blink_heap_unittests.spawn_logcat_monitor", | |
| 462 "~followup_annotations": [ | |
| 463 "@@@STEP_NEST_LEVEL@1@@@" | |
| 464 ] | |
| 465 }, | |
| 466 { | |
| 467 "cmd": [ | 446 "cmd": [ |
| 468 "python", | 447 "python", |
| 469 "-u", | 448 "-u", |
| 470 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 449 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 471 "gtest", | 450 "gtest", |
| 472 "-s", | 451 "-s", |
| 473 "blink_heap_unittests", | 452 "blink_heap_unittests", |
| 474 "--blacklist-file", | 453 "--blacklist-file", |
| 475 "[SLAVE_BUILD]/src/out/bad_devices.json", | 454 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 476 "--verbose", | 455 "--verbose", |
| 477 "--release", | 456 "--release", |
| 478 "--flakiness-dashboard-server=test-results.appspot.com", | 457 "--flakiness-dashboard-server=test-results.appspot.com", |
| 479 "--json-results-file", | 458 "--json-results-file", |
| 480 "/path/to/tmp/json" | 459 "/path/to/tmp/json" |
| 481 ], | 460 ], |
| 482 "cwd": "[SLAVE_BUILD]", | 461 "cwd": "[SLAVE_BUILD]", |
| 483 "env": { | 462 "env": { |
| 484 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 463 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 485 }, | 464 }, |
| 486 "name": "blink_heap_unittests.blink_heap_unittests", | 465 "name": "blink_heap_unittests" |
| 487 "~followup_annotations": [ | |
| 488 "@@@STEP_NEST_LEVEL@1@@@" | |
| 489 ] | |
| 490 }, | 466 }, |
| 491 { | 467 { |
| 492 "cmd": [ | 468 "cmd": [ |
| 493 "python", | |
| 494 "-u", | |
| 495 "[BUILD]/scripts/slave/tee.py", | |
| 496 "/path/to/tmp/logcat", | |
| 497 "--", | |
| 498 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 499 "[TMP_BASE]/logcat_tmp_1" | |
| 500 ], | |
| 501 "cwd": "[SLAVE_BUILD]", | |
| 502 "name": "blink_heap_unittests.logcat_dump", | |
| 503 "~followup_annotations": [ | |
| 504 "@@@STEP_NEST_LEVEL@1@@@" | |
| 505 ] | |
| 506 }, | |
| 507 { | |
| 508 "cmd": [], | |
| 509 "cwd": "[SLAVE_BUILD]", | |
| 510 "name": "webkit_unit_tests" | |
| 511 }, | |
| 512 { | |
| 513 "cmd": [ | |
| 514 "[BUILD]/scripts/slave/daemonizer.py", | |
| 515 "--", | |
| 516 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 517 "[TMP_BASE]/logcat_tmp_2" | |
| 518 ], | |
| 519 "cwd": "[SLAVE_BUILD]", | |
| 520 "env": { | |
| 521 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 522 }, | |
| 523 "name": "webkit_unit_tests.spawn_logcat_monitor", | |
| 524 "~followup_annotations": [ | |
| 525 "@@@STEP_NEST_LEVEL@1@@@" | |
| 526 ] | |
| 527 }, | |
| 528 { | |
| 529 "cmd": [ | |
| 530 "python", | 469 "python", |
| 531 "-u", | 470 "-u", |
| 532 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 471 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 533 "gtest", | 472 "gtest", |
| 534 "-s", | 473 "-s", |
| 535 "webkit_unit_tests", | 474 "webkit_unit_tests", |
| 536 "--blacklist-file", | 475 "--blacklist-file", |
| 537 "[SLAVE_BUILD]/src/out/bad_devices.json", | 476 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 538 "--verbose", | 477 "--verbose", |
| 539 "--release", | 478 "--release", |
| 540 "--flakiness-dashboard-server=test-results.appspot.com", | 479 "--flakiness-dashboard-server=test-results.appspot.com", |
| 541 "--json-results-file", | 480 "--json-results-file", |
| 542 "/path/to/tmp/json" | 481 "/path/to/tmp/json" |
| 543 ], | 482 ], |
| 544 "cwd": "[SLAVE_BUILD]", | 483 "cwd": "[SLAVE_BUILD]", |
| 545 "env": { | 484 "env": { |
| 546 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 485 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 547 }, | 486 }, |
| 548 "name": "webkit_unit_tests.webkit_unit_tests", | 487 "name": "webkit_unit_tests" |
| 549 "~followup_annotations": [ | |
| 550 "@@@STEP_NEST_LEVEL@1@@@" | |
| 551 ] | |
| 552 }, | 488 }, |
| 553 { | 489 { |
| 554 "cmd": [ | 490 "cmd": [ |
| 555 "python", | |
| 556 "-u", | |
| 557 "[BUILD]/scripts/slave/tee.py", | |
| 558 "/path/to/tmp/logcat", | |
| 559 "--", | |
| 560 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 561 "[TMP_BASE]/logcat_tmp_2" | |
| 562 ], | |
| 563 "cwd": "[SLAVE_BUILD]", | |
| 564 "name": "webkit_unit_tests.logcat_dump", | |
| 565 "~followup_annotations": [ | |
| 566 "@@@STEP_NEST_LEVEL@1@@@" | |
| 567 ] | |
| 568 }, | |
| 569 { | |
| 570 "cmd": [ | |
| 571 "python", | 491 "python", |
| 572 "-u", | 492 "-u", |
| 573 "[BUILD]/scripts/slave/runtest.py", | 493 "[BUILD]/scripts/slave/runtest.py", |
| 574 "--target", | 494 "--target", |
| 575 "Release", | 495 "Release", |
| 576 "--test-platform", | 496 "--test-platform", |
| 577 "android", | 497 "android", |
| 578 "--no-xvfb", | 498 "--no-xvfb", |
| 579 "--factory-properties", | 499 "--factory-properties", |
| 580 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Android (Nexus4)\", \"buildnumber\": 571, \"gs_acl\": \"
public-read\", \"mastername\": \"chromium.webkit\", \"parent_build_archive_url\"
: \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Android Build
er\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 500 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Android (Nexus4)\", \"buildnumber\": 571, \"gs_acl\": \"
public-read\", \"mastername\": \"chromium.webkit\", \"parent_build_archive_url\"
: \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Android Build
er\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 "name": "shutdown_device_monitor" | 568 "name": "shutdown_device_monitor" |
| 649 }, | 569 }, |
| 650 { | 570 { |
| 651 "cmd": [ | 571 "cmd": [ |
| 652 "python", | 572 "python", |
| 653 "-u", | 573 "-u", |
| 654 "[BUILD]/scripts/slave/tee.py", | 574 "[BUILD]/scripts/slave/tee.py", |
| 655 "[SLAVE_BUILD]/src/out/Release/full_log", | 575 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 656 "--", | 576 "--", |
| 657 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 577 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 658 "[SLAVE_BUILD]/src/out/logcat_dir" | 578 "[SLAVE_BUILD]/src/out/logcat" |
| 659 ], | 579 ], |
| 660 "cwd": "[SLAVE_BUILD]", | 580 "cwd": "[SLAVE_BUILD]", |
| 661 "name": "logcat_dump" | 581 "name": "logcat_dump" |
| 662 }, | 582 }, |
| 663 { | 583 { |
| 664 "cmd": [ | 584 "cmd": [ |
| 665 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 585 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 666 "--arch", | 586 "--arch", |
| 667 "arm", | 587 "arm", |
| 668 "--more-info", | 588 "--more-info", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 626 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 707 "@@@STEP_LOG_END@python.inline@@@" | 627 "@@@STEP_LOG_END@python.inline@@@" |
| 708 ] | 628 ] |
| 709 }, | 629 }, |
| 710 { | 630 { |
| 711 "name": "$result", | 631 "name": "$result", |
| 712 "recipe_result": null, | 632 "recipe_result": null, |
| 713 "status_code": 0 | 633 "status_code": 0 |
| 714 } | 634 } |
| 715 ] | 635 ] |
| OLD | NEW |