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

Side by Side Diff: scripts/slave/recipes/v8.expected/branch_sync_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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.branches", 8 "client.v8.branches",
9 "--builder", 9 "--builder",
10 "V8 Linux - trunk", 10 "V8 Linux - trunk",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'http://v8.go oglecode.com/svn/trunk'}]", 14 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'http://v8.go oglecode.com/svn/trunk'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\"}", 18 "{\"v8\": \"got_revision\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server",
24 "https://codereview.chromium.org",
23 "--output_json", 25 "--output_json",
24 "/path/to/tmp/json", 26 "/path/to/tmp/json",
25 "--revision", 27 "--revision",
26 "v8@20123", 28 "v8@20123",
27 "--no_shallow" 29 "--no_shallow"
28 ], 30 ],
29 "name": "bot_update", 31 "name": "bot_update",
30 "~followup_annotations": [ 32 "~followup_annotations": [
31 "@@@STEP_LOG_LINE@json.output@{@@@", 33 "@@@STEP_LOG_LINE@json.output@{@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "--arch", 300 "--arch",
299 "ia32", 301 "ia32",
300 "--testname", 302 "--testname",
301 "mozilla", 303 "mozilla",
302 "--flaky-tests=skip" 304 "--flaky-tests=skip"
303 ], 305 ],
304 "cwd": "[SLAVE_BUILD]/v8", 306 "cwd": "[SLAVE_BUILD]/v8",
305 "name": "Mozilla" 307 "name": "Mozilla"
306 } 308 }
307 ] 309 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/chromium.json ('k') | scripts/slave/recipes/v8.expected/try_compile_failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698