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.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "android", | 10 "android", |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
174 }, | 174 }, |
175 "name": "compile", | 175 "name": "compile", |
176 "~followup_annotations": [ | 176 "~followup_annotations": [ |
177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
179 ] | 179 ] |
180 }, | 180 }, |
181 { | 181 { |
| 182 "cmd": [ |
| 183 "python", |
| 184 "-u", |
| 185 "[SLAVE_BUILD]/src/build/symlink.py", |
| 186 "-f", |
| 187 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 188 "~/adb" |
| 189 ], |
| 190 "name": "create adb symlink" |
| 191 }, |
| 192 { |
| 193 "cmd": [ |
| 194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 195 "--", |
| 196 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 197 "[SLAVE_BUILD]/src/out/logcat", |
| 198 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 199 ], |
| 200 "env": { |
| 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 202 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 203 }, |
| 204 "name": "spawn_logcat_monitor" |
| 205 }, |
| 206 { |
| 207 "cmd": [ |
| 208 "python", |
| 209 "-u", |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 211 "--verbose", |
| 212 "--adb-path", |
| 213 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 214 ], |
| 215 "env": { |
| 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 217 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 218 }, |
| 219 "name": "authorize_adb_devices" |
| 220 }, |
| 221 { |
| 222 "cmd": [ |
| 223 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 224 "--blacklist-file", |
| 225 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 226 "--known-devices-file", |
| 227 "[HOME]/.android/known_devices.json", |
| 228 "--adb-path", |
| 229 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 230 "-v" |
| 231 ], |
| 232 "env": { |
| 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 234 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 235 }, |
| 236 "name": "device_recovery" |
| 237 }, |
| 238 { |
| 239 "cmd": [ |
| 240 "python", |
| 241 "-u", |
| 242 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 243 "--adb-path", |
| 244 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 245 "--blacklist-file", |
| 246 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 247 "--output-device-blacklist", |
| 248 "/path/to/tmp/json", |
| 249 "-t", |
| 250 "Debug" |
| 251 ], |
| 252 "env": { |
| 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 254 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 255 }, |
| 256 "name": "provision_devices" |
| 257 }, |
| 258 { |
| 259 "cmd": [ |
| 260 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 261 "--json-output", |
| 262 "/path/to/tmp/json", |
| 263 "--blacklist-file", |
| 264 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 265 "--known-devices-file", |
| 266 "[HOME]/.android/known_devices.json", |
| 267 "--buildbot-path", |
| 268 "/home/chrome-bot/.adb_device_info", |
| 269 "--adb-path", |
| 270 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 271 "-v", |
| 272 "--overwrite-known-devices-files" |
| 273 ], |
| 274 "env": { |
| 275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 277 }, |
| 278 "name": "device_status", |
| 279 "~followup_annotations": [ |
| 280 "@@@STEP_TEXT@Online devices: 1@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": false, @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0
/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"ro.build.id\": \"LRX21O\", @@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"ro.build.product\": \"product_name\",
@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true, @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"offline\", @@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad4\", @@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": false@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"unauthorized\", @@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad5\", @@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true@@@", |
| 317 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 318 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 319 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 320 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 321 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad6\", @@@", |
| 322 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true@@@", |
| 323 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 325 "@@@STEP_LOG_END@json.output@@@", |
| 326 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@{@@@", |
| 327 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"adb_status\": \"device\
", @@@", |
| 328 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"battery\": {@@@", |
| 329 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"AC powered\": \"false
\", @@@", |
| 330 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"USB powered\": \"true
\", @@@", |
| 331 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"Wireless powered\": \
"false\", @@@", |
| 332 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"health\": \"2\", @@@"
, |
| 333 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"level\": \"100\", @@@
", |
| 334 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"present\": \"true\",
@@@", |
| 335 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"scale\": \"100\", @@@
", |
| 336 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"status\": \"5\", @@@"
, |
| 337 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"technology\": \"Li-io
n\", @@@", |
| 338 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"temperature\": \"249\
", @@@", |
| 339 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"voltage\": \"4286\"@@
@", |
| 340 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ }, @@@", |
| 341 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"blacklisted\": false, @
@@", |
| 342 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"build_detail\": \"googl
e/razor/flo:5.0/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 343 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"imei_slice\": \"Unknown
\", @@@", |
| 344 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"ro.build.id\": \"LRX21O
\", @@@", |
| 345 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"ro.build.product\": \"p
roduct_name\", @@@", |
| 346 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"serial\": \"07a00ca4\",
@@@", |
| 347 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"usb_status\": true, @@@
", |
| 348 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"wifi_ip\": \"\"@@@", |
| 349 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@}@@@", |
| 350 "@@@STEP_LOG_END@product_name LRX21O 07a00ca4@@@", |
| 351 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@{@@@", |
| 352 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"adb_status\": \"offline\",
@@@", |
| 353 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"blacklisted\": true, @@@", |
| 354 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"serial\": \"03e0363a003c6a
d4\", @@@", |
| 355 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"usb_status\": false@@@", |
| 356 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@}@@@", |
| 357 "@@@STEP_LOG_END@03e0363a003c6ad4: missing@@@", |
| 358 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@{@@@", |
| 359 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"adb_status
\": \"unauthorized\", @@@", |
| 360 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"blackliste
d\": true, @@@", |
| 361 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"serial\":
\"03e0363a003c6ad5\", @@@", |
| 362 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"usb_status
\": true@@@", |
| 363 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@}@@@", |
| 364 "@@@STEP_LOG_END@03e0363a003c6ad5: adb status unauthorized@@@", |
| 365 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@{@@@", |
| 366 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 367 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 368 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 369 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 370 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 371 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 372 ] |
| 373 }, |
| 374 { |
| 375 "cmd": [ |
| 376 "python", |
| 377 "-u", |
| 378 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 379 "--action", |
| 380 "restart", |
| 381 "--pid-file-path", |
| 382 "/tmp/device_monitor.pid", |
| 383 "--", |
| 384 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 385 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 386 "[\"07a00ca4\"]", |
| 387 "--blacklist-file", |
| 388 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 389 ], |
| 390 "name": "spawn_device_monitor" |
| 391 }, |
| 392 { |
| 393 "cmd": [ |
| 394 "python", |
| 395 "-u", |
| 396 "[SLAVE_BUILD]/src/out/Debug/bin/run_yuv_unittest", |
| 397 "--blacklist-file", |
| 398 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 399 "--verbose", |
| 400 "--adb-path", |
| 401 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 402 ], |
| 403 "env": { |
| 404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 405 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 406 }, |
| 407 "name": "yuv_unittest" |
| 408 }, |
| 409 { |
| 410 "cmd": [ |
| 411 "python", |
| 412 "-u", |
| 413 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 414 "--action", |
| 415 "stop", |
| 416 "--pid-file-path", |
| 417 "/tmp/device_monitor.pid" |
| 418 ], |
| 419 "name": "shutdown_device_monitor" |
| 420 }, |
| 421 { |
| 422 "cmd": [ |
| 423 "python", |
| 424 "-u", |
| 425 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 426 "--output-path", |
| 427 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 428 "[SLAVE_BUILD]/src/out/logcat" |
| 429 ], |
| 430 "name": "logcat_dump" |
| 431 }, |
| 432 { |
| 433 "cmd": [ |
| 434 "python", |
| 435 "-u", |
| 436 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 437 "--", |
| 438 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 439 "--force-version", |
| 440 "4.7", |
| 441 "-o", |
| 442 "GSUtil:parallel_composite_upload_threshold=50M", |
| 443 "----", |
| 444 "cp", |
| 445 "-a", |
| 446 "public-read", |
| 447 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 448 "gs://chromium-android/logcat_dumps/android/1337" |
| 449 ], |
| 450 "name": "gsutil upload", |
| 451 "~followup_annotations": [ |
| 452 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/android/1337@@@" |
| 453 ] |
| 454 }, |
| 455 { |
| 456 "cmd": [ |
| 457 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 458 "--arch", |
| 459 "arm", |
| 460 "--more-info", |
| 461 "[SLAVE_BUILD]/src/out/Debug/full_log" |
| 462 ], |
| 463 "env": { |
| 464 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 466 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 467 }, |
| 468 "name": "stack_tool_with_logcat_dump" |
| 469 }, |
| 470 { |
| 471 "cmd": [ |
| 472 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 473 "-a", |
| 474 "-s", |
| 475 "-w", |
| 476 "--adb-path", |
| 477 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 478 ], |
| 479 "env": { |
| 480 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 483 }, |
| 484 "name": "stack_tool_for_tombstones" |
| 485 }, |
| 486 { |
| 487 "cmd": [ |
| 488 "python", |
| 489 "-u", |
| 490 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", |
| 491 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log" |
| 492 ], |
| 493 "name": "test_report", |
| 494 "~followup_annotations": [ |
| 495 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 496 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 497 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 498 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 499 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 500 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 501 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 502 "@@@STEP_LOG_END@python.inline@@@" |
| 503 ] |
| 504 }, |
| 505 { |
182 "name": "$result", | 506 "name": "$result", |
183 "recipe_result": null, | 507 "recipe_result": null, |
184 "status_code": 0 | 508 "status_code": 0 |
185 } | 509 } |
186 ] | 510 ] |
OLD | NEW |