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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: appengine/findit/waterfall/test/data/m_b_122.json
diff --git a/appengine/findit/waterfall/test/data/m_b_122.json b/appengine/findit/waterfall/test/data/m_b_122.json
new file mode 100644
index 0000000000000000000000000000000000000000..1b1d49db54a1b884e4ba17d1090a404d302ae248
--- /dev/null
+++ b/appengine/findit/waterfall/test/data/m_b_122.json
@@ -0,0 +1,49 @@
+{
+ "properties": [
+ [
+ "git_revision",
+ "5934404dc5392ab3ae2c82b52b366889fb858d91",
+ "Change"
+ ]
+ ],
+ "results": 2,
+ "sourceStamp": {
+ "changes": [
+ {
+ "revision": "5934404dc5392ab3ae2c82b52b366889fb858d91"
+ }
+ ]
+ },
+ "steps": [
+ {
+ "isFinished": true,
+ "name": "net_unittests"
+ },
+ {
+ "isFinished": true,
+ "name": "a_tests",
+ "results": [
+ 2,
+ [
+ "failed",
+ "a_tests"
+ ]
+ ]
+ },
+ {
+ "isFinished": true,
+ "name": "unit_tests",
+ "results": [
+ 2,
+ [
+ "failed",
+ "unit_tests"
+ ]
+ ]
+ }
+ ],
+ "times": [
+ 1420231531.20521,
+ 1420232694.746714
+ ]
+}
« 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