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

Side by Side Diff: scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__basic.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chrome/test /chromedriver/third_party/java_tests': 'https://chromium.googlesource.com/chromi um/deps/webdriver'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', ' url': 'https://chromium.googlesource.com/chromium/src.git'}]\ntarget_os = ['andr oid']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chrome/test /chromedriver/third_party/java_tests': 'https://chromium.googlesource.com/chromi um/deps/webdriver'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', ' url': 'https://chromium.googlesource.com/chromium/src.git'}]\ntarget_os = ['andr oid']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "env": { 251 "env": {
252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
253 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 253 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
254 }, 254 },
255 "name": "spawn_logcat_monitor" 255 "name": "spawn_logcat_monitor"
256 }, 256 },
257 { 257 {
258 "cmd": [ 258 "cmd": [
259 "python", 259 "python",
260 "-u", 260 "-u",
261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
262 "--action",
263 "restart",
264 "--pid-file-path",
265 "/tmp/device_monitor.pid",
266 "--",
267 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m onitor.py",
268 "--adb-path",
269 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
270 "--blacklist-file",
271 "[SLAVE_BUILD]/src/out/bad_devices.json"
272 ],
273 "name": "spawn_device_monitor"
274 },
275 {
276 "cmd": [
277 "python",
278 "-u",
261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ", 279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ",
262 "--verbose", 280 "--verbose",
263 "--adb-path", 281 "--adb-path",
264 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 282 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
265 ], 283 ],
266 "env": { 284 "env": {
267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
268 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
269 }, 287 },
270 "name": "authorize_adb_devices" 288 "name": "authorize_adb_devices"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 438 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
421 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 439 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
422 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 440 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
423 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 441 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
424 ] 442 ]
425 }, 443 },
426 { 444 {
427 "cmd": [ 445 "cmd": [
428 "python", 446 "python",
429 "-u", 447 "-u",
430 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
431 "--action",
432 "restart",
433 "--pid-file-path",
434 "/tmp/device_monitor.pid",
435 "--",
436 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" ,
437 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
438 "[\"07a00ca4\"]",
439 "--blacklist-file",
440 "[SLAVE_BUILD]/src/out/bad_devices.json"
441 ],
442 "name": "spawn_device_monitor"
443 },
444 {
445 "cmd": [
446 "python",
447 "-u",
448 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 448 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
449 "[SLAVE_BUILD]/src/chrome/VERSION", 449 "[SLAVE_BUILD]/src/chrome/VERSION",
450 "/path/to/tmp/" 450 "/path/to/tmp/"
451 ], 451 ],
452 "name": "get version" 452 "name": "get version"
453 }, 453 },
454 { 454 {
455 "cmd": [ 455 "cmd": [
456 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 456 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
457 "ChromeDriverWebViewShell.apk", 457 "ChromeDriverWebViewShell.apk",
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1213 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1214 "@@@STEP_LOG_END@python.inline@@@" 1214 "@@@STEP_LOG_END@python.inline@@@"
1215 ] 1215 ]
1216 }, 1216 },
1217 { 1217 {
1218 "name": "$result", 1218 "name": "$result",
1219 "recipe_result": null, 1219 "recipe_result": null,
1220 "status_code": 0 1220 "status_code": 0
1221 } 1221 }
1222 ] 1222 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698