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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_arm64.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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "env": { 210 "env": {
211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
212 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 212 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
213 }, 213 },
214 "name": "spawn_logcat_monitor" 214 "name": "spawn_logcat_monitor"
215 }, 215 },
216 { 216 {
217 "cmd": [ 217 "cmd": [
218 "python", 218 "python",
219 "-u", 219 "-u",
220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
221 "--action",
222 "restart",
223 "--pid-file-path",
224 "/tmp/device_monitor.pid",
225 "--",
226 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m onitor.py",
227 "--adb-path",
228 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
229 "--blacklist-file",
230 "[SLAVE_BUILD]/src/out/bad_devices.json"
231 ],
232 "name": "spawn_device_monitor"
233 },
234 {
235 "cmd": [
236 "python",
237 "-u",
220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ", 238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ",
221 "--verbose", 239 "--verbose",
222 "--adb-path", 240 "--adb-path",
223 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 241 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
224 ], 242 ],
225 "env": { 243 "env": {
226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
227 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 245 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
228 }, 246 },
229 "name": "authorize_adb_devices" 247 "name": "authorize_adb_devices"
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 396 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
379 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 397 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
380 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 398 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
381 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 399 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
382 ] 400 ]
383 }, 401 },
384 { 402 {
385 "cmd": [ 403 "cmd": [
386 "python", 404 "python",
387 "-u", 405 "-u",
388 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
389 "--action",
390 "restart",
391 "--pid-file-path",
392 "/tmp/device_monitor.pid",
393 "--",
394 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" ,
395 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
396 "[\"07a00ca4\"]",
397 "--blacklist-file",
398 "[SLAVE_BUILD]/src/out/bad_devices.json"
399 ],
400 "name": "spawn_device_monitor"
401 },
402 {
403 "cmd": [
404 "python",
405 "-u",
406 "[SLAVE_BUILD]/src/out/Debug/bin/run_yuv_unittest", 406 "[SLAVE_BUILD]/src/out/Debug/bin/run_yuv_unittest",
407 "--blacklist-file", 407 "--blacklist-file",
408 "[SLAVE_BUILD]/src/out/bad_devices.json", 408 "[SLAVE_BUILD]/src/out/bad_devices.json",
409 "--verbose", 409 "--verbose",
410 "--adb-path", 410 "--adb-path",
411 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 411 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
412 ], 412 ],
413 "env": { 413 "env": {
414 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 414 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
415 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 415 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
512 "@@@STEP_LOG_END@python.inline@@@" 512 "@@@STEP_LOG_END@python.inline@@@"
513 ] 513 ]
514 }, 514 },
515 { 515 {
516 "name": "$result", 516 "name": "$result",
517 "recipe_result": null, 517 "recipe_result": null,
518 "status_code": 0 518 "status_code": 0
519 } 519 }
520 ] 520 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698