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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_rel.json

Issue 2426583002: libyuv: Switch {client,tryserver}.libyuv to GN (Closed)
Patch Set: Fix recipe errors 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 410 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
411 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 411 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
412 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 412 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
413 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 413 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
414 ] 414 ]
415 }, 415 },
416 { 416 {
417 "cmd": [ 417 "cmd": [
418 "python", 418 "python",
419 "-u", 419 "-u",
420 "[SLAVE_BUILD]/src/out/Release/bin/run_yuv_unittest", 420 "[SLAVE_BUILD]/src/out/Release/bin/run_libyuv_unittest",
421 "--blacklist-file", 421 "--blacklist-file",
422 "[SLAVE_BUILD]/src/out/bad_devices.json", 422 "[SLAVE_BUILD]/src/out/bad_devices.json",
423 "--verbose", 423 "--verbose",
424 "--adb-path", 424 "--adb-path",
425 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 425 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
426 ], 426 ],
427 "env": { 427 "env": {
428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
429 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 429 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
430 }, 430 },
431 "name": "yuv_unittest" 431 "name": "libyuv_unittest"
432 }, 432 },
433 { 433 {
434 "cmd": [ 434 "cmd": [
435 "python", 435 "python",
436 "-u", 436 "-u",
437 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 437 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
438 "--action", 438 "--action",
439 "stop", 439 "stop",
440 "--pid-file-path", 440 "--pid-file-path",
441 "/tmp/device_monitor.pid" 441 "/tmp/device_monitor.pid"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 525 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
526 "@@@STEP_LOG_END@python.inline@@@" 526 "@@@STEP_LOG_END@python.inline@@@"
527 ] 527 ]
528 }, 528 },
529 { 529 {
530 "name": "$result", 530 "name": "$result",
531 "recipe_result": null, 531 "recipe_result": null,
532 "status_code": 0 532 "status_code": 0
533 } 533 }
534 ] 534 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698