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

Unified Diff: recipe_modules/bot_update/example.py

Issue 2311673002: Just disable force to ensure that bot_update really is running everywhere. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | recipe_modules/bot_update/example.expected/clobber.json » ('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 24bc89b9084d54c0a76a07d6088c02c3ec9e5096..79787f3580a1c9d79ab9430e36d66091a914491d 100644
--- a/recipe_modules/bot_update/example.py
+++ b/recipe_modules/bot_update/example.py
@@ -136,11 +136,6 @@ def GenTests(api):
slavename='somehost',
no_shallow=1
)
- yield api.test('off') + api.properties(
- mastername='experimental',
- buildername='Experimental Builder',
- slavename='somehost',
- )
yield api.test('clobber') + api.properties(
mastername='experimental',
buildername='Experimental Builder',
« no previous file with comments | « no previous file | recipe_modules/bot_update/example.expected/clobber.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698