OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 "name": "Monkey Test" | 548 "name": "Monkey Test" |
549 }, | 549 }, |
550 { | 550 { |
551 "cmd": [ | 551 "cmd": [ |
552 "python", | 552 "python", |
553 "-u", | 553 "-u", |
554 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 554 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
555 "instrumentation", | 555 "instrumentation", |
556 "--blacklist-file", | 556 "--blacklist-file", |
557 "[SLAVE_BUILD]/src/out/bad_devices.json", | 557 "[SLAVE_BUILD]/src/out/bad_devices.json", |
558 "--logcat-output-file", | |
559 "/path/to/tmp/", | |
560 "--flakiness-dashboard-server", | 558 "--flakiness-dashboard-server", |
561 "test-results.appspot.com", | 559 "test-results.appspot.com", |
562 "-A", | 560 "-A", |
563 "SmallTest", | 561 "SmallTest", |
564 "-E", | 562 "-E", |
565 "FlakyTest", | 563 "FlakyTest", |
566 "--screenshot", | 564 "--screenshot", |
567 "--host-driven-root", | 565 "--host-driven-root", |
568 "[SLAVE_BUILD]/src/chrome/test", | 566 "[SLAVE_BUILD]/src/chrome/test", |
569 "--test-apk", | 567 "--test-apk", |
570 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 568 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
571 "--apk-under-test", | 569 "--apk-under-test", |
572 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 570 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
573 "--additional-apk", | 571 "--additional-apk", |
574 "Additional.apk", | 572 "Additional.apk", |
575 "--isolate-file-path", | 573 "--isolate-file-path", |
576 "android_webview/android_webview_test_apk.isolate", | 574 "android_webview/android_webview_test_apk.isolate", |
577 "--release", | 575 "--release", |
578 "--official-build" | 576 "--official-build" |
579 ], | 577 ], |
580 "cwd": "[SLAVE_BUILD]", | 578 "cwd": "[SLAVE_BUILD]", |
581 "env": { | 579 "env": { |
582 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 580 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
583 }, | 581 }, |
584 "name": "Instrumentation test SmallTest", | 582 "name": "Instrumentation test SmallTest" |
585 "~followup_annotations": [ | |
586 "@@@STEP_LOG_LINE@logcat@logging...@@@", | |
587 "@@@STEP_LOG_LINE@logcat@beep@@@", | |
588 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | |
589 "@@@STEP_LOG_END@logcat@@@" | |
590 ] | |
591 }, | 583 }, |
592 { | 584 { |
593 "cmd": [ | 585 "cmd": [ |
594 "python", | 586 "python", |
595 "-u", | 587 "-u", |
596 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 588 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
597 "gtest", | 589 "gtest", |
598 "-s", | 590 "-s", |
599 "unittests", | 591 "unittests", |
600 "--blacklist-file", | 592 "--blacklist-file", |
(...skipping 14 matching lines...) Expand all Loading... |
615 "step returned non-zero exit code: 88", | 607 "step returned non-zero exit code: 88", |
616 "@@@STEP_WARNINGS@@@" | 608 "@@@STEP_WARNINGS@@@" |
617 ] | 609 ] |
618 }, | 610 }, |
619 { | 611 { |
620 "name": "$result", | 612 "name": "$result", |
621 "reason": "Warning: Step('unittests') returned 88", | 613 "reason": "Warning: Step('unittests') returned 88", |
622 "status_code": 88 | 614 "status_code": 88 |
623 } | 615 } |
624 ] | 616 ] |
OLD | NEW |