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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 "--blacklist-file", | 445 "--blacklist-file", |
446 "[SLAVE_BUILD]/src/out/bad_devices.json" | 446 "[SLAVE_BUILD]/src/out/bad_devices.json" |
447 ], | 447 ], |
448 "cwd": "[SLAVE_BUILD]", | 448 "cwd": "[SLAVE_BUILD]", |
449 "name": "spawn_device_monitor" | 449 "name": "spawn_device_monitor" |
450 }, | 450 }, |
451 { | 451 { |
452 "cmd": [ | 452 "cmd": [ |
453 "python", | 453 "python", |
454 "-u", | 454 "-u", |
455 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 455 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_unittests", |
456 "gtest", | |
457 "-s", | |
458 "cronet_unittests", | |
459 "--blacklist-file", | 456 "--blacklist-file", |
460 "[SLAVE_BUILD]/src/out/bad_devices.json", | 457 "[SLAVE_BUILD]/src/out/bad_devices.json", |
461 "--verbose", | 458 "--verbose", |
462 "-t", | 459 "-t", |
463 "180" | 460 "180" |
464 ], | 461 ], |
465 "cwd": "[SLAVE_BUILD]", | 462 "cwd": "[SLAVE_BUILD]", |
466 "env": { | 463 "env": { |
467 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | |
468 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 464 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
469 }, | 465 }, |
470 "name": "cronet_unittests" | 466 "name": "cronet_unittests" |
471 }, | 467 }, |
472 { | 468 { |
473 "cmd": [ | 469 "cmd": [ |
474 "python", | 470 "python", |
475 "-u", | 471 "-u", |
476 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 472 "[SLAVE_BUILD]/src/out/Debug/bin/run_net_unittests", |
477 "gtest", | |
478 "-s", | |
479 "net_unittests", | |
480 "--blacklist-file", | 473 "--blacklist-file", |
481 "[SLAVE_BUILD]/src/out/bad_devices.json", | 474 "[SLAVE_BUILD]/src/out/bad_devices.json", |
482 "--verbose", | 475 "--verbose", |
483 "-t", | 476 "-t", |
484 "180" | 477 "180" |
485 ], | 478 ], |
486 "cwd": "[SLAVE_BUILD]", | 479 "cwd": "[SLAVE_BUILD]", |
487 "env": { | 480 "env": { |
488 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | |
489 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
490 }, | 482 }, |
491 "name": "net_unittests" | 483 "name": "net_unittests" |
492 }, | 484 }, |
493 { | 485 { |
494 "cmd": [ | 486 "cmd": [ |
495 "python", | 487 "python", |
496 "-u", | 488 "-u", |
497 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", | 489 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", |
498 "--blacklist-file", | 490 "--blacklist-file", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 605 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
614 "@@@STEP_LOG_END@python.inline@@@" | 606 "@@@STEP_LOG_END@python.inline@@@" |
615 ] | 607 ] |
616 }, | 608 }, |
617 { | 609 { |
618 "name": "$result", | 610 "name": "$result", |
619 "recipe_result": null, | 611 "recipe_result": null, |
620 "status_code": 0 | 612 "status_code": 0 |
621 } | 613 } |
622 ] | 614 ] |
OLD | NEW |