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

Side by Side Diff: scripts/slave/recipe_modules/test_results/example.expected/upload_and_degrade_to_warning.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[build::test_results]/resources/upload_gtest_test_results.py ", 6 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
7 "--input-gtest-json", 7 "--input-json",
8 "{\"disabled_tests\": [\"Disabled.Test\"], \"per_iteration_data\": [{\"Ski pped.Test\": [{\"elapsed_time_ms\": 0, \"status\": \"SKIPPED\"}]}]}", 8 "{\"disabled_tests\": [\"Disabled.Test\"], \"per_iteration_data\": [{\"Ski pped.Test\": [{\"elapsed_time_ms\": 0, \"status\": \"SKIPPED\"}]}]}",
9 "--master-name", 9 "--master-name",
10 "example.master", 10 "example.master",
11 "--builder-name", 11 "--builder-name",
12 "ExampleBuilder", 12 "ExampleBuilder",
13 "--build-number", 13 "--build-number",
14 "123", 14 "123",
15 "--test-type", 15 "--test-type",
16 "example-test-type", 16 "example-test-type",
17 "--test-results-server", 17 "--test-results-server",
18 "localhost", 18 "localhost",
19 "--chrome-revision", 19 "--chrome-revision",
20 "2" 20 "2"
21 ], 21 ],
22 "name": "Upload to test-results [example-test-type]", 22 "name": "Upload to test-results [example-test-type]",
23 "~followup_annotations": [ 23 "~followup_annotations": [
24 "step returned non-zero exit code: 1", 24 "step returned non-zero exit code: 1",
25 "@@@STEP_WARNINGS@@@" 25 "@@@STEP_WARNINGS@@@"
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "name": "$result", 29 "name": "$result",
30 "recipe_result": null, 30 "recipe_result": null,
31 "status_code": 0 31 "status_code": 0
32 } 32 }
33 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698