aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes.py
diff options
context:
space:
mode:
authorGravatar recipe-roller <recipe-roller@chromium.org>2017-04-18 18:53:29 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-19 10:49:34 +0000
commit6bc873f0be2c3351d34d92e85910ed7fab7a6bce (patch)
tree533106a51694c820c82a38c2046f9e7c7083e611 /infra/bots/recipes.py
parentdf07ddd1f05bf8905b9edd41d309badc8f3a131b (diff)
Roll recipe dependencies (nontrivial).
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). Please review the expectation changes, and LGTM+CQ. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. build: https://crrev.com/06e6b3accc66f6c31053055c8e0efcd978f18b03 Implement a generic postprocess/merge hook for swarming tasks. (RELAND 4) (jbudorick@chromium.org) Change-Id: Ib62301f7336873f022cd5a7efe8df577c1414689 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://skia-review.googlesource.com/13775 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes.py')
-rwxr-xr-xinfra/bots/recipes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes.py b/infra/bots/recipes.py
index 7bb2c1f334..dc7077b007 100755
--- a/infra/bots/recipes.py
+++ b/infra/bots/recipes.py
@@ -102,7 +102,7 @@ def find_engine_override(argv):
any, or None if the user didn't override it."""
PREFIX = 'recipe_engine='
- p = argparse.ArgumentParser(add_help=False)
+ p = argparse.ArgumentParser()
p.add_argument('-O', '--project-override', action='append')
args, _ = p.parse_known_args(argv)
for override in args.project_override or ():