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