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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json

Issue 2442203002: Update recipes to understand new Gerrit patch properties. (Closed)
Patch Set: Fix bugs. Created 4 years, 2 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
Index: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json b/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json
index 0c680602f6eb1f842e22bdaa9262f767319dc449..9c3670ec99c2db781003be2b6b0ea538ac0c8822 100644
--- a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json
+++ b/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json
@@ -15,7 +15,7 @@
"--gerrit_repo",
"https://chromium.googlesource.com/infra/infra",
"--gerrit_ref",
- "refs/changes/11/338811/3",
+ "refs/changes/89/456789/12",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -87,9 +87,9 @@
"-u",
"RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
"--issue",
- "338811",
+ "456789",
"--patchset",
- "3",
+ "12",
"--gerrit_url",
"https://chromium-review.googlesource.com",
"--gerrit_fetch",

Powered by Google App Engine
This is Rietveld 408576698