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

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

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "--target", 112 "--target",
113 "Release", 113 "Release",
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 "--ninja-ensure-up-to-date",
122 "--clobber", 123 "--clobber",
123 "--", 124 "--",
124 "chromium_swarm_tests" 125 "chromium_swarm_tests"
125 ], 126 ],
126 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
127 "name": "First build" 128 "name": "First build"
128 }, 129 },
129 { 130 {
130 "cmd": [ 131 "cmd": [
131 "python", 132 "python",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "--target", 242 "--target",
242 "Release", 243 "Release",
243 "--src-dir", 244 "--src-dir",
244 "[SLAVE_BUILD]/src", 245 "[SLAVE_BUILD]/src",
245 "--build-tool", 246 "--build-tool",
246 "ninja", 247 "ninja",
247 "--compiler", 248 "--compiler",
248 "goma-clang", 249 "goma-clang",
249 "--goma-dir", 250 "--goma-dir",
250 "[BUILD]/goma", 251 "[BUILD]/goma",
252 "--ninja-ensure-up-to-date",
251 "--clobber", 253 "--clobber",
252 "--", 254 "--",
253 "chromium_swarm_tests" 255 "chromium_swarm_tests"
254 ], 256 ],
255 "cwd": "[SLAVE_BUILD]", 257 "cwd": "[SLAVE_BUILD]",
256 "name": "Second build" 258 "name": "Second build"
257 }, 259 },
258 { 260 {
259 "cmd": [ 261 "cmd": [
260 "python", 262 "python",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "[SLAVE_BUILD]/src/out/Release.1", 336 "[SLAVE_BUILD]/src/out/Release.1",
335 "--second-build-dir", 337 "--second-build-dir",
336 "[SLAVE_BUILD]/src/out/Release.2", 338 "[SLAVE_BUILD]/src/out/Release.2",
337 "--target-platform", 339 "--target-platform",
338 "mac" 340 "mac"
339 ], 341 ],
340 "cwd": "[SLAVE_BUILD]", 342 "cwd": "[SLAVE_BUILD]",
341 "name": "compare_build_artifacts" 343 "name": "compare_build_artifacts"
342 } 344 }
343 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698