From 67b3faa8f2d35bac4b774a3de3f1f6e5fa8b531f Mon Sep 17 00:00:00 2001 From: Edward Lesmes Date: Fri, 13 Apr 2018 17:50:52 -0400 Subject: [PATCH] git-cl: Add parallel option to git-cl land. It is used by CMDland but it was not declared and is causing failures. TBR=agable@chromium.org Bug: 832566 Change-Id: Ia8ba5df458f9a39e415b7a9495dc338def0b16a5 Reviewed-on: https://chromium-review.googlesource.com/1013056 Commit-Queue: Edward Lesmes Reviewed-by: Edward Lesmes Reviewed-by: Michael Moss --- git_cl.py | 3 +++ recipes/trigger_recipe_roller.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index a58ceae4f..72b300f2d 100755 --- a/git_cl.py +++ b/git_cl.py @@ -5125,6 +5125,9 @@ def CMDland(parser, args): help="external contributor for patch (appended to " + "description and used as author for git). Should be " + "formatted as 'First Last '") + parser.add_option('--parallel', action='store_true', + help='Run all tests specified by input_api.RunTests in all ' + 'PRESUBMIT files in parallel.') auth.add_auth_options(parser) (options, args) = parser.parse_args(args) auth_config = auth.extract_auth_config_from_options(options) diff --git a/recipes/trigger_recipe_roller.txt b/recipes/trigger_recipe_roller.txt index c2baced18..85019027f 100644 --- a/recipes/trigger_recipe_roller.txt +++ b/recipes/trigger_recipe_roller.txt @@ -5,6 +5,6 @@ Once upon a time, a budding web browser dev team needed a CI system. All they had was one poor machine under a desk, and its name was Batty, the Build and Test Yeti. -Then suddenly, and without delay, +Then suddenly, and without delay, Batty the Build and Test Yeti 😒