Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json

Issue 2402303003: Enable new device monitor everywhere and launch it earlier in the build. (Closed)
Patch Set: With expectations Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "env": { 523 "env": {
524 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 524 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
525 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 525 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
526 }, 526 },
527 "name": "spawn_logcat_monitor" 527 "name": "spawn_logcat_monitor"
528 }, 528 },
529 { 529 {
530 "cmd": [ 530 "cmd": [
531 "python", 531 "python",
532 "-u", 532 "-u",
533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
534 "--action",
535 "restart",
536 "--pid-file-path",
537 "/tmp/device_monitor.pid",
538 "--",
539 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m onitor.py",
540 "--adb-path",
541 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
542 "--blacklist-file",
543 "[SLAVE_BUILD]/src/out/bad_devices.json"
544 ],
545 "name": "spawn_device_monitor"
546 },
547 {
548 "cmd": [
549 "python",
550 "-u",
533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ", 551 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ",
534 "--verbose", 552 "--verbose",
535 "--adb-path", 553 "--adb-path",
536 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 554 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
537 ], 555 ],
538 "env": { 556 "env": {
539 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 557 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
540 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 558 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
541 }, 559 },
542 "name": "authorize_adb_devices" 560 "name": "authorize_adb_devices"
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 709 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
692 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 710 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
693 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 711 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
694 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 712 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
695 ] 713 ]
696 }, 714 },
697 { 715 {
698 "cmd": [ 716 "cmd": [
699 "python", 717 "python",
700 "-u", 718 "-u",
701 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
702 "--action",
703 "restart",
704 "--pid-file-path",
705 "/tmp/device_monitor.pid",
706 "--",
707 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" ,
708 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
709 "[\"07a00ca4\"]",
710 "--blacklist-file",
711 "[SLAVE_BUILD]/src/out/bad_devices.json"
712 ],
713 "name": "spawn_device_monitor"
714 },
715 {
716 "cmd": [
717 "python",
718 "-u",
719 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_unittests", 719 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_unittests",
720 "--blacklist-file", 720 "--blacklist-file",
721 "[SLAVE_BUILD]/src/out/bad_devices.json", 721 "[SLAVE_BUILD]/src/out/bad_devices.json",
722 "--verbose", 722 "--verbose",
723 "-t", 723 "-t",
724 "180", 724 "180",
725 "--adb-path", 725 "--adb-path",
726 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 726 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
727 ], 727 ],
728 "env": { 728 "env": {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 881 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
882 "@@@STEP_LOG_END@python.inline@@@" 882 "@@@STEP_LOG_END@python.inline@@@"
883 ] 883 ]
884 }, 884 },
885 { 885 {
886 "name": "$result", 886 "name": "$result",
887 "recipe_result": null, 887 "recipe_result": null,
888 "status_code": 0 888 "status_code": 0
889 } 889 }
890 ] 890 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698