| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |