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

Side by Side Diff: scripts/slave/recipes/v8.expected/try_compile_failure.json

Issue 615373002: bot_update: Add --rietveld_server flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 2 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 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 10 matching lines...) Expand all
21 "--spec", 21 "--spec",
22 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" , 22 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" ,
23 "--root", 23 "--root",
24 "src", 24 "src",
25 "--revision_mapping_file", 25 "--revision_mapping_file",
26 "{\"v8\": \"got_revision\"}", 26 "{\"v8\": \"got_revision\"}",
27 "--issue", 27 "--issue",
28 "12853011", 28 "12853011",
29 "--patchset", 29 "--patchset",
30 "1", 30 "1",
31 "--rietveld_server",
32 "https://codereview.chromium.org",
31 "--output_json", 33 "--output_json",
32 "/path/to/tmp/json", 34 "/path/to/tmp/json",
33 "--revision", 35 "--revision",
34 "v8@HEAD", 36 "v8@HEAD",
35 "--no_shallow" 37 "--no_shallow"
36 ], 38 ],
37 "name": "bot_update", 39 "name": "bot_update",
38 "~followup_annotations": [ 40 "~followup_annotations": [
39 "@@@STEP_LOG_LINE@json.output@{@@@", 41 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "--spec", 166 "--spec",
165 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'safesync_url': 'https://v8-status.appspot.com/lkgr', 'url': 'h ttp://v8.googlecode.com/svn/branches/bleeding_edge'}]", 167 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'safesync_url': 'https://v8-status.appspot.com/lkgr', 'url': 'h ttp://v8.googlecode.com/svn/branches/bleeding_edge'}]",
166 "--root", 168 "--root",
167 "src", 169 "src",
168 "--revision_mapping_file", 170 "--revision_mapping_file",
169 "{\"v8\": \"got_revision\"}", 171 "{\"v8\": \"got_revision\"}",
170 "--issue", 172 "--issue",
171 "12853011", 173 "12853011",
172 "--patchset", 174 "--patchset",
173 "1", 175 "1",
176 "--rietveld_server",
177 "https://codereview.chromium.org",
174 "--output_json", 178 "--output_json",
175 "/path/to/tmp/json", 179 "/path/to/tmp/json",
176 "--revision", 180 "--revision",
177 "v8@HEAD", 181 "v8@HEAD",
178 "--no_shallow" 182 "--no_shallow"
179 ], 183 ],
180 "name": "bot_update (2)", 184 "name": "bot_update (2)",
181 "~followup_annotations": [ 185 "~followup_annotations": [
182 "@@@STEP_LOG_LINE@json.output@{@@@", 186 "@@@STEP_LOG_LINE@json.output@{@@@",
183 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 187 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "--testname", 317 "--testname",
314 "default", 318 "default",
315 "--flaky-tests=skip", 319 "--flaky-tests=skip",
316 "--json-test-results", 320 "--json-test-results",
317 "/path/to/tmp/json" 321 "/path/to/tmp/json"
318 ], 322 ],
319 "cwd": "[SLAVE_BUILD]\\v8", 323 "cwd": "[SLAVE_BUILD]\\v8",
320 "name": "Check" 324 "name": "Check"
321 } 325 }
322 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698