| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_arm64_rel", | 10 "android_arm64_rel", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 }, | 251 }, |
| 252 { | 252 { |
| 253 "cmd": [], | 253 "cmd": [], |
| 254 "name": "fix_device_file_format" | 254 "name": "fix_device_file_format" |
| 255 }, | 255 }, |
| 256 { | 256 { |
| 257 "cmd": [ | 257 "cmd": [ |
| 258 "python", | 258 "python", |
| 259 "-u", | 259 "-u", |
| 260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 261 "[CACHE]/known_android_devices", | 261 "[BUILD]/site_config/.known_devices", |
| 262 "/path/to/tmp/" | 262 "/path/to/tmp/" |
| 263 ], | 263 ], |
| 264 "name": "fix_device_file_format.read_device_file", | 264 "name": "fix_device_file_format.read_device_file", |
| 265 "~followup_annotations": [ | 265 "~followup_annotations": [ |
| 266 "@@@STEP_NEST_LEVEL@1@@@", | 266 "@@@STEP_NEST_LEVEL@1@@@", |
| 267 "@@@STEP_TEXT@file format is compatible@@@" | 267 "@@@STEP_TEXT@file format is compatible@@@" |
| 268 ] | 268 ] |
| 269 }, | 269 }, |
| 270 { | 270 { |
| 271 "cmd": [ | 271 "cmd": [ |
| 272 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 272 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 273 "--adb-path", | 273 "--adb-path", |
| 274 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 274 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 275 "--blacklist-file", | 275 "--blacklist-file", |
| 276 "[SLAVE_BUILD]/src/out/bad_devices.json", | 276 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 277 "--json-output", | 277 "--json-output", |
| 278 "/path/to/tmp/json", | 278 "/path/to/tmp/json", |
| 279 "--known-devices-file", | 279 "--known-devices-file", |
| 280 "[CACHE]/known_android_devices" | 280 "[BUILD]/site_config/.known_devices" |
| 281 ], | 281 ], |
| 282 "env": { | 282 "env": { |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 284 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 284 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 285 }, | 285 }, |
| 286 "name": "device_status_check", | 286 "name": "device_status_check", |
| 287 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 288 "@@@STEP_TEXT@Online devices: 1@@@", | 288 "@@@STEP_TEXT@Online devices: 1@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@[@@@", | 289 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ {@@@", | 290 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 742 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 743 "@@@STEP_LOG_END@python.inline@@@" | 743 "@@@STEP_LOG_END@python.inline@@@" |
| 744 ] | 744 ] |
| 745 }, | 745 }, |
| 746 { | 746 { |
| 747 "name": "$result", | 747 "name": "$result", |
| 748 "recipe_result": null, | 748 "recipe_result": null, |
| 749 "status_code": 0 | 749 "status_code": 0 |
| 750 } | 750 } |
| 751 ] | 751 ] |
| OLD | NEW |