| 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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_nexus6_perf_bisect", | 10 "android_nexus6_perf_bisect", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "cmd": [], | 195 "cmd": [], |
| 196 "name": "fix_device_file_format" | 196 "name": "fix_device_file_format" |
| 197 }, | 197 }, |
| 198 { | 198 { |
| 199 "cmd": [ | 199 "cmd": [ |
| 200 "python", | 200 "python", |
| 201 "-u", | 201 "-u", |
| 202 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 202 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 203 "[CACHE]/known_android_devices", | 203 "[BUILD]/site_config/.known_devices", |
| 204 "/path/to/tmp/" | 204 "/path/to/tmp/" |
| 205 ], | 205 ], |
| 206 "name": "fix_device_file_format.read_device_file", | 206 "name": "fix_device_file_format.read_device_file", |
| 207 "~followup_annotations": [ | 207 "~followup_annotations": [ |
| 208 "@@@STEP_NEST_LEVEL@1@@@", | 208 "@@@STEP_NEST_LEVEL@1@@@", |
| 209 "@@@STEP_TEXT@file format is compatible@@@" | 209 "@@@STEP_TEXT@file format is compatible@@@" |
| 210 ] | 210 ] |
| 211 }, | 211 }, |
| 212 { | 212 { |
| 213 "cmd": [ | 213 "cmd": [ |
| 214 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 214 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 215 "--adb-path", | 215 "--adb-path", |
| 216 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 216 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 217 "--blacklist-file", | 217 "--blacklist-file", |
| 218 "[SLAVE_BUILD]/src/out/bad_devices.json", | 218 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 219 "--json-output", | 219 "--json-output", |
| 220 "/path/to/tmp/json", | 220 "/path/to/tmp/json", |
| 221 "--known-devices-file", | 221 "--known-devices-file", |
| 222 "[CACHE]/known_android_devices" | 222 "[BUILD]/site_config/.known_devices" |
| 223 ], | 223 ], |
| 224 "env": { | 224 "env": { |
| 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 226 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 226 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 227 }, | 227 }, |
| 228 "name": "device_status_check", | 228 "name": "device_status_check", |
| 229 "~followup_annotations": [ | 229 "~followup_annotations": [ |
| 230 "@@@STEP_TEXT@Online devices: 1@@@", | 230 "@@@STEP_TEXT@Online devices: 1@@@", |
| 231 "@@@STEP_LOG_LINE@json.output@[@@@", | 231 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ {@@@", | 232 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 634 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 635 "@@@STEP_LOG_END@python.inline@@@" | 635 "@@@STEP_LOG_END@python.inline@@@" |
| 636 ] | 636 ] |
| 637 }, | 637 }, |
| 638 { | 638 { |
| 639 "name": "$result", | 639 "name": "$result", |
| 640 "recipe_result": null, | 640 "recipe_result": null, |
| 641 "status_code": 0 | 641 "status_code": 0 |
| 642 } | 642 } |
| 643 ] | 643 ] |
| OLD | NEW |