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

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

Issue 864283003: Re-enable Goma for the Linux deterministic builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
« 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 "Linux deterministic build", 10 "Linux 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": "component=static_library dont_embed_build_metadata=1 targe t_arch=ia32" 72 "GYP_DEFINES": "component=static_library dont_embed_build_metadata=1 gomad ir='[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",
88 "goma",
89 "--goma-dir",
90 "[BUILD]/goma",
87 "--clobber", 91 "--clobber",
88 "--", 92 "--",
89 "chromium_swarm_tests" 93 "chromium_swarm_tests"
90 ], 94 ],
91 "name": "First build" 95 "name": "First build"
92 }, 96 },
93 { 97 {
94 "cmd": [ 98 "cmd": [
95 "python", 99 "python",
96 "-u", 100 "-u",
(...skipping 30 matching lines...) Expand all
127 "cmd": [ 131 "cmd": [
128 "python", 132 "python",
129 "-u", 133 "-u",
130 "[BUILD]/scripts/slave/compile.py", 134 "[BUILD]/scripts/slave/compile.py",
131 "--target", 135 "--target",
132 "Release", 136 "Release",
133 "--src-dir", 137 "--src-dir",
134 "[SLAVE_BUILD]/src", 138 "[SLAVE_BUILD]/src",
135 "--build-tool", 139 "--build-tool",
136 "ninja", 140 "ninja",
141 "--compiler",
142 "goma",
143 "--goma-dir",
144 "[BUILD]/goma",
137 "--clobber", 145 "--clobber",
138 "--", 146 "--",
139 "chromium_swarm_tests" 147 "chromium_swarm_tests"
140 ], 148 ],
141 "name": "Second build" 149 "name": "Second build"
142 }, 150 },
143 { 151 {
144 "cmd": [ 152 "cmd": [
145 "python", 153 "python",
146 "-u", 154 "-u",
(...skipping 22 matching lines...) Expand all
169 "[SLAVE_BUILD]/src/out/Release.1", 177 "[SLAVE_BUILD]/src/out/Release.1",
170 "--second-build-dir", 178 "--second-build-dir",
171 "[SLAVE_BUILD]/src/out/Release.2", 179 "[SLAVE_BUILD]/src/out/Release.2",
172 "--target-platform", 180 "--target-platform",
173 "linux" 181 "linux"
174 ], 182 ],
175 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
176 "name": "compare_build_artifacts" 184 "name": "compare_build_artifacts"
177 } 185 }
178 ] 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