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

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

Issue 24311004: Use always_run v can_fail_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS_ROOT]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]"
10 ], 10 ],
(...skipping 30 matching lines...) Expand all
41 "-u", 41 "-u",
42 "[DEPOT_TOOLS_ROOT]/gclient.py", 42 "[DEPOT_TOOLS_ROOT]/gclient.py",
43 "runhooks" 43 "runhooks"
44 ], 44 ],
45 "env": { 45 "env": {
46 "GYP_DEFINES": "v8_target_arch=x64" 46 "GYP_DEFINES": "v8_target_arch=x64"
47 }, 47 },
48 "name": "gclient runhooks" 48 "name": "gclient runhooks"
49 }, 49 },
50 { 50 {
51 "abort_on_failure": true,
51 "cmd": [ 52 "cmd": [
52 "python", 53 "python",
53 "-u", 54 "-u",
54 "[BUILD_ROOT]/scripts/slave/compile.py", 55 "[BUILD_ROOT]/scripts/slave/compile.py",
55 "--target", 56 "--target",
56 "Debug", 57 "Debug",
57 "--build-dir", 58 "--build-dir",
58 "[SLAVE_BUILD_ROOT]/v8", 59 "[SLAVE_BUILD_ROOT]/v8",
59 "--src-dir", 60 "--src-dir",
60 "[SLAVE_BUILD_ROOT]/v8", 61 "[SLAVE_BUILD_ROOT]/v8",
61 "--build-tool", 62 "--build-tool",
62 "make", 63 "make",
63 "--", 64 "--",
64 "buildbot" 65 "buildbot"
65 ], 66 ],
66 "name": "compile" 67 "name": "compile"
67 } 68 }
68 ] 69 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/Debug32.json ('k') | scripts/slave/recipes/v8.expected/Release32.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698