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

Unified Diff: appengine/findit/common/waterfall/failure_type.py

Issue 2320153003: [Findit] Datamodel change for triaging at CL level. (Closed)
Patch Set: change index.yaml Created 4 years, 3 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
« no previous file with comments | « no previous file | appengine/findit/index.yaml » ('j') | appengine/findit/index.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/waterfall/failure_type.py
diff --git a/appengine/findit/common/waterfall/failure_type.py b/appengine/findit/common/waterfall/failure_type.py
index c95c0174bc26be716c5f1a745c3bd81e2e804378..1c454ae95bcacd453145420e7411ca9e272c0dc4 100644
--- a/appengine/findit/common/waterfall/failure_type.py
+++ b/appengine/findit/common/waterfall/failure_type.py
@@ -13,6 +13,6 @@ def GetDescriptionForFailureType(failure_type): # pragma: no cover.
UNKNOWN: 'unknown',
INFRA: 'infra',
COMPILE: 'compile',
- TEST: 'test',
+ TEST: 'test'
}
return description.get(failure_type, 'No description for %s' % failure_type)
« no previous file with comments | « no previous file | appengine/findit/index.yaml » ('j') | appengine/findit/index.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698