| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Android (Nexus4)", | 10 "WebKit Android (Nexus4)", |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 "--blacklist-file", | 543 "--blacklist-file", |
| 544 "[SLAVE_BUILD]/src/out/bad_devices.json" | 544 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 545 ], | 545 ], |
| 546 "cwd": "[SLAVE_BUILD]", | 546 "cwd": "[SLAVE_BUILD]", |
| 547 "name": "spawn_device_monitor" | 547 "name": "spawn_device_monitor" |
| 548 }, | 548 }, |
| 549 { | 549 { |
| 550 "cmd": [ | 550 "cmd": [ |
| 551 "python", | 551 "python", |
| 552 "-u", | 552 "-u", |
| 553 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 553 "[SLAVE_BUILD]/src/out/Release/bin/run_blink_heap_unittests", |
| 554 "gtest", | |
| 555 "-s", | |
| 556 "blink_heap_unittests", | |
| 557 "--blacklist-file", | 554 "--blacklist-file", |
| 558 "[SLAVE_BUILD]/src/out/bad_devices.json", | 555 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 559 "--verbose", | 556 "--verbose", |
| 560 "--release", | |
| 561 "--flakiness-dashboard-server=test-results.appspot.com", | 557 "--flakiness-dashboard-server=test-results.appspot.com", |
| 562 "--json-results-file", | 558 "--json-results-file", |
| 563 "/path/to/tmp/json" | 559 "/path/to/tmp/json" |
| 564 ], | 560 ], |
| 565 "cwd": "[SLAVE_BUILD]", | 561 "cwd": "[SLAVE_BUILD]", |
| 566 "env": { | 562 "env": { |
| 567 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
| 568 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 563 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 569 }, | 564 }, |
| 570 "name": "blink_heap_unittests" | 565 "name": "blink_heap_unittests" |
| 571 }, | 566 }, |
| 572 { | 567 { |
| 573 "cmd": [ | 568 "cmd": [ |
| 574 "python", | 569 "python", |
| 575 "-u", | 570 "-u", |
| 576 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 571 "[SLAVE_BUILD]/src/out/Release/bin/run_webkit_unit_tests", |
| 577 "gtest", | |
| 578 "-s", | |
| 579 "webkit_unit_tests", | |
| 580 "--blacklist-file", | 572 "--blacklist-file", |
| 581 "[SLAVE_BUILD]/src/out/bad_devices.json", | 573 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 582 "--verbose", | 574 "--verbose", |
| 583 "--release", | |
| 584 "--flakiness-dashboard-server=test-results.appspot.com", | 575 "--flakiness-dashboard-server=test-results.appspot.com", |
| 585 "--json-results-file", | 576 "--json-results-file", |
| 586 "/path/to/tmp/json" | 577 "/path/to/tmp/json" |
| 587 ], | 578 ], |
| 588 "cwd": "[SLAVE_BUILD]", | 579 "cwd": "[SLAVE_BUILD]", |
| 589 "env": { | 580 "env": { |
| 590 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
| 591 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 581 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 592 }, | 582 }, |
| 593 "name": "webkit_unit_tests" | 583 "name": "webkit_unit_tests" |
| 594 }, | 584 }, |
| 595 { | 585 { |
| 596 "cmd": [ | 586 "cmd": [ |
| 597 "python", | 587 "python", |
| 598 "-u", | 588 "-u", |
| 599 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 589 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 600 "--target", | 590 "--target", |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 747 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 758 "@@@STEP_LOG_END@python.inline@@@" | 748 "@@@STEP_LOG_END@python.inline@@@" |
| 759 ] | 749 ] |
| 760 }, | 750 }, |
| 761 { | 751 { |
| 762 "name": "$result", | 752 "name": "$result", |
| 763 "recipe_result": null, | 753 "recipe_result": null, |
| 764 "status_code": 0 | 754 "status_code": 0 |
| 765 } | 755 } |
| 766 ] | 756 ] |
| OLD | NEW |