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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 "cwd": "[SLAVE_BUILD]", | 496 "cwd": "[SLAVE_BUILD]", |
497 "env": { | 497 "env": { |
498 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 498 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
499 }, | 499 }, |
500 "name": "Instrumentation test SmallTest" | 500 "name": "Instrumentation test SmallTest" |
501 }, | 501 }, |
502 { | 502 { |
503 "cmd": [ | 503 "cmd": [ |
504 "python", | 504 "python", |
505 "-u", | 505 "-u", |
506 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 506 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 507 "gtest", |
| 508 "-s", |
| 509 "unittests", |
507 "--blacklist-file", | 510 "--blacklist-file", |
508 "[SLAVE_BUILD]/src/out/bad_devices.json", | 511 "[SLAVE_BUILD]/src/out/bad_devices.json", |
509 "--verbose", | 512 "--verbose", |
| 513 "--release", |
510 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 514 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
511 "--gtest_filter=WebRtc*", | 515 "--gtest_filter=WebRtc*", |
512 "--tool=asan" | 516 "--tool=asan" |
513 ], | 517 ], |
514 "cwd": "[SLAVE_BUILD]", | 518 "cwd": "[SLAVE_BUILD]", |
515 "env": { | 519 "env": { |
| 520 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
516 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 521 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
517 }, | 522 }, |
518 "name": "unittests" | 523 "name": "unittests" |
519 }, | 524 }, |
520 { | 525 { |
521 "cmd": [ | 526 "cmd": [ |
522 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 527 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
523 "-w", | 528 "-w", |
524 "[SLAVE_BUILD]" | 529 "[SLAVE_BUILD]" |
525 ], | 530 ], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 "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" |
594 }, | 599 }, |
595 "name": "stack_tool_for_asan" | 600 "name": "stack_tool_for_asan" |
596 }, | 601 }, |
597 { | 602 { |
598 "name": "$result", | 603 "name": "$result", |
599 "recipe_result": null, | 604 "recipe_result": null, |
600 "status_code": 0 | 605 "status_code": 0 |
601 } | 606 } |
602 ] | 607 ] |
OLD | NEW |