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

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

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "~followup_annotations": [ 607 "~followup_annotations": [
608 "step returned non-zero exit code: 1", 608 "step returned non-zero exit code: 1",
609 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 609 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
610 "@@@STEP_FAILURE@@@" 610 "@@@STEP_FAILURE@@@"
611 ] 611 ]
612 }, 612 },
613 { 613 {
614 "cmd": [ 614 "cmd": [
615 "python", 615 "python",
616 "-u", 616 "-u",
617 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 617 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
618 "--input-gtest-json", 618 "--input-json",
619 "{\"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\"}]}]}", 619 "{\"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\"}]}]}",
620 "--master-name", 620 "--master-name",
621 "chromium.linux", 621 "chromium.linux",
622 "--builder-name", 622 "--builder-name",
623 "Android Tests", 623 "Android Tests",
624 "--build-number", 624 "--build-number",
625 "571", 625 "571",
626 "--test-type", 626 "--test-type",
627 "blimp_test_apk", 627 "blimp_test_apk",
628 "--test-results-server", 628 "--test-results-server",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 "@@@STEP_LOG_END@python.inline@@@" 758 "@@@STEP_LOG_END@python.inline@@@"
759 ] 759 ]
760 }, 760 },
761 { 761 {
762 "name": "$result", 762 "name": "$result",
763 "reason": "1 tests failed: ['blimp_test_apk']", 763 "reason": "1 tests failed: ['blimp_test_apk']",
764 "recipe_result": null, 764 "recipe_result": null,
765 "status_code": 1 765 "status_code": 1
766 } 766 }
767 ] 767 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698