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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 "--adb-path", | 243 "--adb-path", |
244 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 244 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
245 ], | 245 ], |
246 "env": { | 246 "env": { |
247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
249 }, | 249 }, |
250 "name": "authorize_adb_devices" | 250 "name": "authorize_adb_devices" |
251 }, | 251 }, |
252 { | 252 { |
253 "cmd": [], | |
254 "name": "fix_device_file_format" | |
255 }, | |
256 { | |
257 "cmd": [ | |
258 "python", | |
259 "-u", | |
260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
261 "[BUILD]/site_config/.known_devices", | |
262 "/path/to/tmp/" | |
263 ], | |
264 "name": "fix_device_file_format.read_device_file", | |
265 "~followup_annotations": [ | |
266 "@@@STEP_NEST_LEVEL@1@@@", | |
267 "@@@STEP_TEXT@file format is compatible@@@" | |
268 ] | |
269 }, | |
270 { | |
271 "cmd": [ | 253 "cmd": [ |
272 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 254 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
273 "--adb-path", | 255 "--adb-path", |
274 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 256 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
275 "--blacklist-file", | 257 "--blacklist-file", |
276 "[SLAVE_BUILD]/src/out/bad_devices.json", | 258 "[SLAVE_BUILD]/src/out/bad_devices.json", |
277 "--json-output", | 259 "--json-output", |
278 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
279 "--known-devices-file", | 261 "--known-devices-file", |
280 "[BUILD]/site_config/.known_devices" | 262 "[BUILD]/site_config/.known_devices" |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 724 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
743 "@@@STEP_LOG_END@python.inline@@@" | 725 "@@@STEP_LOG_END@python.inline@@@" |
744 ] | 726 ] |
745 }, | 727 }, |
746 { | 728 { |
747 "name": "$result", | 729 "name": "$result", |
748 "recipe_result": null, | 730 "recipe_result": null, |
749 "status_code": 0 | 731 "status_code": 0 |
750 } | 732 } |
751 ] | 733 ] |
OLD | NEW |