OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "timestamp": 2635200.0, | |
4 "verification": "presubmit", | |
5 "owner": "bar@chromium.org", | |
6 "patchset": 1, | |
7 "issue": 1234567, | |
8 "payload": { | |
9 "duration": 13.9, | |
10 "timed_out": false, | |
11 "result": 0, | |
12 "output": "Running presubmit commit checks ...\n\n** Presubmit Messages **
\nIt looks like you have not configured your subversion config file or it is not
up-to-date. Please look at http://dev.chromium.org/developers/coding-style to c
onfigure your subversion configuration file. This enables automatic properties t
o simplify the project maintenance.\n\nPresubmit checks passed.\n" | |
13 } | |
14 }, | |
15 { | |
16 "timestamp": 1.0, | |
17 "verification": "try server", | |
18 "owner": "joe@chromium.org", | |
19 "patchset": 1, | |
20 "issue": 7654321, | |
21 "payload": { | |
22 "builder": "Windows", | |
23 "revision": 23, | |
24 "clobber": true, | |
25 "job_name": "Tryin' hard", | |
26 "url": "http://example.com/a/random/url/win" | |
27 } | |
28 }, | |
29 { | |
30 "timestamp": 2.0, | |
31 "verification": "try server", | |
32 "owner": "joe@chromium.org", | |
33 "patchset": 1, | |
34 "issue": 7654321, | |
35 "payload": { | |
36 "builder": "Mac", | |
37 "revision": 23, | |
38 "job_name": "Tryin' hard", | |
39 "url": "http://example.com/a/random/url/mac" | |
40 } | |
41 }, | |
42 { | |
43 "timestamp": 3.0, | |
44 "verification": "try server", | |
45 "owner": "joe@chromium.org", | |
46 "patchset": 1, | |
47 "issue": 7654321, | |
48 "payload": { | |
49 "builder": "Linux", | |
50 "revision": 23, | |
51 "build": 0, | |
52 "job_name": "Tryin' hard", | |
53 "url": "http://example.com/a/random/url/lin" | |
54 } | |
55 }, | |
56 { | |
57 "timestamp": 4.0, | |
58 "verification": "try server", | |
59 "owner": "joe@chromium.org", | |
60 "patchset": 1, | |
61 "issue": 7654321, | |
62 "payload": { | |
63 "build": 2000, | |
64 "builder": "Mac", | |
65 "duration": 50.0, | |
66 "revision": 23, | |
67 "result": 3, | |
68 "job_name": "Tryin' hard", | |
69 "url": "http://example.com/a/random/url/mac" | |
70 } | |
71 }, | |
72 { | |
73 "timestamp": 2635150.0, | |
74 "verification": "non_existent", | |
75 "owner": "bar@chromium.org", | |
76 "patchset": 1, | |
77 "issue": 1234567, | |
78 "payload": { | |
79 "foo": "bar - should be ignored" | |
80 } | |
81 }, | |
82 { | |
83 "timestamp": 2635151.0, | |
84 "verification": "presubmit", | |
85 "owner": "bar@chromium.org", | |
86 "patchset": 1, | |
87 "issue": 1234567, | |
88 "payload": { | |
89 "duration": 90.0, | |
90 "result": 42, | |
91 "timed_out": true, | |
92 "output": "THIS ITEM MUST BE DISCARDED\nbecause first item." | |
93 } | |
94 }, | |
95 { | |
96 "timestamp": 2635205.0, | |
97 "owner": "bar@chromium.org", | |
98 "patchset": 1, | |
99 "issue": 1234567, | |
100 "verification": "why not", | |
101 "payload": { | |
102 "output": "Waiting for something" | |
103 } | |
104 }, | |
105 { | |
106 "timestamp": 2635210.0, | |
107 "owner": "bar@chromium.org", | |
108 "patchset": 1, | |
109 "issue": 1234567, | |
110 "verification": "why not", | |
111 "payload": { | |
112 "output": "" | |
113 } | |
114 }, | |
115 { | |
116 "timestamp": 2635210.0, | |
117 "owner": "bar@chromium.org", | |
118 "patchset": 1, | |
119 "issue": 1234567, | |
120 "verification": "commit", | |
121 "payload": { | |
122 "output": "Committed: http://src.chromium.org/viewvc/chrome?view=rev&revis
ion=FAKE", | |
123 "url": "http://example.com/r123", | |
124 "revision": 123 | |
125 } | |
126 }, | |
127 { | |
128 "timestamp": 2332800.0, | |
129 "verification": "presubmit", | |
130 "owner": "bar@chromium.org", | |
131 "patchset": 9, | |
132 "issue": 1000000, | |
133 "payload": { | |
134 "duration": 1.2, | |
135 "output": "Running\npresubmit\ncommit\nchecks\n...\n\n** Presubmit Message
s **\nIt\nlooks\nlike\nyou\nhave\nissues.\n\nPresubmit checks passed.\n" | |
136 } | |
137 } | |
138 ] | |
OLD | NEW |