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

Unified Diff: appengine/chromium_try_flakes/handlers/flake_issues.py

Issue 1881443002: Fix step name to the normalized version (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_try_flakes/handlers/flake_issues.py
diff --git a/appengine/chromium_try_flakes/handlers/flake_issues.py b/appengine/chromium_try_flakes/handlers/flake_issues.py
index 9af264bd87c33dfd2ca5bdb379ad4ca190401dcd..0fc6a06d2fd4ea10cca230a73c77e002fba124cd 100644
--- a/appengine/chromium_try_flakes/handlers/flake_issues.py
+++ b/appengine/chromium_try_flakes/handlers/flake_issues.py
@@ -71,7 +71,7 @@ STALE_FLAKES_ML = 'stale-flakes-reports@google.com'
MAX_GAP_FOR_FLAKINESS_PERIOD = datetime.timedelta(days=3)
KNOWN_TROOPER_FAILURES = [
'analyze', 'bot_update', 'compile (with patch)', 'compile',
- 'device_status_check', 'gclient runhooks (with patch)', 'Patch failure',
+ 'device_status_check', 'gclient runhooks (with patch)', 'Patch',
'process_dumps', 'provision_devices', 'update_scripts']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698