| OLD | NEW |
| 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 "--master", | 7 "--master", |
| 8 "chromium.android", | 8 "chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "Lollipop Phone Tester", | 10 "Lollipop Phone Tester", |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 "name": "spawn_device_monitor" | 530 "name": "spawn_device_monitor" |
| 531 }, | 531 }, |
| 532 { | 532 { |
| 533 "cmd": [ | 533 "cmd": [ |
| 534 "python", | 534 "python", |
| 535 "-u", | 535 "-u", |
| 536 "[SLAVE_BUILD]/src/out/Debug/bin/run_base_unittests", | 536 "[SLAVE_BUILD]/src/out/Debug/bin/run_base_unittests", |
| 537 "--blacklist-file", | 537 "--blacklist-file", |
| 538 "[SLAVE_BUILD]/src/out/bad_devices.json", | 538 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 539 "--verbose", | 539 "--verbose", |
| 540 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 541 "--json-results-file", | 540 "--json-results-file", |
| 542 "/path/to/tmp/json", | 541 "/path/to/tmp/json", |
| 543 "--adb-path", | 542 "--adb-path", |
| 544 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 543 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 545 ], | 544 ], |
| 546 "env": { | 545 "env": { |
| 547 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 546 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 548 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 547 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 549 }, | 548 }, |
| 550 "name": "base_unittests" | 549 "name": "base_unittests" |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 695 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 697 "@@@STEP_LOG_END@python.inline@@@" | 696 "@@@STEP_LOG_END@python.inline@@@" |
| 698 ] | 697 ] |
| 699 }, | 698 }, |
| 700 { | 699 { |
| 701 "name": "$result", | 700 "name": "$result", |
| 702 "recipe_result": null, | 701 "recipe_result": null, |
| 703 "status_code": 0 | 702 "status_code": 0 |
| 704 } | 703 } |
| 705 ] | 704 ] |
| OLD | NEW |