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

Unified Diff: scripts/master/try_job_gerrit.py

Issue 259323003: Gerrit tryjob: !tryjob can be anywhere (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Any message may have !tryjob Created 6 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: scripts/master/try_job_gerrit.py
diff --git a/scripts/master/try_job_gerrit.py b/scripts/master/try_job_gerrit.py
index d32876448d1d9731d3c248b20ee5bfdacef01bc4..177e2e5b9ca44c60ef00f9cfff8866b197e47c35 100644
--- a/scripts/master/try_job_gerrit.py
+++ b/scripts/master/try_job_gerrit.py
@@ -55,7 +55,7 @@ class _TryJobGerritPoller(GerritPoller):
change_category = 'tryjob'
- MESSAGE_REGEX_TRYJOB = re.compile('Patch set \d+:\s+\!tryjob(.*)', re.I)
+ MESSAGE_REGEX_TRYJOB = re.compile('!tryjob(.*)$', re.I)
def __init__(self, scheduler, gerrit_host, gerrit_projects=None,
pollInterval=None):
« 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