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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 "cwd": "[SLAVE_BUILD]", | 398 "cwd": "[SLAVE_BUILD]", |
399 "env": { | 399 "env": { |
400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
401 }, | 401 }, |
402 "name": "provision_devices" | 402 "name": "provision_devices" |
403 }, | 403 }, |
404 { | 404 { |
405 "cmd": [ | 405 "cmd": [ |
406 "python", | 406 "python", |
407 "-u", | 407 "-u", |
408 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", | 408 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 409 "gtest", |
| 410 "-s", |
| 411 "base_unittests", |
409 "--isolate-file-path=src/base/base_unittests.isolate", | 412 "--isolate-file-path=src/base/base_unittests.isolate", |
410 "--blacklist-file", | 413 "--blacklist-file", |
411 "[SLAVE_BUILD]/src/out/bad_devices.json", | 414 "[SLAVE_BUILD]/src/out/bad_devices.json", |
412 "--verbose", | 415 "--verbose", |
| 416 "--release", |
413 "--flakiness-dashboard-server=test-results.appspot.com", | 417 "--flakiness-dashboard-server=test-results.appspot.com", |
414 "--json-results-file", | 418 "--json-results-file", |
415 "/path/to/tmp/json" | 419 "/path/to/tmp/json" |
416 ], | 420 ], |
417 "cwd": "[SLAVE_BUILD]", | 421 "cwd": "[SLAVE_BUILD]", |
418 "env": { | 422 "env": { |
| 423 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
419 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
420 }, | 425 }, |
421 "name": "base_unittests" | 426 "name": "base_unittests" |
422 }, | 427 }, |
423 { | 428 { |
424 "cmd": [ | 429 "cmd": [ |
425 "python", | 430 "python", |
426 "-u", | 431 "-u", |
427 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 432 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
428 "--output-path", | 433 "--output-path", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 521 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
517 "@@@STEP_LOG_END@python.inline@@@" | 522 "@@@STEP_LOG_END@python.inline@@@" |
518 ] | 523 ] |
519 }, | 524 }, |
520 { | 525 { |
521 "name": "$result", | 526 "name": "$result", |
522 "recipe_result": null, | 527 "recipe_result": null, |
523 "status_code": 0 | 528 "status_code": 0 |
524 } | 529 } |
525 ] | 530 ] |
OLD | NEW |