| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 "cmd": [], | 244 "cmd": [], |
| 245 "name": "fix_device_file_format" | 245 "name": "fix_device_file_format" |
| 246 }, | 246 }, |
| 247 { | 247 { |
| 248 "cmd": [ | 248 "cmd": [ |
| 249 "python", | 249 "python", |
| 250 "-u", | 250 "-u", |
| 251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 252 "[BUILD]/site_config/.known_devices", | 252 "[CACHE]/known_android_devices", |
| 253 "/path/to/tmp/" | 253 "/path/to/tmp/" |
| 254 ], | 254 ], |
| 255 "name": "fix_device_file_format.read_device_file", | 255 "name": "fix_device_file_format.read_device_file", |
| 256 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 257 "@@@STEP_NEST_LEVEL@1@@@", | 257 "@@@STEP_NEST_LEVEL@1@@@", |
| 258 "@@@STEP_TEXT@file format is compatible@@@" | 258 "@@@STEP_TEXT@file format is compatible@@@" |
| 259 ] | 259 ] |
| 260 }, | 260 }, |
| 261 { | 261 { |
| 262 "cmd": [ | 262 "cmd": [ |
| 263 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 263 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 264 "--adb-path", | 264 "--adb-path", |
| 265 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 265 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 266 "--blacklist-file", | 266 "--blacklist-file", |
| 267 "[SLAVE_BUILD]/src/out/bad_devices.json", | 267 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 268 "--json-output", | 268 "--json-output", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--known-devices-file", | 270 "--known-devices-file", |
| 271 "[BUILD]/site_config/.known_devices" | 271 "[CACHE]/known_android_devices" |
| 272 ], | 272 ], |
| 273 "env": { | 273 "env": { |
| 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 275 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 275 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 276 }, | 276 }, |
| 277 "name": "device_status_check", | 277 "name": "device_status_check", |
| 278 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 279 "@@@STEP_TEXT@Online devices: 1@@@", | 279 "@@@STEP_TEXT@Online devices: 1@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@[@@@", | 280 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ {@@@", | 281 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 776 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 777 "@@@STEP_LOG_END@python.inline@@@" | 777 "@@@STEP_LOG_END@python.inline@@@" |
| 778 ] | 778 ] |
| 779 }, | 779 }, |
| 780 { | 780 { |
| 781 "name": "$result", | 781 "name": "$result", |
| 782 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 782 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 783 "status_code": 1 | 783 "status_code": 1 |
| 784 } | 784 } |
| 785 ] | 785 ] |
| OLD | NEW |