| Index: recipe_modules/bot_update/example.py
|
| diff --git a/recipe_modules/bot_update/example.py b/recipe_modules/bot_update/example.py
|
| index 7bdef5ba0e4a2aa93178a56344eb2f137b47b05e..1dafada3d56468508465eab624693abe2edc34bd 100644
|
| --- a/recipe_modules/bot_update/example.py
|
| +++ b/recipe_modules/bot_update/example.py
|
| @@ -54,6 +54,14 @@ def GenTests(api):
|
| patch=False,
|
| revision='abc'
|
| )
|
| + yield api.test('basic_lite') + api.properties(
|
| + mastername='chromium.linux',
|
| + buildername='Linux Builder',
|
| + slavename='totallyaslave-m1',
|
| + patch=False,
|
| + revision='abc',
|
| + lite=True
|
| + )
|
| yield api.test('basic_with_branch_heads') + api.properties(
|
| mastername='chromium.linux',
|
| buildername='Linux Builder',
|
|
|