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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 "[GOMA_CACHE]", | 322 "[GOMA_CACHE]", |
323 "--build-tool", | 323 "--build-tool", |
324 "ninja", | 324 "ninja", |
325 "--compiler", | 325 "--compiler", |
326 "goma", | 326 "goma", |
327 "--goma-jsonstatus", | 327 "--goma-jsonstatus", |
328 "/path/to/tmp/json", | 328 "/path/to/tmp/json", |
329 "--goma-dir", | 329 "--goma-dir", |
330 "[SLAVE_BUILD]/src/build/goma/client", | 330 "[SLAVE_BUILD]/src/build/goma/client", |
331 "--", | 331 "--", |
332 "base_unittests_apk", | 332 "base_unittests_apk" |
333 "bin/run_base_unittests" | |
334 ], | 333 ], |
335 "cwd": "[SLAVE_BUILD]", | 334 "cwd": "[SLAVE_BUILD]", |
336 "env": { | 335 "env": { |
337 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 336 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
338 }, | 337 }, |
339 "name": "compile", | 338 "name": "compile", |
340 "~followup_annotations": [ | 339 "~followup_annotations": [ |
341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
342 "@@@STEP_LOG_END@json.output (invalid)@@@" | 341 "@@@STEP_LOG_END@json.output (invalid)@@@" |
343 ] | 342 ] |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 "cwd": "[SLAVE_BUILD]", | 398 "cwd": "[SLAVE_BUILD]", |
400 "env": { | 399 "env": { |
401 "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" |
402 }, | 401 }, |
403 "name": "provision_devices" | 402 "name": "provision_devices" |
404 }, | 403 }, |
405 { | 404 { |
406 "cmd": [ | 405 "cmd": [ |
407 "python", | 406 "python", |
408 "-u", | 407 "-u", |
409 "[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", |
410 "--isolate-file-path=src/base/base_unittests.isolate", | 412 "--isolate-file-path=src/base/base_unittests.isolate", |
411 "--blacklist-file", | 413 "--blacklist-file", |
412 "[SLAVE_BUILD]/src/out/bad_devices.json", | 414 "[SLAVE_BUILD]/src/out/bad_devices.json", |
413 "--verbose", | 415 "--verbose", |
| 416 "--release", |
414 "--flakiness-dashboard-server=test-results.appspot.com", | 417 "--flakiness-dashboard-server=test-results.appspot.com", |
415 "--json-results-file", | 418 "--json-results-file", |
416 "/path/to/tmp/json" | 419 "/path/to/tmp/json" |
417 ], | 420 ], |
418 "cwd": "[SLAVE_BUILD]", | 421 "cwd": "[SLAVE_BUILD]", |
419 "env": { | 422 "env": { |
| 423 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
420 "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" |
421 }, | 425 }, |
422 "name": "base_unittests" | 426 "name": "base_unittests" |
423 }, | 427 }, |
424 { | 428 { |
425 "cmd": [ | 429 "cmd": [ |
426 "python", | 430 "python", |
427 "-u", | 431 "-u", |
428 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 432 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
429 "--output-path", | 433 "--output-path", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 521 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
518 "@@@STEP_LOG_END@python.inline@@@" | 522 "@@@STEP_LOG_END@python.inline@@@" |
519 ] | 523 ] |
520 }, | 524 }, |
521 { | 525 { |
522 "name": "$result", | 526 "name": "$result", |
523 "recipe_result": null, | 527 "recipe_result": null, |
524 "status_code": 0 | 528 "status_code": 0 |
525 } | 529 } |
526 ] | 530 ] |
OLD | NEW |