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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json

Issue 871603002: Reenable goma on OSX now that pnacl issues are fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 11 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/swarming/deterministic_build.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 "chromium.swarm", 8 "chromium.swarm",
9 "--builder", 9 "--builder",
10 "Mac deterministic build", 10 "Mac deterministic build",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ] 62 ]
63 }, 63 },
64 { 64 {
65 "cmd": [ 65 "cmd": [
66 "python", 66 "python",
67 "-u", 67 "-u",
68 "[DEPOT_TOOLS]/gclient.py", 68 "[DEPOT_TOOLS]/gclient.py",
69 "runhooks" 69 "runhooks"
70 ], 70 ],
71 "env": { 71 "env": {
72 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 target_arch=ia32" 72 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1"
73 }, 73 },
74 "name": "gclient runhooks" 74 "name": "gclient runhooks"
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[BUILD]/scripts/slave/compile.py", 80 "[BUILD]/scripts/slave/compile.py",
81 "--target", 81 "--target",
82 "Release", 82 "Release",
83 "--src-dir", 83 "--src-dir",
84 "[SLAVE_BUILD]/src", 84 "[SLAVE_BUILD]/src",
85 "--build-tool", 85 "--build-tool",
86 "ninja", 86 "ninja",
87 "--compiler", 87 "--compiler",
88 "clang", 88 "goma-clang",
89 "--goma-dir",
90 "[BUILD]/goma",
89 "--clobber", 91 "--clobber",
90 "--", 92 "--",
91 "chromium_swarm_tests" 93 "chromium_swarm_tests"
92 ], 94 ],
93 "name": "First build" 95 "name": "First build"
94 }, 96 },
95 { 97 {
96 "cmd": [ 98 "cmd": [
97 "python", 99 "python",
98 "-u", 100 "-u",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "python", 132 "python",
131 "-u", 133 "-u",
132 "[BUILD]/scripts/slave/compile.py", 134 "[BUILD]/scripts/slave/compile.py",
133 "--target", 135 "--target",
134 "Release", 136 "Release",
135 "--src-dir", 137 "--src-dir",
136 "[SLAVE_BUILD]/src", 138 "[SLAVE_BUILD]/src",
137 "--build-tool", 139 "--build-tool",
138 "ninja", 140 "ninja",
139 "--compiler", 141 "--compiler",
140 "clang", 142 "goma-clang",
143 "--goma-dir",
144 "[BUILD]/goma",
141 "--clobber", 145 "--clobber",
142 "--", 146 "--",
143 "chromium_swarm_tests" 147 "chromium_swarm_tests"
144 ], 148 ],
145 "name": "Second build" 149 "name": "Second build"
146 }, 150 },
147 { 151 {
148 "cmd": [ 152 "cmd": [
149 "python", 153 "python",
150 "-u", 154 "-u",
(...skipping 22 matching lines...) Expand all
173 "[SLAVE_BUILD]/src/out/Release.1", 177 "[SLAVE_BUILD]/src/out/Release.1",
174 "--second-build-dir", 178 "--second-build-dir",
175 "[SLAVE_BUILD]/src/out/Release.2", 179 "[SLAVE_BUILD]/src/out/Release.2",
176 "--target-platform", 180 "--target-platform",
177 "mac" 181 "mac"
178 ], 182 ],
179 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
180 "name": "compare_build_artifacts" 184 "name": "compare_build_artifacts"
181 } 185 }
182 ] 186 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/swarming/deterministic_build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698