| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "cwd": "[SLAVE_BUILD]", | 338 "cwd": "[SLAVE_BUILD]", |
| 339 "env": { | 339 "env": { |
| 340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 341 }, | 341 }, |
| 342 "name": "provision_devices" | 342 "name": "provision_devices" |
| 343 }, | 343 }, |
| 344 { | 344 { |
| 345 "cmd": [ | 345 "cmd": [ |
| 346 "python", | 346 "python", |
| 347 "-u", | 347 "-u", |
| 348 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", | 348 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 349 "gtest", |
| 350 "-s", |
| 351 "base_unittests", |
| 349 "--isolate-file-path=src/base/base_unittests.isolate", | 352 "--isolate-file-path=src/base/base_unittests.isolate", |
| 350 "--blacklist-file", | 353 "--blacklist-file", |
| 351 "[SLAVE_BUILD]/src/out/bad_devices.json", | 354 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 352 "--verbose", | 355 "--verbose", |
| 356 "--release", |
| 353 "--flakiness-dashboard-server=test-results.appspot.com", | 357 "--flakiness-dashboard-server=test-results.appspot.com", |
| 354 "--json-results-file", | 358 "--json-results-file", |
| 355 "/path/to/tmp/json" | 359 "/path/to/tmp/json" |
| 356 ], | 360 ], |
| 357 "cwd": "[SLAVE_BUILD]", | 361 "cwd": "[SLAVE_BUILD]", |
| 358 "env": { | 362 "env": { |
| 363 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 359 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 364 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 360 }, | 365 }, |
| 361 "name": "base_unittests" | 366 "name": "base_unittests" |
| 362 }, | 367 }, |
| 363 { | 368 { |
| 364 "cmd": [ | 369 "cmd": [ |
| 365 "python", | 370 "python", |
| 366 "-u", | 371 "-u", |
| 367 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 372 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 368 "--output-path", | 373 "--output-path", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 461 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 457 "@@@STEP_LOG_END@python.inline@@@" | 462 "@@@STEP_LOG_END@python.inline@@@" |
| 458 ] | 463 ] |
| 459 }, | 464 }, |
| 460 { | 465 { |
| 461 "name": "$result", | 466 "name": "$result", |
| 462 "recipe_result": null, | 467 "recipe_result": null, |
| 463 "status_code": 0 | 468 "status_code": 0 |
| 464 } | 469 } |
| 465 ] | 470 ] |
| OLD | NEW |