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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Ozone_Builder.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Ozone Builder", 10 "Linux ChromiumOS Ozone Builder",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "--target", 167 "--target",
168 "Release", 168 "Release",
169 "--src-dir", 169 "--src-dir",
170 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
171 "--build-tool", 171 "--build-tool",
172 "ninja", 172 "ninja",
173 "--compiler", 173 "--compiler",
174 "goma", 174 "goma",
175 "--goma-dir", 175 "--goma-dir",
176 "[BUILD]/goma", 176 "[BUILD]/goma",
177 "--ninja-ensure-up-to-date",
177 "--", 178 "--",
178 "aura_builder", 179 "aura_builder",
179 "browser_tests", 180 "browser_tests",
180 "browser_tests_run" 181 "browser_tests_run"
181 ], 182 ],
182 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
183 "name": "compile" 184 "name": "compile"
184 }, 185 },
185 { 186 {
186 "cmd": [ 187 "cmd": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 233 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
233 "--factory-properties", 234 "--factory-properties",
234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"ch romium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}", 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"ch romium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}",
235 "--build-properties", 236 "--build-properties",
236 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"ch romium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}" 237 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"ch romium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}"
237 ], 238 ],
238 "cwd": "[SLAVE_BUILD]", 239 "cwd": "[SLAVE_BUILD]",
239 "name": "package build" 240 "name": "package build"
240 } 241 }
241 ] 242 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698