| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "--blacklist-file", | 483 "--blacklist-file", |
| 484 "[SLAVE_BUILD]/src/out/bad_devices.json" | 484 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 485 ], | 485 ], |
| 486 "cwd": "[SLAVE_BUILD]", | 486 "cwd": "[SLAVE_BUILD]", |
| 487 "name": "spawn_device_monitor" | 487 "name": "spawn_device_monitor" |
| 488 }, | 488 }, |
| 489 { | 489 { |
| 490 "cmd": [ | 490 "cmd": [ |
| 491 "python", | 491 "python", |
| 492 "-u", | 492 "-u", |
| 493 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 493 "[SLAVE_BUILD]/src/out/Release/bin/run_blink_heap_unittests", |
| 494 "gtest", | |
| 495 "-s", | |
| 496 "blink_heap_unittests", | |
| 497 "--blacklist-file", | 494 "--blacklist-file", |
| 498 "[SLAVE_BUILD]/src/out/bad_devices.json", | 495 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 499 "--verbose", | 496 "--verbose", |
| 500 "--release", | |
| 501 "--flakiness-dashboard-server=test-results.appspot.com", | 497 "--flakiness-dashboard-server=test-results.appspot.com", |
| 502 "--json-results-file", | 498 "--json-results-file", |
| 503 "/path/to/tmp/json" | 499 "/path/to/tmp/json" |
| 504 ], | 500 ], |
| 505 "cwd": "[SLAVE_BUILD]", | 501 "cwd": "[SLAVE_BUILD]", |
| 506 "env": { | 502 "env": { |
| 507 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
| 508 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 509 }, | 504 }, |
| 510 "name": "blink_heap_unittests" | 505 "name": "blink_heap_unittests" |
| 511 }, | 506 }, |
| 512 { | 507 { |
| 513 "cmd": [ | 508 "cmd": [ |
| 514 "python", | 509 "python", |
| 515 "-u", | 510 "-u", |
| 516 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 511 "[SLAVE_BUILD]/src/out/Release/bin/run_webkit_unit_tests", |
| 517 "gtest", | |
| 518 "-s", | |
| 519 "webkit_unit_tests", | |
| 520 "--blacklist-file", | 512 "--blacklist-file", |
| 521 "[SLAVE_BUILD]/src/out/bad_devices.json", | 513 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 522 "--verbose", | 514 "--verbose", |
| 523 "--release", | |
| 524 "--flakiness-dashboard-server=test-results.appspot.com", | 515 "--flakiness-dashboard-server=test-results.appspot.com", |
| 525 "--json-results-file", | 516 "--json-results-file", |
| 526 "/path/to/tmp/json" | 517 "/path/to/tmp/json" |
| 527 ], | 518 ], |
| 528 "cwd": "[SLAVE_BUILD]", | 519 "cwd": "[SLAVE_BUILD]", |
| 529 "env": { | 520 "env": { |
| 530 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
| 531 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 521 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 532 }, | 522 }, |
| 533 "name": "webkit_unit_tests" | 523 "name": "webkit_unit_tests" |
| 534 }, | 524 }, |
| 535 { | 525 { |
| 536 "cmd": [ | 526 "cmd": [ |
| 537 "python", | 527 "python", |
| 538 "-u", | 528 "-u", |
| 539 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 529 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 540 "--target", | 530 "--target", |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 687 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 698 "@@@STEP_LOG_END@python.inline@@@" | 688 "@@@STEP_LOG_END@python.inline@@@" |
| 699 ] | 689 ] |
| 700 }, | 690 }, |
| 701 { | 691 { |
| 702 "name": "$result", | 692 "name": "$result", |
| 703 "recipe_result": null, | 693 "recipe_result": null, |
| 704 "status_code": 0 | 694 "status_code": 0 |
| 705 } | 695 } |
| 706 ] | 696 ] |
| OLD | NEW |