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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/tools_build.json

Issue 278943002: Use real revision mapping in bot_update module (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: oops 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
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/gclient_retry.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "chromium_presubmit", 11 "chromium_presubmit",
12 "--slave", 12 "--slave",
13 "TestSlavename", 13 "TestSlavename",
14 "--spec", 14 "--spec",
15 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chrom ium/tools/build.git'}]", 15 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chrom ium/tools/build.git'}]",
16 "--root", 16 "--root",
17 "build", 17 "build",
18 "--revision", 18 "--revision",
19 "HEAD", 19 "HEAD",
20 "--revision_mapping_file",
21 "{\"build\": \"got_revision\"}",
20 "--issue", 22 "--issue",
21 "12853011", 23 "12853011",
22 "--patchset", 24 "--patchset",
23 "1", 25 "1",
24 "--output_json", 26 "--output_json",
25 "/path/to/tmp/json" 27 "/path/to/tmp/json"
26 ], 28 ],
27 "name": "bot_update", 29 "name": "bot_update",
28 "~followup_annotations": [ 30 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@", 31 "@@@STEP_TEXT@Some step text@@@",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "@@@STEP_LOG_LINE@json.output@ \"chromium_presubmit\", @@@", 113 "@@@STEP_LOG_LINE@json.output@ \"chromium_presubmit\", @@@",
112 "@@@STEP_LOG_LINE@json.output@ [@@@", 114 "@@@STEP_LOG_LINE@json.output@ [@@@",
113 "@@@STEP_LOG_LINE@json.output@ \"compile\"@@@", 115 "@@@STEP_LOG_LINE@json.output@ \"compile\"@@@",
114 "@@@STEP_LOG_LINE@json.output@ ]@@@", 116 "@@@STEP_LOG_LINE@json.output@ ]@@@",
115 "@@@STEP_LOG_LINE@json.output@ ]@@@", 117 "@@@STEP_LOG_LINE@json.output@ ]@@@",
116 "@@@STEP_LOG_LINE@json.output@]@@@", 118 "@@@STEP_LOG_LINE@json.output@]@@@",
117 "@@@STEP_LOG_END@json.output@@@" 119 "@@@STEP_LOG_END@json.output@@@"
118 ] 120 ]
119 } 121 }
120 ] 122 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/gclient_retry.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698