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

Side by Side Diff: milo/appengine/swarming/expectations/build-running-logdog.json

Issue 2695383002: milo: Enable Swarming LogDog log loading. (Closed)
Patch Set: Comments, fix links. Created 3 years, 10 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
« no previous file with comments | « milo/appengine/swarming/buildinfo_test.go ('k') | milo/appengine/swarming/html.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "Summary": {
3 "ParentLabel": null,
4 "Label": "2d8d62f6be545b10",
5 "Status": "Running",
6 "Banner": null,
7 "Bot": null,
8 "Source": {
9 "Label": "Task 2d8d62f6be545b10",
10 "URL": "https://example.com/user/task/2d8d62f6be545b10"
11 },
12 "MainLink": {
13 "Label": "Task 2d8d62f6be545b10",
14 "URL": "https://example.com/user/task/2d8d62f6be545b10"
15 },
16 "SubLink": [
17 {
18 "Label": "stdout",
19 "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fstdout"
20 }
21 ],
22 "Progress": null,
23 "Started": "2016-03-14T10:00:01.85071Z",
24 "Finished": "0001-01-01T00:00:00Z",
25 "Duration": 3598149290000,
26 "Type": "Recipe",
27 "LevelsDeep": 0,
28 "Verbosity": 0,
29 "Text": [
30 "Running bot_update"
31 ]
32 },
33 "SourceStamp": null,
34 "Components": [
35 {
36 "ParentLabel": null,
37 "Label": "recipe bootstrap",
38 "Status": "Success",
39 "Banner": null,
40 "Bot": null,
41 "Source": null,
42 "MainLink": {
43 "Label": "stdout",
44 "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps%2 Frecipe_bootstrap%2F0%2Fstdout"
45 },
46 "SubLink": null,
47 "Progress": null,
48 "Started": "2016-03-14T10:00:02Z",
49 "Finished": "2016-03-14T10:00:03Z",
50 "Duration": 1000000000,
51 "Type": "Step",
52 "LevelsDeep": 0,
53 "Verbosity": 1,
54 "Text": null
55 },
56 {
57 "ParentLabel": null,
58 "Label": "setup_build",
59 "Status": "Success",
60 "Banner": null,
61 "Bot": null,
62 "Source": null,
63 "MainLink": {
64 "Label": "stdout",
65 "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps%2 Fsetup_build%2F0%2Fstdout"
66 },
67 "SubLink": [
68 {
69 "Label": "run_recipe",
70 "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps %2Fsetup_build%2F0%2Flogs%2Frun_recipe%2F0"
71 }
72 ],
73 "Progress": null,
74 "Started": "2016-03-14T10:00:03Z",
75 "Finished": "2016-03-14T10:00:04Z",
76 "Duration": 1000000000,
77 "Type": "Step",
78 "LevelsDeep": 0,
79 "Verbosity": 1,
80 "Text": [
81 "running recipe: \"v8\""
82 ]
83 },
84 {
85 "ParentLabel": null,
86 "Label": "bot_update",
87 "Status": "Running",
88 "Banner": null,
89 "Bot": null,
90 "Source": null,
91 "MainLink": {
92 "Label": "stdout",
93 "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps%2 Fbot_update%2F0%2Fstdout"
94 },
95 "SubLink": null,
96 "Progress": null,
97 "Started": "2016-03-14T10:00:05Z",
98 "Finished": "0001-01-01T00:00:00Z",
99 "Duration": 3595000000000,
100 "Type": "Step",
101 "LevelsDeep": 0,
102 "Verbosity": 0,
103 "Text": null
104 }
105 ],
106 "PropertyGroup": [
107 {
108 "GroupName": "recipe bootstrap",
109 "Property": [
110 {
111 "Key": "path_config",
112 "Value": "kitchen"
113 },
114 {
115 "Key": "slavename",
116 "Value": "fakeslave"
117 },
118 {
119 "Key": "buildername",
120 "Value": "infra-continuous-precise-32"
121 },
122 {
123 "Key": "mastername",
124 "Value": "chromium.infra"
125 }
126 ]
127 },
128 {
129 "GroupName": "setup_build",
130 "Property": null
131 },
132 {
133 "GroupName": "bot_update",
134 "Property": null
135 },
136 {
137 "GroupName": "Main",
138 "Property": null
139 },
140 {
141 "GroupName": "Swarming Tags",
142 "Property": [
143 {
144 "Key": "allow_milo",
145 "Value": "1"
146 },
147 {
148 "Key": "luci_project",
149 "Value": "testproject"
150 },
151 {
152 "Key": "log_location",
153 "Value": "logdog://example.com/testproject/foo/bar/+/annotations"
154 }
155 ]
156 }
157 ],
158 "Blame": null
159 }
OLDNEW
« no previous file with comments | « milo/appengine/swarming/buildinfo_test.go ('k') | milo/appengine/swarming/html.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698