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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 "cwd": "[SLAVE_BUILD]", | 578 "cwd": "[SLAVE_BUILD]", |
579 "env": { | 579 "env": { |
580 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 580 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
581 }, | 581 }, |
582 "name": "Instrumentation test SmallTest" | 582 "name": "Instrumentation test SmallTest" |
583 }, | 583 }, |
584 { | 584 { |
585 "cmd": [ | 585 "cmd": [ |
586 "python", | 586 "python", |
587 "-u", | 587 "-u", |
588 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 588 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", |
589 "gtest", | |
590 "-s", | |
591 "unittests", | |
592 "--blacklist-file", | 589 "--blacklist-file", |
593 "[SLAVE_BUILD]/src/out/bad_devices.json", | 590 "[SLAVE_BUILD]/src/out/bad_devices.json", |
594 "--verbose", | 591 "--verbose", |
595 "--release", | |
596 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 592 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
597 "--gtest_filter=WebRtc*", | 593 "--gtest_filter=WebRtc*", |
598 "--tool=asan" | 594 "--tool=asan" |
599 ], | 595 ], |
600 "cwd": "[SLAVE_BUILD]", | 596 "cwd": "[SLAVE_BUILD]", |
601 "env": { | 597 "env": { |
602 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
603 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 598 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
604 }, | 599 }, |
605 "name": "unittests", | 600 "name": "unittests", |
606 "~followup_annotations": [ | 601 "~followup_annotations": [ |
607 "step returned non-zero exit code: 88", | 602 "step returned non-zero exit code: 88", |
608 "@@@STEP_WARNINGS@@@" | 603 "@@@STEP_WARNINGS@@@" |
609 ] | 604 ] |
610 }, | 605 }, |
611 { | 606 { |
612 "name": "$result", | 607 "name": "$result", |
613 "reason": "Warning: Step('unittests') returned 88", | 608 "reason": "Warning: Step('unittests') returned 88", |
614 "status_code": 88 | 609 "status_code": 88 |
615 } | 610 } |
616 ] | 611 ] |
OLD | NEW |