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

Unified Diff: scripts/slave/recipe_modules/bot_update/example.expected/forced.json

Issue 288843003: Let bot_update recipe api force usage of bot_update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add more example tests Created 6 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: scripts/slave/recipe_modules/bot_update/example.expected/forced.json
diff --git a/scripts/slave/recipe_modules/bot_update/example.expected/basic.json b/scripts/slave/recipe_modules/bot_update/example.expected/forced.json
similarity index 84%
copy from scripts/slave/recipe_modules/bot_update/example.expected/basic.json
copy to scripts/slave/recipe_modules/bot_update/example.expected/forced.json
index 94dd6a4e1be32f1cb9fd013e038325e0f600908b..0e407cc68c71a716b274ecf9129635c2431e8406 100644
--- a/scripts/slave/recipe_modules/bot_update/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/bot_update/example.expected/forced.json
@@ -6,23 +6,25 @@
"-u",
"[BUILD]/scripts/slave/bot_update.py",
"--master",
- "chromium.linux",
+ "experimental",
"--builder",
- "Linux Builder",
+ "Experimental Builder",
"--slave",
- "totallyaslave-m1",
+ "somehost",
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]",
"--revision_mapping_file",
"{}",
"--output_json",
- "/path/to/tmp/json"
+ "/path/to/tmp/json",
+ "--force"
],
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"force\": true, @@@",
"@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
"@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",

Powered by Google App Engine
This is Rietveld 408576698