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

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

Issue 1309543010: Explicitly build 'all' on all deterministic builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "--src-dir", 94 "--src-dir",
95 "[SLAVE_BUILD]/src", 95 "[SLAVE_BUILD]/src",
96 "--build-tool", 96 "--build-tool",
97 "ninja", 97 "ninja",
98 "--compiler", 98 "--compiler",
99 "goma", 99 "goma",
100 "--goma-dir", 100 "--goma-dir",
101 "[BUILD]/goma", 101 "[BUILD]/goma",
102 "--clobber", 102 "--clobber",
103 "--", 103 "--",
104 "chromium_swarm_tests" 104 "all"
105 ], 105 ],
106 "cwd": "[SLAVE_BUILD]", 106 "cwd": "[SLAVE_BUILD]",
107 "name": "First build" 107 "name": "First build"
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 113 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
114 "--build-dir", 114 "--build-dir",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "--src-dir", 203 "--src-dir",
204 "[SLAVE_BUILD]/src", 204 "[SLAVE_BUILD]/src",
205 "--build-tool", 205 "--build-tool",
206 "ninja", 206 "ninja",
207 "--compiler", 207 "--compiler",
208 "goma", 208 "goma",
209 "--goma-dir", 209 "--goma-dir",
210 "[BUILD]/goma", 210 "[BUILD]/goma",
211 "--clobber", 211 "--clobber",
212 "--", 212 "--",
213 "chromium_swarm_tests" 213 "all"
214 ], 214 ],
215 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
216 "name": "Second build" 216 "name": "Second build"
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 222 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
223 "--build-dir", 223 "--build-dir",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "[SLAVE_BUILD]/src/out/Release.1", 294 "[SLAVE_BUILD]/src/out/Release.1",
295 "--second-build-dir", 295 "--second-build-dir",
296 "[SLAVE_BUILD]/src/out/Release.2", 296 "[SLAVE_BUILD]/src/out/Release.2",
297 "--target-platform", 297 "--target-platform",
298 "linux" 298 "linux"
299 ], 299 ],
300 "cwd": "[SLAVE_BUILD]", 300 "cwd": "[SLAVE_BUILD]",
301 "name": "compare_build_artifacts" 301 "name": "compare_build_artifacts"
302 } 302 }
303 ] 303 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698