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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "env": { 362 "env": {
363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
364 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 364 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
365 }, 365 },
366 "name": "spawn_logcat_monitor" 366 "name": "spawn_logcat_monitor"
367 }, 367 },
368 { 368 {
369 "cmd": [ 369 "cmd": [
370 "python", 370 "python",
371 "-u", 371 "-u",
372 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
373 "--action",
374 "restart",
375 "--pid-file-path",
376 "/tmp/device_monitor.pid",
377 "--",
378 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m onitor.py",
379 "--adb-path",
380 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
381 "--blacklist-file",
382 "[SLAVE_BUILD]/src/out/bad_devices.json"
383 ],
384 "name": "spawn_device_monitor"
385 },
386 {
387 "cmd": [
388 "python",
389 "-u",
372 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ", 390 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ",
373 "--verbose", 391 "--verbose",
374 "--adb-path", 392 "--adb-path",
375 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 393 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
376 ], 394 ],
377 "env": { 395 "env": {
378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
379 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 397 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
380 }, 398 },
381 "name": "authorize_adb_devices" 399 "name": "authorize_adb_devices"
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 }, 618 },
601 "name": "Set up ASAN on devices.07a00ca4", 619 "name": "Set up ASAN on devices.07a00ca4",
602 "~followup_annotations": [ 620 "~followup_annotations": [
603 "@@@STEP_NEST_LEVEL@1@@@" 621 "@@@STEP_NEST_LEVEL@1@@@"
604 ] 622 ]
605 }, 623 },
606 { 624 {
607 "cmd": [ 625 "cmd": [
608 "python", 626 "python",
609 "-u", 627 "-u",
610 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
611 "--action",
612 "restart",
613 "--pid-file-path",
614 "/tmp/device_monitor.pid",
615 "--",
616 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" ,
617 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
618 "[\"07a00ca4\"]",
619 "--blacklist-file",
620 "[SLAVE_BUILD]/src/out/bad_devices.json"
621 ],
622 "name": "spawn_device_monitor"
623 },
624 {
625 "cmd": [
626 "python",
627 "-u",
628 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_unittests", 628 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_unittests",
629 "--blacklist-file", 629 "--blacklist-file",
630 "[SLAVE_BUILD]/src/out/bad_devices.json", 630 "[SLAVE_BUILD]/src/out/bad_devices.json",
631 "--verbose", 631 "--verbose",
632 "-t", 632 "-t",
633 "180", 633 "180",
634 "--adb-path", 634 "--adb-path",
635 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 635 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
636 ], 636 ],
637 "env": { 637 "env": {
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 824 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
825 "@@@STEP_LOG_END@python.inline@@@" 825 "@@@STEP_LOG_END@python.inline@@@"
826 ] 826 ]
827 }, 827 },
828 { 828 {
829 "name": "$result", 829 "name": "$result",
830 "recipe_result": null, 830 "recipe_result": null,
831 "status_code": 0 831 "status_code": 0
832 } 832 }
833 ] 833 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698