| Index: recipe_modules/properties/example.py
|
| diff --git a/recipe_modules/properties/example.py b/recipe_modules/properties/example.py
|
| index 73161911876fde7c5ca7930f937407b6522676bb..0fb521a47b5ba7075bcc5d010b122247db82e78c 100644
|
| --- a/recipe_modules/properties/example.py
|
| +++ b/recipe_modules/properties/example.py
|
| @@ -70,3 +70,9 @@
|
| git_url='https://git.my.host/custom',
|
| patch_issue=4455,
|
| **pd))
|
| + # TODO(tandrii): remove this one. Use the above version instead.
|
| + yield (api.test('buildbot_tryserver_gerrit_deprecated') +
|
| + api.properties.tryserver_gerrit(
|
| + full_project_name='infra/infra',
|
| + gerrit_host='pdfium-review.googlesource.com',
|
| + **pd))
|
|
|