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

Unified Diff: recipe_modules/bot_update/example.py

Issue 1686273002: Bot update cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 10 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 d866c0cebd567c875572e02ec0bd5bae83db12be..0c8b99b111e87cd443872ac52133f8dcf34c4910 100644
--- a/recipe_modules/bot_update/example.py
+++ b/recipe_modules/bot_update/example.py
@@ -120,17 +120,6 @@ def GenTests(api):
slavename='somehost',
iannucci 2016/02/11 00:56:20 nothing should need these {master,builder,slave}na
hinoka 2016/02/11 20:10:05 Done.
no_shallow=1
)
- yield api.test('off') + api.properties(
- mastername='experimental',
- buildername='Experimental Builder',
- slavename='somehost',
- )
- yield api.test('svn_mode') + api.properties(
- mastername='experimental.svn',
- buildername='Experimental SVN Builder',
- slavename='somehost',
- force=1
- )
yield api.test('clobber') + api.properties(
mastername='experimental',
buildername='Experimental Builder',

Powered by Google App Engine
This is Rietveld 408576698