| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 "~followup_annotations": [ | 391 "~followup_annotations": [ |
| 392 "step returned non-zero exit code: 1", | 392 "step returned non-zero exit code: 1", |
| 393 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 393 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 394 "@@@STEP_FAILURE@@@" | 394 "@@@STEP_FAILURE@@@" |
| 395 ] | 395 ] |
| 396 }, | 396 }, |
| 397 { | 397 { |
| 398 "cmd": [ | 398 "cmd": [ |
| 399 "python", | 399 "python", |
| 400 "-u", | 400 "-u", |
| 401 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 401 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", |
| 402 "--input-gtest-json", | 402 "--input-json", |
| 403 "{\"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\"}]}]}", | 403 "{\"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\"}]}]}", |
| 404 "--master-name", | 404 "--master-name", |
| 405 "chromium.linux", | 405 "chromium.linux", |
| 406 "--builder-name", | 406 "--builder-name", |
| 407 "Android Tests", | 407 "Android Tests", |
| 408 "--build-number", | 408 "--build-number", |
| 409 "571", | 409 "571", |
| 410 "--test-type", | 410 "--test-type", |
| 411 "base_junit_tests", | 411 "base_junit_tests", |
| 412 "--test-results-server", | 412 "--test-results-server", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 443 "@@@STEP_LOG_END@python.inline@@@" | 443 "@@@STEP_LOG_END@python.inline@@@" |
| 444 ] | 444 ] |
| 445 }, | 445 }, |
| 446 { | 446 { |
| 447 "name": "$result", | 447 "name": "$result", |
| 448 "reason": "1 tests failed: ['base_junit_tests']", | 448 "reason": "1 tests failed: ['base_junit_tests']", |
| 449 "recipe_result": null, | 449 "recipe_result": null, |
| 450 "status_code": 1 | 450 "status_code": 1 |
| 451 } | 451 } |
| 452 ] | 452 ] |
| OLD | NEW |