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

Unified Diff: recipe_modules/bot_update/example.py

Issue 2439373002: bot_update: understand new Gerrit patch properties. (Closed)
Patch Set: Expectations. 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: recipe_modules/bot_update/example.py
diff --git a/recipe_modules/bot_update/example.py b/recipe_modules/bot_update/example.py
index d95fc4d4820c299e4745f7081911962a3904c94a..21d5d1c22f16c36ec7e83331fb5964fcde57b10a 100644
--- a/recipe_modules/bot_update/example.py
+++ b/recipe_modules/bot_update/example.py
@@ -141,6 +141,11 @@ def GenTests(api):
yield api.test('tryjob_v8_head_by_default') + api.properties.tryserver(
patch_project='v8',
)
- yield api.test('tryjob_gerrit_angle') + api.properties.tryserver_gerrit(
+ yield api.test('tryjob_gerrit_angle') + api.properties.tryserver(
+ gerrit_project='angle/angle',
+ patch_issue=338811,
+ patch_set=3,
+ )
+ yield api.test('tryjob_gerrit_angle_deprecated') + api.properties.tryserver_gerrit(
full_project_name='angle/angle',
)

Powered by Google App Engine
This is Rietveld 408576698