| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "cmd": [], | 235 "cmd": [], |
| 236 "name": "fix_device_file_format" | 236 "name": "fix_device_file_format" |
| 237 }, | 237 }, |
| 238 { | 238 { |
| 239 "cmd": [ | 239 "cmd": [ |
| 240 "python", | 240 "python", |
| 241 "-u", | 241 "-u", |
| 242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 243 "[CACHE]/known_android_devices", | 243 "[BUILD]/site_config/.known_devices", |
| 244 "/path/to/tmp/" | 244 "/path/to/tmp/" |
| 245 ], | 245 ], |
| 246 "name": "fix_device_file_format.read_device_file", | 246 "name": "fix_device_file_format.read_device_file", |
| 247 "~followup_annotations": [ | 247 "~followup_annotations": [ |
| 248 "@@@STEP_NEST_LEVEL@1@@@", | 248 "@@@STEP_NEST_LEVEL@1@@@", |
| 249 "@@@STEP_TEXT@file format is compatible@@@" | 249 "@@@STEP_TEXT@file format is compatible@@@" |
| 250 ] | 250 ] |
| 251 }, | 251 }, |
| 252 { | 252 { |
| 253 "cmd": [ | 253 "cmd": [ |
| 254 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 254 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 255 "--adb-path", | 255 "--adb-path", |
| 256 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 256 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 257 "--blacklist-file", | 257 "--blacklist-file", |
| 258 "[SLAVE_BUILD]/src/out/bad_devices.json", | 258 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 259 "--json-output", | 259 "--json-output", |
| 260 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
| 261 "--known-devices-file", | 261 "--known-devices-file", |
| 262 "[CACHE]/known_android_devices" | 262 "[BUILD]/site_config/.known_devices" |
| 263 ], | 263 ], |
| 264 "env": { | 264 "env": { |
| 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 267 }, | 267 }, |
| 268 "name": "device_status_check", | 268 "name": "device_status_check", |
| 269 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 270 "@@@STEP_TEXT@Online devices: 1@@@", | 270 "@@@STEP_TEXT@Online devices: 1@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@[@@@", | 271 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ {@@@", | 272 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 743 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 744 "@@@STEP_LOG_END@python.inline@@@" | 744 "@@@STEP_LOG_END@python.inline@@@" |
| 745 ] | 745 ] |
| 746 }, | 746 }, |
| 747 { | 747 { |
| 748 "name": "$result", | 748 "name": "$result", |
| 749 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 749 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
| 750 "status_code": 1 | 750 "status_code": 1 |
| 751 } | 751 } |
| 752 ] | 752 ] |
| OLD | NEW |