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

Side by Side Diff: scripts/slave/recipe_modules/bot_update/example.expected/tryjob.json

Issue 275303003: Reland: Use real revision mapping in bot_update module (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix it 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "abort_on_failure": true, 3 "abort_on_failure": true,
4 "cmd": [ 4 "cmd": [
5 "python", 5 "python",
6 "-u", 6 "-u",
7 "[BUILD]/scripts/slave/bot_update.py", 7 "[BUILD]/scripts/slave/bot_update.py",
8 "--master", 8 "--master",
9 "tryserver.chromium", 9 "tryserver.chromium",
10 "--builder", 10 "--builder",
11 "linux_rel", 11 "linux_rel",
12 "--slave", 12 "--slave",
13 "totallyaslave-c4", 13 "totallyaslave-c4",
14 "--spec", 14 "--spec",
15 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]", 15 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]",
16 "--revision_mapping_file",
17 "{}",
16 "--patch_url", 18 "--patch_url",
17 "http://src.chromium.org/foo/bar", 19 "http://src.chromium.org/foo/bar",
18 "--output_json", 20 "--output_json",
19 "/path/to/tmp/json" 21 "/path/to/tmp/json"
20 ], 22 ],
21 "name": "bot_update", 23 "name": "bot_update",
22 "~followup_annotations": [ 24 "~followup_annotations": [
23 "@@@STEP_LOG_LINE@json.output@{@@@", 25 "@@@STEP_LOG_LINE@json.output@{@@@",
24 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false@@@", 26 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false@@@",
25 "@@@STEP_LOG_LINE@json.output@}@@@", 27 "@@@STEP_LOG_LINE@json.output@}@@@",
26 "@@@STEP_LOG_END@json.output@@@" 28 "@@@STEP_LOG_END@json.output@@@"
27 ] 29 ]
28 } 30 }
29 ] 31 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698