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

Side by Side Diff: appengine/chromium_cq_status/handlers/test/resources/patch_no_verifier_start.json

Issue 1877453003: Only try to compute running_all_jobs time if we know when try-job verifier started (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Added tests Created 4 years, 8 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
(Empty)
1 [
2 {
3 "timestamp": 10503,
4 "key": null,
5 "tags": [
6 "project=chromium",
7 "issue=123456789",
8 "owner=test@chromium.org",
9 "action=patch_stop",
10 "patchset=1"
11 ],
12 "fields": {
13 "project": "chromium",
14 "owner": "test@chromium.org",
15 "action": "patch_stop",
16 "patchset": 1,
17 "issue": 123456789
18 }
19 },
20
21
22
23
24 {
25 "timestamp": 10502,
26 "key": null,
27 "tags": [
28 "project=chromium",
29 "issue=123456789",
30 "owner=test@chromium.org",
31 "action=patch_failed",
32 "patchset=1"
33 ],
34 "fields": {
35 "project": "chromium",
36 "owner": "test@chromium.org",
37 "action": "patch_failed",
38 "reason": {
39 "verifier": "try job",
40 "fail_type": "failed_jobs",
41 "fail_details": [
42 {
43 "url": "http://build.chromium.org/p/tryserver.b/builders/test_suite_ b_2/builds/1012",
44 "master": "tryserver.b",
45 "builder": "test_suite_b_2"
46 }
47 ]
48 },
49 "patchset": 1,
50 "issue": 123456789
51 }
52 },
53
54
55
56
57 {
58 "timestamp": 10501,
59 "key": null,
60 "tags": [
61 "project=chromium",
62 "issue=123456789",
63 "owner=test@chromium.org",
64 "action=verifier_pass",
65 "patchset=1",
66 "verifier=try job"
67 ],
68 "fields": {
69 "project": "chromium",
70 "owner": "test@chromium.org",
71 "verifier": "try job",
72 "action": "verifier_fail",
73 "patchset": 1,
74 "issue": 123456789
75 }
76 },
77
78
79
80
81 {
82 "timestamp": 10010,
83 "key": null,
84 "tags": [
85 "project=chromium",
86 "issue=123456789",
87 "owner=test@chromium.org",
88 "action=verifier_jobs_update",
89 "patchset=1",
90 "verifier=try job"
91 ],
92 "fields": {
93 "jobs": {
94 "JOB_RUNNING": [
95 {
96 "tests": [
97 "defaulttests"
98 ],
99 "slave": "slave-a1",
100 "url": "http://build.chromium.org/p/tryserver.a/builders/test_su ite_a/builds/1000",
101 "timestamp": "1970-01-01 02:46:50.000000+00:00",
102 "master": "tryserver.a",
103 "builder": "test_suite_a",
104 "result": -1,
105 "buildnumber": 1000
106 },
107 {
108 "tests": [
109 "defaulttests"
110 ],
111 "slave": "slave-b1",
112 "url": "http://build.chromium.org/p/tryserver.b/builders/test_su ite_b_1/builds/1001",
113 "timestamp": "1970-01-01 02:46:50.000000+00:00",
114 "master": "tryserver.b",
115 "builder": "test_suite_b_1",
116 "result": -1,
117 "buildnumber": 1001
118 },
119 {
120 "tests": [
121 "defaulttests"
122 ],
123 "slave": "slave-b2",
124 "url": "http://build.chromium.org/p/tryserver.b/builders/test_su ite_b_2/builds/1002",
125 "timestamp": "1970-01-01 02:46:50.000000+00:00",
126 "master": "tryserver.b",
127 "builder": "test_suite_b_2",
128 "result": -1,
129 "buildnumber": 1002
130 }
131 ]
132 },
133 "project": "chromium",
134 "owner": "test@chromium.org",
135 "verifier": "try job",
136 "action": "verifier_jobs_update",
137 "patchset": 1,
138 "issue": 123456789
139 }
140 },
141
142
143
144
145 {
146 "timestamp": 10000,
147 "key": null,
148 "tags": [
149 "owner=test@chromium.org",
150 "issue=123456789",
151 "patchset=1",
152 "project=chromium",
153 "action=patch_start"
154 ],
155 "fields": {
156 "project": "chromium",
157 "owner": "test@chromium.org",
158 "reason": null,
159 "action": "patch_start",
160 "patchset": 1,
161 "issue": 123456789
162 }
163 }
164 ]
OLDNEW
« no previous file with comments | « appengine/chromium_cq_status/handlers/test/patch_summary_test.expected/PatchSummaryTest.test_no_verifier_start.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698