Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_test.json

Issue 2410613002: Change SwarmingIsolatedScriptTest to upload json format results (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "~followup_annotations": [ 629 "~followup_annotations": [
630 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 630 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
631 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@", 631 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@",
632 "@@@STEP_LOG_END@result_details@@@" 632 "@@@STEP_LOG_END@result_details@@@"
633 ] 633 ]
634 }, 634 },
635 { 635 {
636 "cmd": [ 636 "cmd": [
637 "python", 637 "python",
638 "-u", 638 "-u",
639 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 639 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
640 "--input-gtest-json", 640 "--input-json",
641 "{\"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\"}]}]}", 641 "{\"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\"}]}]}",
642 "--master-name", 642 "--master-name",
643 "chromium.linux", 643 "chromium.linux",
644 "--builder-name", 644 "--builder-name",
645 "Android Tests", 645 "Android Tests",
646 "--build-number", 646 "--build-number",
647 "571", 647 "571",
648 "--test-type", 648 "--test-type",
649 "blimp_test_apk", 649 "blimp_test_apk",
650 "--test-results-server", 650 "--test-results-server",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 "@@@STEP_LOG_END@python.inline@@@" 780 "@@@STEP_LOG_END@python.inline@@@"
781 ] 781 ]
782 }, 782 },
783 { 783 {
784 "name": "$result", 784 "name": "$result",
785 "reason": "1 tests failed: ['blimp_test_apk']", 785 "reason": "1 tests failed: ['blimp_test_apk']",
786 "recipe_result": null, 786 "recipe_result": null,
787 "status_code": 1 787 "status_code": 1
788 } 788 }
789 ] 789 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698