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

Side by Side Diff: milo/buildsource/swarming/expectations/build-exception.json

Issue 2975023002: [milo] remove linkBase and calculate links directly. (Closed)
Patch Set: common url base Created 3 years, 5 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 "Summary": { 2 "Summary": {
3 "Label": "2d8d62f6be545b10", 3 "Label": "2d8d62f6be545b10",
4 "Status": "Failure", 4 "Status": "Failure",
5 "Source": { 5 "Source": {
6 "Label": "Task 2d8d62f6be545b10", 6 "Label": "Task 2d8d62f6be545b10",
7 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u0026 wide_logs=true" 7 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u0026 wide_logs=true"
8 }, 8 },
9 "MainLink": [ 9 "MainLink": [
10 { 10 {
11 "Label": "Task 2d8d62f6be545b10", 11 "Label": "Task 2d8d62f6be545b10",
12 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u00 26wide_logs=true" 12 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u00 26wide_logs=true"
13 } 13 }
14 ], 14 ],
15 "SubLink": [ 15 "SubLink": [
16 [ 16 [
17 { 17 {
18 "Label": "stdout", 18 "Label": "stdout",
19 "URL": "foo/stdout" 19 "URL": "/swarming/task/build-exception/stdout"
20 } 20 }
21 ] 21 ]
22 ], 22 ],
23 "Started": "2016-03-14T10:00:01.85071Z", 23 "Started": "2016-03-14T10:00:01.85071Z",
24 "Finished": "2016-03-14T11:00:18.48602Z", 24 "Finished": "2016-03-14T11:00:18.48602Z",
25 "Duration": 3616635310000, 25 "Duration": 3616635310000,
26 "Type": "Recipe", 26 "Type": "Recipe",
27 "LevelsDeep": 0, 27 "LevelsDeep": 0,
28 "Verbosity": 2, 28 "Verbosity": 2,
29 "Text": [ 29 "Text": [
30 "InfraFailure bot_update", 30 "InfraFailure bot_update",
31 "InfraFailure Uncaught Exception" 31 "InfraFailure Uncaught Exception"
32 ] 32 ]
33 }, 33 },
34 "SourceStamp": null, 34 "SourceStamp": null,
35 "Components": [ 35 "Components": [
36 { 36 {
37 "Label": "recipe bootstrap", 37 "Label": "recipe bootstrap",
38 "Status": "Success", 38 "Status": "Success",
39 "MainLink": [ 39 "MainLink": [
40 { 40 {
41 "Label": "stdout", 41 "Label": "stdout",
42 "URL": "foo/steps/recipe_bootstrap/0/stdout" 42 "URL": "/swarming/task/build-exception/steps/recipe_bootstrap/0/stdout "
43 } 43 }
44 ], 44 ],
45 "Started": "2016-03-14T10:00:02Z", 45 "Started": "2016-03-14T10:00:02Z",
46 "Finished": "2016-03-14T10:00:09Z", 46 "Finished": "2016-03-14T10:00:09Z",
47 "Duration": 7000000000, 47 "Duration": 7000000000,
48 "Type": "Step", 48 "Type": "Step",
49 "LevelsDeep": 0, 49 "LevelsDeep": 0,
50 "Verbosity": 1, 50 "Verbosity": 1,
51 "Text": null 51 "Text": null
52 }, 52 },
53 { 53 {
54 "Label": "setup_build", 54 "Label": "setup_build",
55 "Status": "Success", 55 "Status": "Success",
56 "MainLink": [ 56 "MainLink": [
57 { 57 {
58 "Label": "stdout", 58 "Label": "stdout",
59 "URL": "foo/steps/setup_build/0/stdout" 59 "URL": "/swarming/task/build-exception/steps/setup_build/0/stdout"
60 } 60 }
61 ], 61 ],
62 "SubLink": [ 62 "SubLink": [
63 [ 63 [
64 { 64 {
65 "Label": "run_recipe", 65 "Label": "run_recipe",
66 "URL": "foo/steps/setup_build/0/logs/run_recipe/0" 66 "URL": "/swarming/task/build-exception/steps/setup_build/0/logs/run_ recipe/0"
67 } 67 }
68 ] 68 ]
69 ], 69 ],
70 "Started": "2016-03-14T10:00:03Z", 70 "Started": "2016-03-14T10:00:03Z",
71 "Finished": "2016-03-14T10:00:04Z", 71 "Finished": "2016-03-14T10:00:04Z",
72 "Duration": 1000000000, 72 "Duration": 1000000000,
73 "Type": "Step", 73 "Type": "Step",
74 "LevelsDeep": 0, 74 "LevelsDeep": 0,
75 "Verbosity": 1, 75 "Verbosity": 1,
76 "Text": [ 76 "Text": [
77 "running recipe: \"v8\"" 77 "running recipe: \"v8\""
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "Label": "bot_update", 81 "Label": "bot_update",
82 "Status": "InfraFailure", 82 "Status": "InfraFailure",
83 "MainLink": [ 83 "MainLink": [
84 { 84 {
85 "Label": "stdout", 85 "Label": "stdout",
86 "URL": "foo/steps/bot_update/0/stdout" 86 "URL": "/swarming/task/build-exception/steps/bot_update/0/stdout"
87 } 87 }
88 ], 88 ],
89 "SubLink": [ 89 "SubLink": [
90 [ 90 [
91 { 91 {
92 "Label": "json.output (invalid)", 92 "Label": "json.output (invalid)",
93 "URL": "foo/steps/bot_update/0/logs/json.output__invalid_/0" 93 "URL": "/swarming/task/build-exception/steps/bot_update/0/logs/json. output__invalid_/0"
94 } 94 }
95 ] 95 ]
96 ], 96 ],
97 "Started": "2016-03-14T10:00:05Z", 97 "Started": "2016-03-14T10:00:05Z",
98 "Finished": "2016-03-14T10:00:06Z", 98 "Finished": "2016-03-14T10:00:06Z",
99 "Duration": 1000000000, 99 "Duration": 1000000000,
100 "Type": "Step", 100 "Type": "Step",
101 "LevelsDeep": 0, 101 "LevelsDeep": 0,
102 "Verbosity": 2, 102 "Verbosity": 2,
103 "Text": null 103 "Text": null
104 }, 104 },
105 { 105 {
106 "Label": "Uncaught Exception", 106 "Label": "Uncaught Exception",
107 "Status": "InfraFailure", 107 "Status": "InfraFailure",
108 "MainLink": [ 108 "MainLink": [
109 { 109 {
110 "Label": "stdout", 110 "Label": "stdout",
111 "URL": "foo/steps/Uncaught_Exception/0/stdout" 111 "URL": "/swarming/task/build-exception/steps/Uncaught_Exception/0/stdo ut"
112 } 112 }
113 ], 113 ],
114 "SubLink": [ 114 "SubLink": [
115 [ 115 [
116 { 116 {
117 "Label": "exception", 117 "Label": "exception",
118 "URL": "foo/steps/Uncaught_Exception/0/logs/exception/0" 118 "URL": "/swarming/task/build-exception/steps/Uncaught_Exception/0/lo gs/exception/0"
119 } 119 }
120 ] 120 ]
121 ], 121 ],
122 "Started": "2016-03-14T10:00:07Z", 122 "Started": "2016-03-14T10:00:07Z",
123 "Finished": "2016-03-14T10:00:08Z", 123 "Finished": "2016-03-14T10:00:08Z",
124 "Duration": 1000000000, 124 "Duration": 1000000000,
125 "Type": "Step", 125 "Type": "Step",
126 "LevelsDeep": 0, 126 "LevelsDeep": 0,
127 "Verbosity": 2, 127 "Verbosity": 2,
128 "Text": null 128 "Text": null
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "Property": [ 171 "Property": [
172 { 172 {
173 "Key": "Exit Code", 173 "Key": "Exit Code",
174 "Value": "0" 174 "Value": "0"
175 } 175 }
176 ] 176 ]
177 } 177 }
178 ], 178 ],
179 "Blame": null 179 "Blame": null
180 } 180 }
OLDNEW
« no previous file with comments | « milo/buildsource/swarming/expectations/build-canceled.json ('k') | milo/buildsource/swarming/expectations/build-gerrit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698