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

Unified Diff: recipe_modules/bot_update/example.py

Issue 1954833002: Add bot_update_lite into recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Remove expired args Created 4 years, 7 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 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',

Powered by Google App Engine
This is Rietveld 408576698