Chromium Code Reviews| 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..7193f0ad5a42e9bf2ca1da6144d76f7069b7f777 100644 |
| --- a/scripts/master/try_job_gerrit.py |
| +++ b/scripts/master/try_job_gerrit.py |
| @@ -55,7 +55,8 @@ class _TryJobGerritPoller(GerritPoller): |
| change_category = 'tryjob' |
| - MESSAGE_REGEX_TRYJOB = re.compile('Patch set \d+:\s+\!tryjob(.*)', re.I) |
| + MESSAGE_REGEX_TRYJOB = re.compile('Patch set \d+:( Tryjob\+1)?\s+!tryjob(.*)', |
|
Vadim Sh.
2014/04/29 21:36:49
Take care of Code-Review and Verified labels too t
nodir
2014/04/29 21:49:46
They shouldn't.
|
| + re.I) |
| def __init__(self, scheduler, gerrit_host, gerrit_projects=None, |
| pollInterval=None): |