Use diff.ignoreSubmodules=all when committing patches.

Bug:1486973
Recipe-Nontrivial-Roll: build
Change-Id: Ifde97d61d55e7f78068bc2f745ec0816bbb5d694
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4909801
Commit-Queue: Joanna Wang <jojwang@chromium.org>
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
changes/01/4909801/3
Joanna Wang 2 years ago committed by LUCI CQ
parent 32e7363c50
commit c2e0061723

@ -791,7 +791,7 @@ Raises:
Returns a presubmit step.
&mdash; **def [execute](/recipes/recipe_modules/presubmit/api.py#101)(self, bot_update_step, skip_owners=False, run_all=False):**
&mdash; **def [execute](/recipes/recipe_modules/presubmit/api.py#103)(self, bot_update_step, skip_owners=False, run_all=False):**
Runs presubmit and sets summary markdown if applicable.

@ -85,6 +85,8 @@ class PresubmitApi(recipe_api.RecipeApi):
'user.email=commit-bot@chromium.org',
'-c',
'user.name=The Commit Bot',
'-c',
'diff.ignoreSubmodules=all',
'commit',
'-a',
'-m',

Loading…
Cancel
Save