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

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

Issue 820113002: [Findit] Add a sub-pipeline to detect first-known failure. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address comments 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
(Empty)
1 {
2 "properties": [
3 [
4 "git_revision",
5 "some_git_hash",
6 "Change"
7 ]
8 ],
9 "results": null,
10 "sourceStamp": {
11 "changes": [
12 {
13 "revision": "some_git_hash"
14 }
15 ]
16 },
17 "steps": [
18 {
19 "isFinished": true,
20 "name": "a",
21 "results": [
22 2,
23 [
24 "failed",
25 "a"
26 ]
27 ]
28 }
29 ],
30 "times": [
31 1420233837.563434,
32 1420235143.579917
33 ]
34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698