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

Unified Diff: scripts/master/try_job_base_bb7.py

Issue 8305010: Add ChromiumOS Trybot support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 9 years, 2 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 | « scripts/master/try_job_base.py ('k') | scripts/master/tryjob_git_poller.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/try_job_base_bb7.py
===================================================================
--- scripts/master/try_job_base_bb7.py (revision 105558)
+++ scripts/master/try_job_base_bb7.py (working copy)
@@ -40,7 +40,7 @@
job_name=options['name'],
patchset=options['patchset'],
issue=options['issue'])
- return options['bot'], jobstamp, options['name'], self.get_props(options)
+ return options['bot'], jobstamp, options['reason'], self.get_props(options)
def CancelJobsMatching(self, source_stamp, builder_name):
"""Cancels any jobs with the same job and owner."""
« no previous file with comments | « scripts/master/try_job_base.py ('k') | scripts/master/tryjob_git_poller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698