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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "--src-dir", 114 "--src-dir",
115 "[SLAVE_BUILD]/src", 115 "[SLAVE_BUILD]/src",
116 "--build-tool", 116 "--build-tool",
117 "ninja", 117 "ninja",
118 "--compiler", 118 "--compiler",
119 "goma-clang", 119 "goma-clang",
120 "--goma-dir", 120 "--goma-dir",
121 "[BUILD]/goma", 121 "[BUILD]/goma",
122 "--clobber", 122 "--clobber",
123 "--", 123 "--",
124 "chromium_swarm_tests" 124 "all"
125 ], 125 ],
126 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
127 "name": "First build" 127 "name": "First build"
128 }, 128 },
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
132 "-u", 132 "-u",
133 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 133 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
134 "--build-dir", 134 "--build-dir",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "--src-dir", 243 "--src-dir",
244 "[SLAVE_BUILD]/src", 244 "[SLAVE_BUILD]/src",
245 "--build-tool", 245 "--build-tool",
246 "ninja", 246 "ninja",
247 "--compiler", 247 "--compiler",
248 "goma-clang", 248 "goma-clang",
249 "--goma-dir", 249 "--goma-dir",
250 "[BUILD]/goma", 250 "[BUILD]/goma",
251 "--clobber", 251 "--clobber",
252 "--", 252 "--",
253 "chromium_swarm_tests" 253 "all"
254 ], 254 ],
255 "cwd": "[SLAVE_BUILD]", 255 "cwd": "[SLAVE_BUILD]",
256 "name": "Second build" 256 "name": "Second build"
257 }, 257 },
258 { 258 {
259 "cmd": [ 259 "cmd": [
260 "python", 260 "python",
261 "-u", 261 "-u",
262 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 262 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
263 "--build-dir", 263 "--build-dir",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "[SLAVE_BUILD]/src/out/Release.1", 334 "[SLAVE_BUILD]/src/out/Release.1",
335 "--second-build-dir", 335 "--second-build-dir",
336 "[SLAVE_BUILD]/src/out/Release.2", 336 "[SLAVE_BUILD]/src/out/Release.2",
337 "--target-platform", 337 "--target-platform",
338 "mac" 338 "mac"
339 ], 339 ],
340 "cwd": "[SLAVE_BUILD]", 340 "cwd": "[SLAVE_BUILD]",
341 "name": "compare_build_artifacts" 341 "name": "compare_build_artifacts"
342 } 342 }
343 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698