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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 "~followup_annotations": [ | 572 "~followup_annotations": [ |
573 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 573 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
574 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@", | 574 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@", |
575 "@@@STEP_LOG_END@result_details@@@" | 575 "@@@STEP_LOG_END@result_details@@@" |
576 ] | 576 ] |
577 }, | 577 }, |
578 { | 578 { |
579 "cmd": [ | 579 "cmd": [ |
580 "python", | 580 "python", |
581 "-u", | 581 "-u", |
582 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 582 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", |
583 "--input-gtest-json", | 583 "--input-json", |
584 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", | 584 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", |
585 "--master-name", | 585 "--master-name", |
586 "chromium.android", | 586 "chromium.android", |
587 "--builder-name", | 587 "--builder-name", |
588 "Lollipop Low-end Tester", | 588 "Lollipop Low-end Tester", |
589 "--build-number", | 589 "--build-number", |
590 "571", | 590 "571", |
591 "--test-type", | 591 "--test-type", |
592 "ChromePublicTest", | 592 "ChromePublicTest", |
593 "--test-results-server", | 593 "--test-results-server", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 "@@@STEP_LOG_END@python.inline@@@" | 723 "@@@STEP_LOG_END@python.inline@@@" |
724 ] | 724 ] |
725 }, | 725 }, |
726 { | 726 { |
727 "name": "$result", | 727 "name": "$result", |
728 "reason": "1 tests failed: ['ChromePublicTest']", | 728 "reason": "1 tests failed: ['ChromePublicTest']", |
729 "recipe_result": null, | 729 "recipe_result": null, |
730 "status_code": 1 | 730 "status_code": 1 |
731 } | 731 } |
732 ] | 732 ] |
OLD | NEW |