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

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

Powered by Google App Engine
This is Rietveld 408576698