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

Side by Side Diff: appengine/findit/waterfall/test/data/m_b_123.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: Add appengine/findit/model/test/base_model_test.py 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 "64c72819e898e952103b63eabc12772f9640af07",
6 "Change"
7 ]
8 ],
9 "results": 2,
10 "sourceStamp": {
11 "changes": [
12 {
13 "revision": "64c72819e898e952103b63eabc12772f9640af07"
14 }
15 ]
16 },
17 "steps": [
18 {
19 "isFinished": true,
20 "name": "net_unittests",
21 "results": [
22 2,
23 [
24 "failed",
25 "net_tests"
26 ]
27 ]
28 },
29 {
30 "isFinished": true,
31 "name": "unit_tests",
32 "results": [
33 2,
34 [
35 "failed",
36 "unit_tests"
37 ]
38 ]
39 }
40 ],
41 "times": [
42 1420233837.563434,
43 1420235143.579917
44 ]
45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698