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

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

Issue 1934403002: Mark taskkill as infra step (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 5b9c653c8c851c4aabafa87252fd044a6b6a4c0e..303b44b1a67efe8482780a6dccfbb186586e9a41 100644
--- a/appengine/chromium_try_flakes/handlers/flake_issues.py
+++ b/appengine/chromium_try_flakes/handlers/flake_issues.py
@@ -79,7 +79,7 @@ MAX_GAP_FOR_FLAKINESS_PERIOD = datetime.timedelta(days=3)
KNOWN_TROOPER_FLAKE_NAMES = [
'analyze', 'bot_update', 'compile (with patch)', 'compile',
'device_status_check', 'gclient runhooks (with patch)', 'Patch',
- 'process_dumps', 'provision_devices', 'update_scripts']
+ 'process_dumps', 'provision_devices', 'update_scripts', 'taskkill']
# Flakes in these steps are always ignored:
# - steps: always red when any other step is red (duplicates failure)
« 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