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

Side by Side Diff: appengine/findit/waterfall/test/data/m_b_223.json

Issue 1886673002: [Findit] Differentiate compile failures and test failures. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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
1 { 1 {
2 "properties": [ 2 "properties": [
3 [ 3 [
4 "got_revision", 4 "got_revision",
5 "64c72819e898e952103b63eabc12772f9640af07", 5 "64c72819e898e952103b63eabc12772f9640af07",
6 "Change" 6 "Change"
7 ] 7 ]
8 ], 8 ],
9 "results": 2, 9 "results": 2,
10 "sourceStamp": { 10 "sourceStamp": {
11 "changes": [ 11 "changes": [
12 { 12 {
13 "revision": "64c72819e898e952103b63eabc12772f9640af07" 13 "revision": "64c72819e898e952103b63eabc12772f9640af07"
14 } 14 }
15 ] 15 ]
16 }, 16 },
17 "steps": [ 17 "steps": [
18 { 18 {
19 "isFinished": true, 19 "isFinished": true,
20 "name": "compile", 20 "name": "compile"
21 "results": [
22 2,
23 [
24 "failed",
25 "compile"
26 ]
27 ]
28 }, 21 },
29 { 22 {
30 "isFinished": true, 23 "isFinished": true,
31 "name": "abc_test", 24 "name": "abc_test",
32 "results": [ 25 "results": [
33 2, 26 2,
34 [ 27 [
35 "failed", 28 "failed",
36 "abc_test" 29 "abc_test"
37 ] 30 ]
38 ] 31 ]
39 } 32 }
40 ], 33 ],
41 "times": [ 34 "times": [
42 1420233837.563434, 35 1420233837.563434,
43 1420235143.579917 36 1420235143.579917
44 ] 37 ]
45 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698