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

Unified Diff: dashboard/dashboard/send_stoppage_alert_emails.py

Issue 2138843003: Add support for setting sheriff-specific bug labels. (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Fix unit tests Created 4 years, 5 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 | « dashboard/dashboard/models/sheriff.py ('k') | dashboard/dashboard/templates/edit_sheriffs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/send_stoppage_alert_emails.py
diff --git a/dashboard/dashboard/send_stoppage_alert_emails.py b/dashboard/dashboard/send_stoppage_alert_emails.py
index f5c645c48bfc7750bf4435890a7410eb5ac4c2bc..5b90671865c8d374a35e158fc8121c81c8497262 100644
--- a/dashboard/dashboard/send_stoppage_alert_emails.py
+++ b/dashboard/dashboard/send_stoppage_alert_emails.py
@@ -53,7 +53,7 @@ _TEXT_ALERT_ROW_TEMPLATE = """
"""
_BUG_TEMPLATE_URL = (
'https://code.google.com/p/chromium/issues/entry'
- '?labels=Pri-1,Performance-Waterfall,Performance-Sheriff,'
+ '?labels=Pri-1,Performance-Waterfall,'
'Type-Bug-Regression,OS-?&comment=Tests affected:'
'&summary=No+data+received+for+<tests>+since+<rev>'
'cc=%s')
« no previous file with comments | « dashboard/dashboard/models/sheriff.py ('k') | dashboard/dashboard/templates/edit_sheriffs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698