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

Side by Side Diff: appengine_apps/chromium_status/appengine_module/chromium_status/event_samples.txt

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
(Empty)
1 These are examples of StatusPush generated data.
2
3 onChangeAdded = {
4 u'started': u'2010-08-11 20:50:19.094756',
5 u'timestamp': u'2010-08-11 20:51:11.735387',
6 u'event': u'changeAdded',
7 u'project': u'Chromium',
8 u'version': 1,
9 u'payload_json': u'{
10 "change": {
11 "files": [
12 "chrome/browser/appcache/chrome_appcache_service.cc",
13 "chrome/browser/appcache/chrome_appcache_service.h",
14 (...)
15 ],
16 "who": "michaeln@chromium.org",
17 "when": 1281559871.732846,
18 "number": 534,
19 "comments": "Provide a profile.GetAppCacheService() ...",
20 "branch": "src",
21 "revlink": "http://src.chromium.org/viewvc/chrome?view=rev&revision=55773" ,
22 "revision": "55773"
23 }
24 }',
25 u'id': 2
26 }
27
28
29 onBuildFinished = {
30 u'started': u'2010-08-11 18:58:55.668549',
31 u'timestamp': u'2010-08-11 19:07:17.507269',
32 u'event': u'buildFinished',
33 u'project': u'Chromium Try Server',
34 u'version': 1,
35 u'payload_json': u' {
36 "build": {
37 "slave": "jega188",
38 "builderName": "linux",
39 "text": ["failed", "shell"],
40 "results": 2,
41 "number": 31,
42 "times": [1281553237.7719929, 1281553637.5062699],
43 "reason": "The web-page \'force build\' button was pressed by : ",
44 "steps": [
45 {
46 "name": "shell",
47 "isFinished": true,
48 "text": ["update scripts", "failed"],
49 "results": [2, ["shell"]],
50 "isStarted": true,
51 "times": [1281553237.7731969, 1281553239.118417],
52 "expectations": [["output", 1028, null]]},
53 {
54 "name": "gclient", "isFinished": true, "text": ["update", "r55762"],
55 "expectations": [["output", 373961, null]], "isStarted": true,
56 "times": [1281553239.1201389, 1281553516.140173]
57 },
58 (...)
59 {
60 "name": "base_unittests", "isFinished": true,
61 "text": [
62 "base_unittests", "6 flaky", "failed 2",
63 "<div class=\\"BuildResultInfo\\">", "<a href=\\"http://test-...",
64 "Flakiness dashboard", "</a>", "</div>"
65 ],
66 "results": [1, null], "isStarted": true,
67 "times": [1281553583.072479, 1281553637.5038481],
68 "expectations": [["output", 86839, null]]
69 }
70 ],
71 "requests": [
72 {
73 "submittedAt": 1281553237.7569211,
74 "builds": [31],
75 "builderName": "linux"
76 }
77 ],
78 "properties": [
79 ["blamelist", null, "Build"],
80 ["branch", null, "Build"],
81 ["buildername", "linux", "Build"],
82 ["buildnumber", 31, "Build"],
83 ["got_revision", "55762", "Source"],
84 ["gtest_filter", null, "Factory"],
85 ["revision", null, "Build"],
86 ["slavename", "jega188", "BuildSlave"]
87 ]
88 }
89 }',
90 u'id': 158
91 }
92
93
94 onStepFinished = {
95 u'started': u'2010-08-11 18:58:55.668549',
96 u'timestamp': u'2010-08-11 19:00:39.118508',
97 u'event': u'stepFinished',
98 u'project': u'Chromium Try Server',
99 u'version': 1,
100 u'payload_json': u'{
101 "step": {
102 "name": "shell",
103 "isFinished": true,
104 "text": ["update scripts", "failed"],
105 "results": [2, ["shell"]],
106 "isStarted": true,
107 "times": [1281553237.7731969, 1281553239.118417],
108 "expectations": [["output", 1028, null]]
109 },
110 "properties": [
111 ["blamelist", null, "Build"],
112 ["branch", null, "Build"],
113 ["buildername", "linux", "Build"],
114 ["buildnumber", 31, "Build"],
115 ["revision", null, "Build"],
116 ["slavename", "jega188", "BuildSlave"]
117 ]
118 }',
119 u'id': 149
120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698