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