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

Unified Diff: appengine/findit/model/result_status.py

Issue 2435013005: [Findit] Updating flakiness dashboard to be able to triage results (Closed)
Patch Set: Fixing nit Created 4 years, 2 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/model/result_status.py
diff --git a/appengine/findit/model/result_status.py b/appengine/findit/model/result_status.py
index 6fb269622cefe774878a9338236f2eea92129006..507aa93e4eb85855fd54d7534c14baad3198bbe9 100644
--- a/appengine/findit/model/result_status.py
+++ b/appengine/findit/model/result_status.py
@@ -5,6 +5,7 @@
# Represents status of the analysis result of a Chromium waterfall compile/test
# failure or a Chrome crash.
+UNSPECIFIED = -1
FOUND_CORRECT = 0
FOUND_INCORRECT = 10
NOT_FOUND_INCORRECT = 20
@@ -23,7 +24,7 @@ RESULT_STATUS_TO_DESCRIPTION = {
FOUND_UNTRIAGED: 'Untriaged - Found',
NOT_FOUND_UNTRIAGED: 'Untriaged - Not Found',
NOT_FOUND_CORRECT: 'Correct - Not Found',
- PARTIALLY_CORRECT_FOUND : 'Partially Correct - Found',
+ PARTIALLY_CORRECT_FOUND: 'Partially Correct - Found',
FOUND_CORRECT_DUPLICATE: 'Correct(duplicate) - Found',
FOUND_INCORRECT_DUPLICATE: 'Incorrect(duplicate) - Found'
}
« no previous file with comments | « appengine/findit/model/flake/test/master_flake_analysis_test.py ('k') | appengine/findit/templates/flake/dashboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698