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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: appengine/findit/waterfall/test/data/m_b_123.json
diff --git a/appengine/findit/waterfall/test/data/m_b_123.json b/appengine/findit/waterfall/test/data/m_b_123.json
new file mode 100644
index 0000000000000000000000000000000000000000..c0c5ade28163baa730b13ef5c688e973bc54f15d
--- /dev/null
+++ b/appengine/findit/waterfall/test/data/m_b_123.json
@@ -0,0 +1,45 @@
+{
+ "properties": [
+ [
+ "git_revision",
+ "64c72819e898e952103b63eabc12772f9640af07",
+ "Change"
+ ]
+ ],
+ "results": 2,
+ "sourceStamp": {
+ "changes": [
+ {
+ "revision": "64c72819e898e952103b63eabc12772f9640af07"
+ }
+ ]
+ },
+ "steps": [
+ {
+ "isFinished": true,
+ "name": "net_unittests",
+ "results": [
+ 2,
+ [
+ "failed",
+ "net_tests"
+ ]
+ ]
+ },
+ {
+ "isFinished": true,
+ "name": "unit_tests",
+ "results": [
+ 2,
+ [
+ "failed",
+ "unit_tests"
+ ]
+ ]
+ }
+ ],
+ "times": [
+ 1420233837.563434,
+ 1420235143.579917
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698