From 0d49bbb5952a65018840a949daecd001e4322896 Mon Sep 17 00:00:00 2001 From: Edward Lesmes Date: Wed, 3 Mar 2021 18:11:01 +0000 Subject: [PATCH] recipes/presubmit: Don't pass gerrit project and branch flags. Hopefully this will unblock autoroller. Recipe-Nontrivial-Roll: build Change-Id: I7335f49afd6fb93763cd5966489966e6c15ce7b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2730283 Auto-Submit: Edward Lesmes Reviewed-by: Robbie Iannucci Commit-Queue: Edward Lesmes --- recipes/recipe_modules/presubmit/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/recipe_modules/presubmit/api.py b/recipes/recipe_modules/presubmit/api.py index 6f780c122..3fbdd2d59 100644 --- a/recipes/recipe_modules/presubmit/api.py +++ b/recipes/recipe_modules/presubmit/api.py @@ -98,8 +98,6 @@ class PresubmitApi(recipe_api.RecipeApi): '--issue', self.m.tryserver.gerrit_change.change, '--patchset', self.m.tryserver.gerrit_change.patchset, '--gerrit_url', 'https://%s' % self.m.tryserver.gerrit_change.host, - '--gerrit_project', self.m.tryserver.gerrit_change.project, - '--gerrit_branch', self.m.tryserver.gerrit_change_target_ref, '--gerrit_fetch', ] if self.m.cq.state == self.m.cq.DRY: