| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android GN", | 10 "Android GN", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "[SLAVE_BUILD]/src", | 220 "[SLAVE_BUILD]/src", |
| 221 "--build-tool", | 221 "--build-tool", |
| 222 "ninja", | 222 "ninja", |
| 223 "--compiler", | 223 "--compiler", |
| 224 "goma", | 224 "goma", |
| 225 "--goma-jsonstatus", | 225 "--goma-jsonstatus", |
| 226 "/path/to/tmp/json", | 226 "/path/to/tmp/json", |
| 227 "--goma-dir", | 227 "--goma-dir", |
| 228 "[BUILD]/goma", | 228 "[BUILD]/goma", |
| 229 "--", | 229 "--", |
| 230 "android_webview_test_apk", |
| 230 "base_junit_tests", | 231 "base_junit_tests", |
| 231 "breakpad_unittests_deps", | 232 "breakpad_unittests_deps", |
| 232 "chrome_junit_tests", | 233 "chrome_junit_tests", |
| 233 "chrome_public_test_apk", | 234 "chrome_public_test_apk", |
| 235 "chrome_sync_shell_test_apk", |
| 234 "components_invalidation_impl_junit_tests", | 236 "components_invalidation_impl_junit_tests", |
| 235 "components_policy_junit_tests", | 237 "components_policy_junit_tests", |
| 236 "content_junit_tests", | 238 "content_junit_tests", |
| 237 "content_shell_test_apk", | 239 "content_shell_test_apk", |
| 238 "junit_unittests", | 240 "junit_unittests", |
| 239 "net_junit_tests", | 241 "net_junit_tests", |
| 240 "sandbox_linux_unittests_deps" | 242 "sandbox_linux_unittests_deps" |
| 241 ], | 243 ], |
| 242 "cwd": "[SLAVE_BUILD]", | 244 "cwd": "[SLAVE_BUILD]", |
| 243 "env": { | 245 "env": { |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 "Android GN", | 422 "Android GN", |
| 421 "--blacklist-file", | 423 "--blacklist-file", |
| 422 "[SLAVE_BUILD]/src/out/bad_devices.json" | 424 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 423 ], | 425 ], |
| 424 "cwd": "[SLAVE_BUILD]", | 426 "cwd": "[SLAVE_BUILD]", |
| 425 "name": "spawn_device_monitor" | 427 "name": "spawn_device_monitor" |
| 426 }, | 428 }, |
| 427 { | 429 { |
| 428 "cmd": [ | 430 "cmd": [ |
| 429 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 431 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 432 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 433 "-v", |
| 434 "--blacklist-file", |
| 435 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 436 "--release" |
| 437 ], |
| 438 "cwd": "[SLAVE_BUILD]", |
| 439 "env": { |
| 440 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 441 }, |
| 442 "name": "install AndroidWebView.apk" |
| 443 }, |
| 444 { |
| 445 "cmd": [ |
| 446 "python", |
| 447 "-u", |
| 448 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 449 "instrumentation", |
| 450 "--test-apk", |
| 451 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 452 "--blacklist-file", |
| 453 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 454 "--apk-under-test", |
| 455 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 456 "--isolate-file-path", |
| 457 "android_webview/android_webview_test_apk.isolate", |
| 458 "--flakiness-dashboard-server", |
| 459 "test-results.appspot.com", |
| 460 "--verbose", |
| 461 "--release", |
| 462 "--json-results-file", |
| 463 "/path/to/tmp/json" |
| 464 ], |
| 465 "cwd": "[SLAVE_BUILD]", |
| 466 "name": "Instrumentation test AndroidWebViewTest", |
| 467 "~followup_annotations": [ |
| 468 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 469 ] |
| 470 }, |
| 471 { |
| 472 "cmd": [ |
| 473 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 430 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 474 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 431 "-v", | 475 "-v", |
| 432 "--blacklist-file", | 476 "--blacklist-file", |
| 433 "[SLAVE_BUILD]/src/out/bad_devices.json", | 477 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 434 "--release" | 478 "--release" |
| 435 ], | 479 ], |
| 436 "cwd": "[SLAVE_BUILD]", | 480 "cwd": "[SLAVE_BUILD]", |
| 437 "env": { | 481 "env": { |
| 438 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 439 }, | 483 }, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "/path/to/tmp/json" | 547 "/path/to/tmp/json" |
| 504 ], | 548 ], |
| 505 "cwd": "[SLAVE_BUILD]", | 549 "cwd": "[SLAVE_BUILD]", |
| 506 "name": "Instrumentation test ContentShellTest", | 550 "name": "Instrumentation test ContentShellTest", |
| 507 "~followup_annotations": [ | 551 "~followup_annotations": [ |
| 508 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 552 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 509 ] | 553 ] |
| 510 }, | 554 }, |
| 511 { | 555 { |
| 512 "cmd": [ | 556 "cmd": [ |
| 557 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 558 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 559 "-v", |
| 560 "--blacklist-file", |
| 561 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 562 "--release" |
| 563 ], |
| 564 "cwd": "[SLAVE_BUILD]", |
| 565 "env": { |
| 566 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 567 }, |
| 568 "name": "install ChromeSyncShell.apk" |
| 569 }, |
| 570 { |
| 571 "cmd": [ |
| 513 "python", | 572 "python", |
| 514 "-u", | 573 "-u", |
| 515 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 574 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 575 "instrumentation", |
| 576 "--test-apk", |
| 577 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", |
| 578 "--blacklist-file", |
| 579 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 580 "--apk-under-test", |
| 581 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 582 "--flakiness-dashboard-server", |
| 583 "test-results.appspot.com", |
| 584 "--verbose", |
| 585 "--release", |
| 586 "--json-results-file", |
| 587 "/path/to/tmp/json" |
| 588 ], |
| 589 "cwd": "[SLAVE_BUILD]", |
| 590 "name": "Instrumentation test ChromeSyncShellTest", |
| 591 "~followup_annotations": [ |
| 592 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 593 ] |
| 594 }, |
| 595 { |
| 596 "cmd": [ |
| 597 "python", |
| 598 "-u", |
| 599 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 516 "gtest", | 600 "gtest", |
| 517 "-s", | 601 "-s", |
| 518 "breakpad_unittests", | 602 "breakpad_unittests", |
| 519 "--blacklist-file", | 603 "--blacklist-file", |
| 520 "[SLAVE_BUILD]/src/out/bad_devices.json", | 604 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 521 "--verbose", | 605 "--verbose", |
| 522 "--release", | 606 "--release", |
| 523 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | 607 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 524 "--flakiness-dashboard-server=test-results.appspot.com", | 608 "--flakiness-dashboard-server=test-results.appspot.com", |
| 525 "--json-results-file", | 609 "--json-results-file", |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 886 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 803 "@@@STEP_LOG_END@python.inline@@@" | 887 "@@@STEP_LOG_END@python.inline@@@" |
| 804 ] | 888 ] |
| 805 }, | 889 }, |
| 806 { | 890 { |
| 807 "name": "$result", | 891 "name": "$result", |
| 808 "recipe_result": null, | 892 "recipe_result": null, |
| 809 "status_code": 0 | 893 "status_code": 0 |
| 810 } | 894 } |
| 811 ] | 895 ] |
| OLD | NEW |