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