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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "~followup_annotations": [ 550 "~followup_annotations": [
551 "step returned non-zero exit code: 1", 551 "step returned non-zero exit code: 1",
552 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 552 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
553 "@@@STEP_FAILURE@@@" 553 "@@@STEP_FAILURE@@@"
554 ] 554 ]
555 }, 555 },
556 { 556 {
557 "cmd": [ 557 "cmd": [
558 "python", 558 "python",
559 "-u", 559 "-u",
560 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 560 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
561 "--input-gtest-json", 561 "--input-json",
562 "{\"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\"}]}]}", 562 "{\"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\"}]}]}",
563 "--master-name", 563 "--master-name",
564 "chromium.android", 564 "chromium.android",
565 "--builder-name", 565 "--builder-name",
566 "Lollipop Low-end Tester", 566 "Lollipop Low-end Tester",
567 "--build-number", 567 "--build-number",
568 "571", 568 "571",
569 "--test-type", 569 "--test-type",
570 "ChromePublicTest", 570 "ChromePublicTest",
571 "--test-results-server", 571 "--test-results-server",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "@@@STEP_LOG_END@python.inline@@@" 701 "@@@STEP_LOG_END@python.inline@@@"
702 ] 702 ]
703 }, 703 },
704 { 704 {
705 "name": "$result", 705 "name": "$result",
706 "reason": "1 tests failed: ['ChromePublicTest']", 706 "reason": "1 tests failed: ['ChromePublicTest']",
707 "recipe_result": null, 707 "recipe_result": null,
708 "status_code": 1 708 "status_code": 1
709 } 709 }
710 ] 710 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698