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

Side by Side Diff: appengine/findit/waterfall/test/data/m_b_122.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 "5934404dc5392ab3ae2c82b52b366889fb858d91",
6 "Change"
7 ]
8 ],
9 "results": 2,
10 "sourceStamp": {
11 "changes": [
12 {
13 "revision": "5934404dc5392ab3ae2c82b52b366889fb858d91"
14 }
15 ]
16 },
17 "steps": [
18 {
19 "isFinished": true,
20 "name": "net_unittests"
21 },
22 {
23 "isFinished": true,
24 "name": "a_tests",
25 "results": [
26 2,
27 [
28 "failed",
29 "a_tests"
30 ]
31 ]
32 },
33 {
34 "isFinished": true,
35 "name": "unit_tests",
36 "results": [
37 2,
38 [
39 "failed",
40 "unit_tests"
41 ]
42 ]
43 }
44 ],
45 "times": [
46 1420231531.20521,
47 1420232694.746714
48 ]
49 }
OLDNEW
« no previous file with comments | « appengine/findit/waterfall/test/data/m_b_121.json ('k') | appengine/findit/waterfall/test/data/m_b_123.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698