| 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 "~followup_annotations": [ | 635 "~followup_annotations": [ |
| 636 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 636 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 637 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@", | 637 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@", |
| 638 "@@@STEP_LOG_END@result_details@@@" | 638 "@@@STEP_LOG_END@result_details@@@" |
| 639 ] | 639 ] |
| 640 }, | 640 }, |
| 641 { | 641 { |
| 642 "cmd": [ | 642 "cmd": [ |
| 643 "python", | 643 "python", |
| 644 "-u", | 644 "-u", |
| 645 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 645 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", |
| 646 "--input-gtest-json", | 646 "--input-json", |
| 647 "{\"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\"}]}]}", | 647 "{\"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\"}]}]}", |
| 648 "--master-name", | 648 "--master-name", |
| 649 "chromium.linux", | 649 "chromium.linux", |
| 650 "--builder-name", | 650 "--builder-name", |
| 651 "Android Tests", | 651 "Android Tests", |
| 652 "--build-number", | 652 "--build-number", |
| 653 "571", | 653 "571", |
| 654 "--test-type", | 654 "--test-type", |
| 655 "ChromePublicTest", | 655 "ChromePublicTest", |
| 656 "--test-results-server", | 656 "--test-results-server", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 "@@@STEP_LOG_END@python.inline@@@" | 786 "@@@STEP_LOG_END@python.inline@@@" |
| 787 ] | 787 ] |
| 788 }, | 788 }, |
| 789 { | 789 { |
| 790 "name": "$result", | 790 "name": "$result", |
| 791 "reason": "1 tests failed: ['ChromePublicTest']", | 791 "reason": "1 tests failed: ['ChromePublicTest']", |
| 792 "recipe_result": null, | 792 "recipe_result": null, |
| 793 "status_code": 1 | 793 "status_code": 1 |
| 794 } | 794 } |
| 795 ] | 795 ] |
| OLD | NEW |