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

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

Issue 838003004: [Findit] Add three sub-pipelines to analyze build failure. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: . Created 5 years, 11 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 "git_revision", 4 "got_revision",
5 "some_git_hash", 5 "some_git_hash",
6 "Change" 6 "Change"
7 ] 7 ]
8 ], 8 ],
9 "results": null, 9 "results": null,
10 "sourceStamp": { 10 "sourceStamp": {
11 "changes": [ 11 "changes": [
12 { 12 {
13 "revision": "some_git_hash" 13 "revision": "some_git_hash"
14 } 14 }
15 ] 15 ]
16 }, 16 },
17 "steps": [ 17 "steps": [
18 { 18 {
19 "isFinished": true, 19 "isFinished": true,
20 "name": "a", 20 "name": "a",
21 "results": [ 21 "results": [
22 2, 22 2,
23 [ 23 [
24 "failed", 24 "failed",
25 "a" 25 "a"
26 ] 26 ]
27 ] 27 ]
28 },
29 {
30 "isStarted": true,
31 "name": "b"
28 } 32 }
29 ], 33 ],
30 "times": [ 34 "times": [
31 1420233837.563434, 35 1420233837.563434,
32 1420235143.579917 36 null
33 ] 37 ]
34 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698