| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Coverage (dbg)", | 10 "Android Coverage (dbg)", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "name": "extract build" | 297 "name": "extract build" |
| 298 }, | 298 }, |
| 299 { | 299 { |
| 300 "cmd": [ | 300 "cmd": [ |
| 301 "python", | 301 "python", |
| 302 "-u", | 302 "-u", |
| 303 "RECIPE_MODULE[build::adb]/resources/list_devices.py", | 303 "RECIPE_MODULE[build::adb]/resources/list_devices.py", |
| 304 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 304 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 305 "/path/to/tmp/json" | 305 "/path/to/tmp/json" |
| 306 ], | 306 ], |
| 307 "env": { |
| 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 309 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 310 }, |
| 307 "name": "List adb devices", | 311 "name": "List adb devices", |
| 308 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 309 "@@@STEP_LOG_LINE@json.output@[@@@", | 313 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@]@@@", | 315 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 312 "@@@STEP_LOG_END@json.output@@@" | 316 "@@@STEP_LOG_END@json.output@@@" |
| 313 ] | 317 ] |
| 314 }, | 318 }, |
| 315 { | 319 { |
| 316 "cmd": [ | 320 "cmd": [ |
| 317 "python", | 321 "python", |
| 318 "-u", | 322 "-u", |
| 319 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n print 'Attempting to root device %s ...' % (device)\n subprocess
.check_call([adb_path, '-s', device, 'root'])\n subprocess.check_call([adb_path
, '-s', device, 'wait-for-device'])\n print 'Finished rooting device %s' % (dev
ice)\n", | 323 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n print 'Attempting to root device %s ...' % (device)\n subprocess
.check_call([adb_path, '-s', device, 'root'])\n subprocess.check_call([adb_path
, '-s', device, 'wait-for-device'])\n print 'Finished rooting device %s' % (dev
ice)\n", |
| 320 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 324 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 321 "014E1F310401C009" | 325 "014E1F310401C009" |
| 322 ], | 326 ], |
| 327 "env": { |
| 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 329 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 330 }, |
| 323 "name": "Root devices", | 331 "name": "Root devices", |
| 324 "~followup_annotations": [ | 332 "~followup_annotations": [ |
| 325 "@@@STEP_LOG_LINE@python.inline@@@@", | 333 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 326 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", | 334 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", |
| 327 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 335 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 328 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", | 336 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", |
| 329 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", | 337 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", |
| 330 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", | 338 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", |
| 331 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", | 339 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", |
| 332 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 340 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
| 333 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 341 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
| 334 "@@@STEP_LOG_END@python.inline@@@" | 342 "@@@STEP_LOG_END@python.inline@@@" |
| 335 ] | 343 ] |
| 336 }, | 344 }, |
| 337 { | 345 { |
| 338 "cmd": [ | 346 "cmd": [ |
| 339 "python", | 347 "python", |
| 340 "-u", | 348 "-u", |
| 341 "[SLAVE_BUILD]/src/build/symlink.py", | 349 "[SLAVE_BUILD]/src/build/symlink.py", |
| 342 "-f", | 350 "-f", |
| 343 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 351 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 344 "~/adb" | 352 "~/adb" |
| 345 ], | 353 ], |
| 354 "env": { |
| 355 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 356 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 357 }, |
| 346 "name": "create adb symlink" | 358 "name": "create adb symlink" |
| 347 }, | 359 }, |
| 348 { | 360 { |
| 349 "cmd": [ | 361 "cmd": [ |
| 350 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 362 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 351 "--", | 363 "--", |
| 352 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 364 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 353 "[SLAVE_BUILD]/src/out/logcat" | 365 "[SLAVE_BUILD]/src/out/logcat" |
| 354 ], | 366 ], |
| 355 "env": { | 367 "env": { |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 "/tmp/device_monitor.pid", | 524 "/tmp/device_monitor.pid", |
| 513 "--", | 525 "--", |
| 514 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 526 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 515 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 527 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 516 "[\"07a00ca4\"]", | 528 "[\"07a00ca4\"]", |
| 517 "chromium.fyi", | 529 "chromium.fyi", |
| 518 "Android Coverage (dbg)", | 530 "Android Coverage (dbg)", |
| 519 "--blacklist-file", | 531 "--blacklist-file", |
| 520 "[SLAVE_BUILD]/src/out/bad_devices.json" | 532 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 521 ], | 533 ], |
| 534 "env": { |
| 535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 537 }, |
| 522 "name": "spawn_device_monitor" | 538 "name": "spawn_device_monitor" |
| 523 }, | 539 }, |
| 524 { | 540 { |
| 525 "cmd": [ | 541 "cmd": [ |
| 526 "python", | 542 "python", |
| 527 "-u", | 543 "-u", |
| 528 "[SLAVE_BUILD]/src/out/Debug/bin/run_android_webview_test_apk", | 544 "[SLAVE_BUILD]/src/out/Debug/bin/run_android_webview_test_apk", |
| 529 "--blacklist-file", | 545 "--blacklist-file", |
| 530 "[SLAVE_BUILD]/src/out/bad_devices.json", | 546 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 531 "--verbose", | 547 "--verbose", |
| 532 "--coverage-dir", | 548 "--coverage-dir", |
| 533 "[SLAVE_BUILD]/src/out/Debug/coverage", | 549 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 534 "--json-results-file", | 550 "--json-results-file", |
| 535 "/path/to/tmp/json" | 551 "/path/to/tmp/json" |
| 536 ], | 552 ], |
| 553 "env": { |
| 554 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 555 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 556 }, |
| 537 "name": "Instrumentation test AndroidWebViewTest", | 557 "name": "Instrumentation test AndroidWebViewTest", |
| 538 "~followup_annotations": [ | 558 "~followup_annotations": [ |
| 539 "step returned non-zero exit code: 1", | 559 "step returned non-zero exit code: 1", |
| 540 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 560 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 541 "@@@STEP_FAILURE@@@" | 561 "@@@STEP_FAILURE@@@" |
| 542 ] | 562 ] |
| 543 }, | 563 }, |
| 544 { | 564 { |
| 545 "cmd": [ | 565 "cmd": [ |
| 546 "python", | 566 "python", |
| 547 "-u", | 567 "-u", |
| 548 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 568 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 549 "--input-gtest-json", | 569 "--input-gtest-json", |
| 550 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", | 570 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", |
| 551 "--master-name", | 571 "--master-name", |
| 552 "chromium.fyi", | 572 "chromium.fyi", |
| 553 "--builder-name", | 573 "--builder-name", |
| 554 "Android Coverage (dbg)", | 574 "Android Coverage (dbg)", |
| 555 "--build-number", | 575 "--build-number", |
| 556 "571", | 576 "571", |
| 557 "--test-type", | 577 "--test-type", |
| 558 "AndroidWebViewTest", | 578 "AndroidWebViewTest", |
| 559 "--test-results-server", | 579 "--test-results-server", |
| 560 "test-results.appspot.com", | 580 "test-results.appspot.com", |
| 561 "--chrome-revision", | 581 "--chrome-revision", |
| 562 "refs/heads/master@{#170242}" | 582 "refs/heads/master@{#170242}" |
| 563 ], | 583 ], |
| 584 "env": { |
| 585 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 586 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 587 }, |
| 564 "name": "Upload to test-results [AndroidWebViewTest]" | 588 "name": "Upload to test-results [AndroidWebViewTest]" |
| 565 }, | 589 }, |
| 566 { | 590 { |
| 567 "cmd": [ | 591 "cmd": [ |
| 568 "python", | 592 "python", |
| 569 "-u", | 593 "-u", |
| 570 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk", | 594 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk", |
| 571 "--blacklist-file", | 595 "--blacklist-file", |
| 572 "[SLAVE_BUILD]/src/out/bad_devices.json", | 596 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 573 "--verbose", | 597 "--verbose", |
| 574 "--coverage-dir", | 598 "--coverage-dir", |
| 575 "[SLAVE_BUILD]/src/out/Debug/coverage", | 599 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 576 "--json-results-file", | 600 "--json-results-file", |
| 577 "/path/to/tmp/json" | 601 "/path/to/tmp/json" |
| 578 ], | 602 ], |
| 603 "env": { |
| 604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 605 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 606 }, |
| 579 "name": "Instrumentation test ChromePublicTest", | 607 "name": "Instrumentation test ChromePublicTest", |
| 580 "~followup_annotations": [ | 608 "~followup_annotations": [ |
| 581 "step returned non-zero exit code: 1", | 609 "step returned non-zero exit code: 1", |
| 582 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 610 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 583 "@@@STEP_FAILURE@@@" | 611 "@@@STEP_FAILURE@@@" |
| 584 ] | 612 ] |
| 585 }, | 613 }, |
| 586 { | 614 { |
| 587 "cmd": [ | 615 "cmd": [ |
| 588 "python", | 616 "python", |
| 589 "-u", | 617 "-u", |
| 590 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 618 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 591 "--input-gtest-json", | 619 "--input-gtest-json", |
| 592 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", | 620 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", |
| 593 "--master-name", | 621 "--master-name", |
| 594 "chromium.fyi", | 622 "chromium.fyi", |
| 595 "--builder-name", | 623 "--builder-name", |
| 596 "Android Coverage (dbg)", | 624 "Android Coverage (dbg)", |
| 597 "--build-number", | 625 "--build-number", |
| 598 "571", | 626 "571", |
| 599 "--test-type", | 627 "--test-type", |
| 600 "ChromePublicTest", | 628 "ChromePublicTest", |
| 601 "--test-results-server", | 629 "--test-results-server", |
| 602 "test-results.appspot.com", | 630 "test-results.appspot.com", |
| 603 "--chrome-revision", | 631 "--chrome-revision", |
| 604 "refs/heads/master@{#170242}" | 632 "refs/heads/master@{#170242}" |
| 605 ], | 633 ], |
| 634 "env": { |
| 635 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 636 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 637 }, |
| 606 "name": "Upload to test-results [ChromePublicTest]" | 638 "name": "Upload to test-results [ChromePublicTest]" |
| 607 }, | 639 }, |
| 608 { | 640 { |
| 609 "cmd": [ | 641 "cmd": [ |
| 610 "python", | 642 "python", |
| 611 "-u", | 643 "-u", |
| 612 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk", | 644 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk", |
| 613 "--blacklist-file", | 645 "--blacklist-file", |
| 614 "[SLAVE_BUILD]/src/out/bad_devices.json", | 646 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 615 "--verbose", | 647 "--verbose", |
| 616 "--coverage-dir", | 648 "--coverage-dir", |
| 617 "[SLAVE_BUILD]/src/out/Debug/coverage", | 649 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 618 "--json-results-file", | 650 "--json-results-file", |
| 619 "/path/to/tmp/json" | 651 "/path/to/tmp/json" |
| 620 ], | 652 ], |
| 653 "env": { |
| 654 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 655 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 656 }, |
| 621 "name": "Instrumentation test ContentShellTest", | 657 "name": "Instrumentation test ContentShellTest", |
| 622 "~followup_annotations": [ | 658 "~followup_annotations": [ |
| 623 "step returned non-zero exit code: 1", | 659 "step returned non-zero exit code: 1", |
| 624 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 660 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 625 "@@@STEP_FAILURE@@@" | 661 "@@@STEP_FAILURE@@@" |
| 626 ] | 662 ] |
| 627 }, | 663 }, |
| 628 { | 664 { |
| 629 "cmd": [ | 665 "cmd": [ |
| 630 "python", | 666 "python", |
| 631 "-u", | 667 "-u", |
| 632 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 668 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 633 "--input-gtest-json", | 669 "--input-gtest-json", |
| 634 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", | 670 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", |
| 635 "--master-name", | 671 "--master-name", |
| 636 "chromium.fyi", | 672 "chromium.fyi", |
| 637 "--builder-name", | 673 "--builder-name", |
| 638 "Android Coverage (dbg)", | 674 "Android Coverage (dbg)", |
| 639 "--build-number", | 675 "--build-number", |
| 640 "571", | 676 "571", |
| 641 "--test-type", | 677 "--test-type", |
| 642 "ContentShellTest", | 678 "ContentShellTest", |
| 643 "--test-results-server", | 679 "--test-results-server", |
| 644 "test-results.appspot.com", | 680 "test-results.appspot.com", |
| 645 "--chrome-revision", | 681 "--chrome-revision", |
| 646 "refs/heads/master@{#170242}" | 682 "refs/heads/master@{#170242}" |
| 647 ], | 683 ], |
| 684 "env": { |
| 685 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 686 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 687 }, |
| 648 "name": "Upload to test-results [ContentShellTest]" | 688 "name": "Upload to test-results [ContentShellTest]" |
| 649 }, | 689 }, |
| 650 { | 690 { |
| 651 "cmd": [ | 691 "cmd": [ |
| 652 "python", | 692 "python", |
| 653 "-u", | 693 "-u", |
| 654 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk", | 694 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk", |
| 655 "--blacklist-file", | 695 "--blacklist-file", |
| 656 "[SLAVE_BUILD]/src/out/bad_devices.json", | 696 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 657 "--verbose", | 697 "--verbose", |
| 658 "--coverage-dir", | 698 "--coverage-dir", |
| 659 "[SLAVE_BUILD]/src/out/Debug/coverage", | 699 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 660 "--json-results-file", | 700 "--json-results-file", |
| 661 "/path/to/tmp/json" | 701 "/path/to/tmp/json" |
| 662 ], | 702 ], |
| 703 "env": { |
| 704 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 705 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 706 }, |
| 663 "name": "Instrumentation test ChromeSyncShellTest", | 707 "name": "Instrumentation test ChromeSyncShellTest", |
| 664 "~followup_annotations": [ | 708 "~followup_annotations": [ |
| 665 "step returned non-zero exit code: 1", | 709 "step returned non-zero exit code: 1", |
| 666 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 710 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 667 "@@@STEP_FAILURE@@@" | 711 "@@@STEP_FAILURE@@@" |
| 668 ] | 712 ] |
| 669 }, | 713 }, |
| 670 { | 714 { |
| 671 "cmd": [ | 715 "cmd": [ |
| 672 "python", | 716 "python", |
| 673 "-u", | 717 "-u", |
| 674 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 718 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 675 "--input-gtest-json", | 719 "--input-gtest-json", |
| 676 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", | 720 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", |
| 677 "--master-name", | 721 "--master-name", |
| 678 "chromium.fyi", | 722 "chromium.fyi", |
| 679 "--builder-name", | 723 "--builder-name", |
| 680 "Android Coverage (dbg)", | 724 "Android Coverage (dbg)", |
| 681 "--build-number", | 725 "--build-number", |
| 682 "571", | 726 "571", |
| 683 "--test-type", | 727 "--test-type", |
| 684 "ChromeSyncShellTest", | 728 "ChromeSyncShellTest", |
| 685 "--test-results-server", | 729 "--test-results-server", |
| 686 "test-results.appspot.com", | 730 "test-results.appspot.com", |
| 687 "--chrome-revision", | 731 "--chrome-revision", |
| 688 "refs/heads/master@{#170242}" | 732 "refs/heads/master@{#170242}" |
| 689 ], | 733 ], |
| 734 "env": { |
| 735 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 736 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 737 }, |
| 690 "name": "Upload to test-results [ChromeSyncShellTest]" | 738 "name": "Upload to test-results [ChromeSyncShellTest]" |
| 691 }, | 739 }, |
| 692 { | 740 { |
| 693 "cmd": [ | 741 "cmd": [ |
| 694 "python", | 742 "python", |
| 695 "-u", | 743 "-u", |
| 696 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", | 744 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", |
| 697 "--coverage-dir", | 745 "--coverage-dir", |
| 698 "[SLAVE_BUILD]/src/out/Debug/coverage", | 746 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 699 "--metadata-dir", | 747 "--metadata-dir", |
| 700 "[SLAVE_BUILD]/src/out/Debug", | 748 "[SLAVE_BUILD]/src/out/Debug", |
| 701 "--cleanup", | 749 "--cleanup", |
| 702 "--output", | 750 "--output", |
| 703 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html/index.html" | 751 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html/index.html" |
| 704 ], | 752 ], |
| 753 "env": { |
| 754 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 755 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 756 }, |
| 705 "name": "Generate coverage report" | 757 "name": "Generate coverage report" |
| 706 }, | 758 }, |
| 707 { | 759 { |
| 708 "cmd": [ | 760 "cmd": [ |
| 709 "git", | 761 "git", |
| 710 "diff", | 762 "diff", |
| 711 "--staged", | 763 "--staged", |
| 712 "--name-only", | 764 "--name-only", |
| 713 "--diff-filter", | 765 "--diff-filter", |
| 714 "A" | 766 "A" |
| 715 ], | 767 ], |
| 716 "cwd": "[SLAVE_BUILD]/src", | 768 "cwd": "[SLAVE_BUILD]/src", |
| 769 "env": { |
| 770 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 771 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 772 }, |
| 717 "name": "Finding changed files matching diff filter: A", | 773 "name": "Finding changed files matching diff filter: A", |
| 718 "stdout": "/path/to/tmp/" | 774 "stdout": "/path/to/tmp/" |
| 719 }, | 775 }, |
| 720 { | 776 { |
| 721 "cmd": [ | 777 "cmd": [ |
| 722 "python", | 778 "python", |
| 723 "-u", | 779 "-u", |
| 724 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 780 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 725 "fake/file1.java", | 781 "fake/file1.java", |
| 726 "/path/to/tmp/" | 782 "/path/to/tmp/" |
| 727 ], | 783 ], |
| 784 "env": { |
| 785 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 786 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 787 }, |
| 728 "name": "Finding lines changed in added file fake/file1.java" | 788 "name": "Finding lines changed in added file fake/file1.java" |
| 729 }, | 789 }, |
| 730 { | 790 { |
| 731 "cmd": [ | 791 "cmd": [ |
| 732 "python", | 792 "python", |
| 733 "-u", | 793 "-u", |
| 734 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 794 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 735 "fake/file2.java;", | 795 "fake/file2.java;", |
| 736 "/path/to/tmp/" | 796 "/path/to/tmp/" |
| 737 ], | 797 ], |
| 798 "env": { |
| 799 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 800 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 801 }, |
| 738 "name": "Finding lines changed in added file fake/file2.java;" | 802 "name": "Finding lines changed in added file fake/file2.java;" |
| 739 }, | 803 }, |
| 740 { | 804 { |
| 741 "cmd": [ | 805 "cmd": [ |
| 742 "python", | 806 "python", |
| 743 "-u", | 807 "-u", |
| 744 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 808 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 745 "fake/file3.java", | 809 "fake/file3.java", |
| 746 "/path/to/tmp/" | 810 "/path/to/tmp/" |
| 747 ], | 811 ], |
| 812 "env": { |
| 813 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 814 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 815 }, |
| 748 "name": "Finding lines changed in added file fake/file3.java" | 816 "name": "Finding lines changed in added file fake/file3.java" |
| 749 }, | 817 }, |
| 750 { | 818 { |
| 751 "cmd": [ | 819 "cmd": [ |
| 752 "git", | 820 "git", |
| 753 "diff", | 821 "diff", |
| 754 "--staged", | 822 "--staged", |
| 755 "--name-only", | 823 "--name-only", |
| 756 "--diff-filter", | 824 "--diff-filter", |
| 757 "M" | 825 "M" |
| 758 ], | 826 ], |
| 759 "cwd": "[SLAVE_BUILD]/src", | 827 "cwd": "[SLAVE_BUILD]/src", |
| 828 "env": { |
| 829 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 830 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 831 }, |
| 760 "name": "Finding changed files matching diff filter: M", | 832 "name": "Finding changed files matching diff filter: M", |
| 761 "stdout": "/path/to/tmp/" | 833 "stdout": "/path/to/tmp/" |
| 762 }, | 834 }, |
| 763 { | 835 { |
| 764 "cmd": [ | 836 "cmd": [ |
| 765 "git", | 837 "git", |
| 766 "blame", | 838 "blame", |
| 767 "-l", | 839 "-l", |
| 768 "-s", | 840 "-s", |
| 769 "fake/file1.java" | 841 "fake/file1.java" |
| 770 ], | 842 ], |
| 771 "cwd": "[SLAVE_BUILD]/src", | 843 "cwd": "[SLAVE_BUILD]/src", |
| 844 "env": { |
| 845 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 846 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 847 }, |
| 772 "name": "Finding lines changed in modified file fake/file1.java", | 848 "name": "Finding lines changed in modified file fake/file1.java", |
| 773 "stdout": "/path/to/tmp/" | 849 "stdout": "/path/to/tmp/" |
| 774 }, | 850 }, |
| 775 { | 851 { |
| 776 "cmd": [ | 852 "cmd": [ |
| 777 "git", | 853 "git", |
| 778 "blame", | 854 "blame", |
| 779 "-l", | 855 "-l", |
| 780 "-s", | 856 "-s", |
| 781 "fake/file2.java;" | 857 "fake/file2.java;" |
| 782 ], | 858 ], |
| 783 "cwd": "[SLAVE_BUILD]/src", | 859 "cwd": "[SLAVE_BUILD]/src", |
| 860 "env": { |
| 861 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 862 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 863 }, |
| 784 "name": "Finding lines changed in modified file fake/file2.java;", | 864 "name": "Finding lines changed in modified file fake/file2.java;", |
| 785 "stdout": "/path/to/tmp/" | 865 "stdout": "/path/to/tmp/" |
| 786 }, | 866 }, |
| 787 { | 867 { |
| 788 "cmd": [ | 868 "cmd": [ |
| 789 "git", | 869 "git", |
| 790 "blame", | 870 "blame", |
| 791 "-l", | 871 "-l", |
| 792 "-s", | 872 "-s", |
| 793 "fake/file3.java" | 873 "fake/file3.java" |
| 794 ], | 874 ], |
| 795 "cwd": "[SLAVE_BUILD]/src", | 875 "cwd": "[SLAVE_BUILD]/src", |
| 876 "env": { |
| 877 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 878 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 879 }, |
| 796 "name": "Finding lines changed in modified file fake/file3.java", | 880 "name": "Finding lines changed in modified file fake/file3.java", |
| 797 "stdout": "/path/to/tmp/" | 881 "stdout": "/path/to/tmp/" |
| 798 }, | 882 }, |
| 799 { | 883 { |
| 800 "cmd": [ | 884 "cmd": [ |
| 801 "python", | 885 "python", |
| 802 "-u", | 886 "-u", |
| 803 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 887 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 804 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\":
[]}", | 888 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\":
[]}", |
| 805 "[TMP_BASE]/coverage_tmp_1/file_changes.json" | 889 "[TMP_BASE]/coverage_tmp_1/file_changes.json" |
| 806 ], | 890 ], |
| 891 "env": { |
| 892 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 893 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 894 }, |
| 807 "name": "Saving changed lines for revision." | 895 "name": "Saving changed lines for revision." |
| 808 }, | 896 }, |
| 809 { | 897 { |
| 810 "cmd": [ | 898 "cmd": [ |
| 811 "python", | 899 "python", |
| 812 "-u", | 900 "-u", |
| 813 "build/android/emma_coverage_stats.py", | 901 "build/android/emma_coverage_stats.py", |
| 814 "-v", | 902 "-v", |
| 815 "--out", | 903 "--out", |
| 816 "/path/to/tmp/json", | 904 "/path/to/tmp/json", |
| 817 "--emma-dir", | 905 "--emma-dir", |
| 818 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html", | 906 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html", |
| 819 "--lines-for-coverage", | 907 "--lines-for-coverage", |
| 820 "[TMP_BASE]/coverage_tmp_1/file_changes.json" | 908 "[TMP_BASE]/coverage_tmp_1/file_changes.json" |
| 821 ], | 909 ], |
| 822 "cwd": "[SLAVE_BUILD]/src", | 910 "cwd": "[SLAVE_BUILD]/src", |
| 911 "env": { |
| 912 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 913 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 914 }, |
| 823 "name": "Incremental coverage report", | 915 "name": "Incremental coverage report", |
| 824 "~followup_annotations": [ | 916 "~followup_annotations": [ |
| 825 "@@@STEP_LOG_LINE@json.output@{@@@", | 917 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 826 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@", | 918 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@", |
| 827 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@", | 919 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@", |
| 828 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@", | 920 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@", |
| 829 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@", | 921 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@", |
| 830 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", | 922 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", |
| 831 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 923 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 832 "@@@STEP_LOG_LINE@json.output@ \"incremental\": {@@@", | 924 "@@@STEP_LOG_LINE@json.output@ \"incremental\": {@@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 860 { | 952 { |
| 861 "cmd": [ | 953 "cmd": [ |
| 862 "python", | 954 "python", |
| 863 "-u", | 955 "-u", |
| 864 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 956 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 865 "--action", | 957 "--action", |
| 866 "stop", | 958 "stop", |
| 867 "--pid-file-path", | 959 "--pid-file-path", |
| 868 "/tmp/device_monitor.pid" | 960 "/tmp/device_monitor.pid" |
| 869 ], | 961 ], |
| 962 "env": { |
| 963 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 964 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 965 }, |
| 870 "name": "shutdown_device_monitor" | 966 "name": "shutdown_device_monitor" |
| 871 }, | 967 }, |
| 872 { | 968 { |
| 873 "cmd": [ | 969 "cmd": [ |
| 874 "python", | 970 "python", |
| 875 "-u", | 971 "-u", |
| 876 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 972 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 877 "--output-path", | 973 "--output-path", |
| 878 "[SLAVE_BUILD]/src/out/Debug/full_log", | 974 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 879 "[SLAVE_BUILD]/src/out/logcat" | 975 "[SLAVE_BUILD]/src/out/logcat" |
| 880 ], | 976 ], |
| 977 "env": { |
| 978 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 979 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 980 }, |
| 881 "name": "logcat_dump" | 981 "name": "logcat_dump" |
| 882 }, | 982 }, |
| 883 { | 983 { |
| 884 "cmd": [ | 984 "cmd": [ |
| 885 "python", | 985 "python", |
| 886 "-u", | 986 "-u", |
| 887 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 987 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 888 "--", | 988 "--", |
| 889 "[DEPOT_TOOLS]/gsutil.py", | 989 "[DEPOT_TOOLS]/gsutil.py", |
| 890 "--force-version", | 990 "--force-version", |
| 891 "4.7", | 991 "4.7", |
| 892 "-o", | 992 "-o", |
| 893 "GSUtil:parallel_composite_upload_threshold=50M", | 993 "GSUtil:parallel_composite_upload_threshold=50M", |
| 894 "----", | 994 "----", |
| 895 "cp", | 995 "cp", |
| 896 "[SLAVE_BUILD]/src/out/Debug/full_log", | 996 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 897 "gs://chromium-android/logcat_dumps/Android Coverage (dbg)/571" | 997 "gs://chromium-android/logcat_dumps/Android Coverage (dbg)/571" |
| 898 ], | 998 ], |
| 999 "env": { |
| 1000 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 1001 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1002 }, |
| 899 "name": "gsutil upload", | 1003 "name": "gsutil upload", |
| 900 "~followup_annotations": [ | 1004 "~followup_annotations": [ |
| 901 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Coverage (dbg)/571@@@" | 1005 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Coverage (dbg)/571@@@" |
| 902 ] | 1006 ] |
| 903 }, | 1007 }, |
| 904 { | 1008 { |
| 905 "cmd": [ | 1009 "cmd": [ |
| 906 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 1010 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 907 "--arch", | 1011 "--arch", |
| 908 "arm", | 1012 "arm", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 930 }, | 1034 }, |
| 931 "name": "stack_tool_for_tombstones" | 1035 "name": "stack_tool_for_tombstones" |
| 932 }, | 1036 }, |
| 933 { | 1037 { |
| 934 "cmd": [ | 1038 "cmd": [ |
| 935 "python", | 1039 "python", |
| 936 "-u", | 1040 "-u", |
| 937 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", | 1041 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", |
| 938 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log" | 1042 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log" |
| 939 ], | 1043 ], |
| 1044 "env": { |
| 1045 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 1046 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1047 }, |
| 940 "name": "test_report", | 1048 "name": "test_report", |
| 941 "~followup_annotations": [ | 1049 "~followup_annotations": [ |
| 942 "@@@STEP_LOG_LINE@python.inline@@@@", | 1050 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 943 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 1051 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 944 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 1052 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 945 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 1053 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 946 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 1054 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 947 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 1055 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 948 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1056 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 949 "@@@STEP_LOG_END@python.inline@@@" | 1057 "@@@STEP_LOG_END@python.inline@@@" |
| 950 ] | 1058 ] |
| 951 }, | 1059 }, |
| 952 { | 1060 { |
| 953 "name": "$result", | 1061 "name": "$result", |
| 954 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", | 1062 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", |
| 955 "status_code": 1 | 1063 "status_code": 1 |
| 956 } | 1064 } |
| 957 ] | 1065 ] |
| OLD | NEW |