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

Unified Diff: scripts/slave/recipes/run_presubmit.py

Issue 13910019: Fix presubmit recipe to fetch description from rietveld. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 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/slave/recipes/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index 44f5a16149746cbac111db93927a4949d9f997a7..28318e999bf94467f9d6884fcd358cb8988be9bb 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -28,13 +28,13 @@ def GetFactoryProperties(api, factory_properties, build_properties):
'--root', api.checkout_path(),
'--commit',
'--verbose', '--verbose',
- '--author', build_properties['blamelist'][0],
'--issue', build_properties['issue'],
'--patchset', build_properties['patchset'],
'--skip_canned', 'CheckRietveldTryJobExecution',
'--skip_canned', 'CheckTreeIsOpen',
'--skip_canned', 'CheckBuildbotPendingBuilds',
'--skip_canned', 'CheckOwners',
- '--rietveld_url', build_properties['rietveld']])
+ '--rietveld_url', build_properties['rietveld'],
+ '--rietveld_fetch'])
]
}
« 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