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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 }, | 492 }, |
493 "name": "net_unittests" | 493 "name": "net_unittests" |
494 }, | 494 }, |
495 { | 495 { |
496 "cmd": [ | 496 "cmd": [ |
497 "python", | 497 "python", |
498 "-u", | 498 "-u", |
499 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk", | 499 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk", |
500 "--blacklist-file", | 500 "--blacklist-file", |
501 "[SLAVE_BUILD]/src/out/bad_devices.json", | 501 "[SLAVE_BUILD]/src/out/bad_devices.json", |
502 "--logcat-output-file", | |
503 "/path/to/tmp/", | |
504 "--verbose", | 502 "--verbose", |
505 "--num-retries", | 503 "--num-retries", |
506 "0" | 504 "0" |
507 ], | 505 ], |
508 "cwd": "[SLAVE_BUILD]", | 506 "cwd": "[SLAVE_BUILD]", |
509 "name": "Instrumentation test cronet_sample_test_apk" | 507 "name": "Instrumentation test cronet_sample_test_apk" |
510 }, | 508 }, |
511 { | 509 { |
512 "cmd": [ | 510 "cmd": [ |
513 "python", | 511 "python", |
514 "-u", | 512 "-u", |
515 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_test_instrumentation_apk", | 513 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_test_instrumentation_apk", |
516 "--blacklist-file", | 514 "--blacklist-file", |
517 "[SLAVE_BUILD]/src/out/bad_devices.json", | 515 "[SLAVE_BUILD]/src/out/bad_devices.json", |
518 "--logcat-output-file", | |
519 "/path/to/tmp/", | |
520 "--verbose", | 516 "--verbose", |
521 "--num-retries", | 517 "--num-retries", |
522 "0" | 518 "0" |
523 ], | 519 ], |
524 "cwd": "[SLAVE_BUILD]", | 520 "cwd": "[SLAVE_BUILD]", |
525 "name": "Instrumentation test cronet_test_instrumentation_apk" | 521 "name": "Instrumentation test cronet_test_instrumentation_apk" |
526 }, | 522 }, |
527 { | 523 { |
528 "cmd": [ | 524 "cmd": [ |
529 "python", | 525 "python", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 615 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
620 "@@@STEP_LOG_END@python.inline@@@" | 616 "@@@STEP_LOG_END@python.inline@@@" |
621 ] | 617 ] |
622 }, | 618 }, |
623 { | 619 { |
624 "name": "$result", | 620 "name": "$result", |
625 "recipe_result": null, | 621 "recipe_result": null, |
626 "status_code": 0 | 622 "status_code": 0 |
627 } | 623 } |
628 ] | 624 ] |
OLD | NEW |