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

Unified Diff: recipe_modules/bot_update/example.py

Issue 2468373002: Recipes: Stop using tryserver_gerrit in depot_tools. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | recipe_modules/tryserver/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/example.py
diff --git a/recipe_modules/bot_update/example.py b/recipe_modules/bot_update/example.py
index 0dc27c293487992d5f73e0783fa9aaf7d65d2838..fb8d6ba9e7220493f45b29fe8bb4dca145fb1b59 100644
--- a/recipe_modules/bot_update/example.py
+++ b/recipe_modules/bot_update/example.py
@@ -146,6 +146,17 @@ def GenTests(api):
patch_issue=338811,
patch_set=3,
)
- yield (api.test('tryjob_gerrit_angle_deprecated') +
- api.properties.tryserver_gerrit(full_project_name='angle/angle')
+ yield api.test('tryjob_gerrit_angle_deprecated') + api.properties.tryserver(
+ patch_project='angle/angle',
+ gerrit='https://chromium-review.googlesource.com',
+ patch_storage='gerrit',
+ repository='https://chromium.googlesource.com/angle/angle',
+ rietveld=None,
+ **{
+ 'event.change.id': 'angle%2Fangle~master~Ideadbeaf',
+ 'event.change.number': 338811,
+ 'event.change.url':
+ 'https://chromium-review.googlesource.com/#/c/338811',
+ 'event.patchSet.ref': 'refs/changes/11/338811/3',
+ }
)
« no previous file with comments | « no previous file | recipe_modules/tryserver/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698