| 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 "[\"07a00ca4\"]", | 435 "[\"07a00ca4\"]", |
| 436 "chromium.webkit", | 436 "chromium.webkit", |
| 437 "WebKit Android (Nexus4)", | 437 "WebKit Android (Nexus4)", |
| 438 "--blacklist-file", | 438 "--blacklist-file", |
| 439 "[SLAVE_BUILD]/src/out/bad_devices.json" | 439 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 440 ], | 440 ], |
| 441 "cwd": "[SLAVE_BUILD]", | 441 "cwd": "[SLAVE_BUILD]", |
| 442 "name": "spawn_device_monitor" | 442 "name": "spawn_device_monitor" |
| 443 }, | 443 }, |
| 444 { | 444 { |
| 445 "cmd": [], |
| 446 "cwd": "[SLAVE_BUILD]", |
| 447 "name": "blink_heap_unittests" |
| 448 }, |
| 449 { |
| 450 "cmd": [ |
| 451 "[BUILD]/scripts/slave/daemonizer.py", |
| 452 "--", |
| 453 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 454 "[TMP_BASE]/test_logcat_tmp_1" |
| 455 ], |
| 456 "cwd": "[SLAVE_BUILD]", |
| 457 "env": { |
| 458 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 459 }, |
| 460 "name": "blink_heap_unittests.spawn_logcat_monitor", |
| 461 "~followup_annotations": [ |
| 462 "@@@STEP_NEST_LEVEL@1@@@" |
| 463 ] |
| 464 }, |
| 465 { |
| 445 "cmd": [ | 466 "cmd": [ |
| 446 "python", | 467 "python", |
| 447 "-u", | 468 "-u", |
| 448 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 469 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 449 "gtest", | 470 "gtest", |
| 450 "-s", | 471 "-s", |
| 451 "blink_heap_unittests", | 472 "blink_heap_unittests", |
| 452 "--blacklist-file", | 473 "--blacklist-file", |
| 453 "[SLAVE_BUILD]/src/out/bad_devices.json", | 474 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 454 "--verbose", | 475 "--verbose", |
| 455 "--release", | 476 "--release", |
| 456 "--flakiness-dashboard-server=test-results.appspot.com", | 477 "--flakiness-dashboard-server=test-results.appspot.com", |
| 457 "--json-results-file", | 478 "--json-results-file", |
| 458 "/path/to/tmp/json" | 479 "/path/to/tmp/json" |
| 459 ], | 480 ], |
| 460 "cwd": "[SLAVE_BUILD]", | 481 "cwd": "[SLAVE_BUILD]", |
| 461 "env": { | 482 "env": { |
| 462 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 483 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 463 }, | 484 }, |
| 464 "name": "blink_heap_unittests" | 485 "name": "blink_heap_unittests.blink_heap_unittests", |
| 486 "~followup_annotations": [ |
| 487 "@@@STEP_NEST_LEVEL@1@@@" |
| 488 ] |
| 465 }, | 489 }, |
| 466 { | 490 { |
| 467 "cmd": [ | 491 "cmd": [ |
| 492 "python", |
| 493 "-u", |
| 494 "[BUILD]/scripts/slave/tee.py", |
| 495 "/path/to/tmp/logcat", |
| 496 "--", |
| 497 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 498 "[TMP_BASE]/test_logcat_tmp_1" |
| 499 ], |
| 500 "cwd": "[SLAVE_BUILD]", |
| 501 "name": "blink_heap_unittests.logcat_dump", |
| 502 "~followup_annotations": [ |
| 503 "@@@STEP_NEST_LEVEL@1@@@" |
| 504 ] |
| 505 }, |
| 506 { |
| 507 "cmd": [], |
| 508 "cwd": "[SLAVE_BUILD]", |
| 509 "name": "webkit_unit_tests" |
| 510 }, |
| 511 { |
| 512 "cmd": [ |
| 513 "[BUILD]/scripts/slave/daemonizer.py", |
| 514 "--", |
| 515 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 516 "[TMP_BASE]/test_logcat_tmp_2" |
| 517 ], |
| 518 "cwd": "[SLAVE_BUILD]", |
| 519 "env": { |
| 520 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 521 }, |
| 522 "name": "webkit_unit_tests.spawn_logcat_monitor", |
| 523 "~followup_annotations": [ |
| 524 "@@@STEP_NEST_LEVEL@1@@@" |
| 525 ] |
| 526 }, |
| 527 { |
| 528 "cmd": [ |
| 468 "python", | 529 "python", |
| 469 "-u", | 530 "-u", |
| 470 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 531 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 471 "gtest", | 532 "gtest", |
| 472 "-s", | 533 "-s", |
| 473 "webkit_unit_tests", | 534 "webkit_unit_tests", |
| 474 "--blacklist-file", | 535 "--blacklist-file", |
| 475 "[SLAVE_BUILD]/src/out/bad_devices.json", | 536 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 476 "--verbose", | 537 "--verbose", |
| 477 "--release", | 538 "--release", |
| 478 "--flakiness-dashboard-server=test-results.appspot.com", | 539 "--flakiness-dashboard-server=test-results.appspot.com", |
| 479 "--json-results-file", | 540 "--json-results-file", |
| 480 "/path/to/tmp/json" | 541 "/path/to/tmp/json" |
| 481 ], | 542 ], |
| 482 "cwd": "[SLAVE_BUILD]", | 543 "cwd": "[SLAVE_BUILD]", |
| 483 "env": { | 544 "env": { |
| 484 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 545 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 485 }, | 546 }, |
| 486 "name": "webkit_unit_tests" | 547 "name": "webkit_unit_tests.webkit_unit_tests", |
| 548 "~followup_annotations": [ |
| 549 "@@@STEP_NEST_LEVEL@1@@@" |
| 550 ] |
| 487 }, | 551 }, |
| 488 { | 552 { |
| 489 "cmd": [ | 553 "cmd": [ |
| 554 "python", |
| 555 "-u", |
| 556 "[BUILD]/scripts/slave/tee.py", |
| 557 "/path/to/tmp/logcat", |
| 558 "--", |
| 559 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 560 "[TMP_BASE]/test_logcat_tmp_2" |
| 561 ], |
| 562 "cwd": "[SLAVE_BUILD]", |
| 563 "name": "webkit_unit_tests.logcat_dump", |
| 564 "~followup_annotations": [ |
| 565 "@@@STEP_NEST_LEVEL@1@@@" |
| 566 ] |
| 567 }, |
| 568 { |
| 569 "cmd": [ |
| 490 "python", | 570 "python", |
| 491 "-u", | 571 "-u", |
| 492 "[BUILD]/scripts/slave/runtest.py", | 572 "[BUILD]/scripts/slave/runtest.py", |
| 493 "--target", | 573 "--target", |
| 494 "Release", | 574 "Release", |
| 495 "--test-platform", | 575 "--test-platform", |
| 496 "android", | 576 "android", |
| 497 "--no-xvfb", | 577 "--no-xvfb", |
| 498 "--factory-properties", | 578 "--factory-properties", |
| 499 "{\"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\"}", | 579 "{\"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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 705 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 626 "@@@STEP_LOG_END@python.inline@@@" | 706 "@@@STEP_LOG_END@python.inline@@@" |
| 627 ] | 707 ] |
| 628 }, | 708 }, |
| 629 { | 709 { |
| 630 "name": "$result", | 710 "name": "$result", |
| 631 "recipe_result": null, | 711 "recipe_result": null, |
| 632 "status_code": 0 | 712 "status_code": 0 |
| 633 } | 713 } |
| 634 ] | 714 ] |
| OLD | NEW |