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

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

Issue 1107353002: V8 Buildbot: Fix dart mac builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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/recipe_modules/v8/builders.py ('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 "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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-mac-release", 10 "v8-mac-release",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ] 50 ]
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "python", 54 "python",
55 "-u", 55 "-u",
56 "[DEPOT_TOOLS]/gclient.py", 56 "[DEPOT_TOOLS]/gclient.py",
57 "runhooks" 57 "runhooks"
58 ], 58 ],
59 "env": { 59 "env": {
60 "GYP_DEFINES": "target_arch=ia32 v8_enable_disassembler=1 v8_target_arch=i a32" 60 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_enable_disassembler=1 v8_target_arch=ia32",
61 "GYP_GENERATORS": "ninja"
61 }, 62 },
62 "name": "gclient runhooks" 63 "name": "gclient runhooks"
63 }, 64 },
64 { 65 {
65 "cmd": [ 66 "cmd": [
66 "python", 67 "python",
67 "-u", 68 "-u",
68 "[BUILD]/scripts/slave/cleanup_temp.py" 69 "[BUILD]/scripts/slave/cleanup_temp.py"
69 ], 70 ],
70 "name": "cleanup_temp" 71 "name": "cleanup_temp"
71 }, 72 },
72 { 73 {
73 "cmd": [ 74 "cmd": [
74 "python", 75 "python",
75 "-u", 76 "-u",
76 "[BUILD]/scripts/slave/compile.py", 77 "[BUILD]/scripts/slave/compile.py",
77 "--target", 78 "--target",
78 "Release", 79 "Release",
79 "--src-dir", 80 "--src-dir",
80 "[SLAVE_BUILD]/v8", 81 "[SLAVE_BUILD]/v8",
81 "--build-tool", 82 "--build-tool",
82 "xcode", 83 "ninja",
84 "--compiler",
85 "goma-clang",
86 "--goma-dir",
87 "[BUILD]/goma",
83 "--" 88 "--"
84 ], 89 ],
85 "name": "compile" 90 "name": "compile"
86 }, 91 },
87 { 92 {
88 "allow_subannotations": true, 93 "allow_subannotations": true,
89 "cmd": [ 94 "cmd": [
90 "python", 95 "python",
91 "-u", 96 "-u",
92 "[BUILD]/scripts/slave/zip_build.py", 97 "[BUILD]/scripts/slave/zip_build.py",
93 "--target", 98 "--target",
94 "Release", 99 "Release",
95 "--build-url", 100 "--build-url",
96 "gs://chromium-v8/v8-for-dart-rel", 101 "gs://chromium-v8/v8-for-dart-rel",
97 "--src-dir", 102 "--src-dir",
98 "v8", 103 "v8",
99 "--factory-properties", 104 "--factory-properties",
100 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}", 105 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}",
101 "--build-properties", 106 "--build-properties",
102 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 107 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
103 ], 108 ],
104 "name": "package build" 109 "name": "package build"
105 } 110 }
106 ] 111 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698