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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Ozone Builder", 10 "Linux ChromiumOS Ozone Builder",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "--target", 168 "--target",
169 "Release", 169 "Release",
170 "--src-dir", 170 "--src-dir",
171 "[SLAVE_BUILD]/src", 171 "[SLAVE_BUILD]/src",
172 "--build-tool", 172 "--build-tool",
173 "ninja", 173 "ninja",
174 "--compiler", 174 "--compiler",
175 "goma", 175 "goma",
176 "--goma-dir", 176 "--goma-dir",
177 "[BUILD]/goma", 177 "[BUILD]/goma",
178 "--ninja-ensure-up-to-date",
178 "--", 179 "--",
179 "aura_builder", 180 "aura_builder",
180 "browser_tests", 181 "browser_tests",
181 "browser_tests_run" 182 "browser_tests_run"
182 ], 183 ],
183 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
184 "name": "compile" 185 "name": "compile"
185 }, 186 },
186 { 187 {
187 "cmd": [ 188 "cmd": [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "public-read", 236 "public-read",
236 "--factory-properties", 237 "--factory-properties",
237 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"gs_ac l\": \"public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\ ": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\" : \"/path/to/workdir/TestSlavename\"}", 238 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"gs_ac l\": \"public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\ ": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\" : \"/path/to/workdir/TestSlavename\"}",
238 "--build-properties", 239 "--build-properties",
239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"gs_ac l\": \"public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\ ": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\" : \"/path/to/workdir/TestSlavename\"}" 240 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"gs_ac l\": \"public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\ ": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\" : \"/path/to/workdir/TestSlavename\"}"
240 ], 241 ],
241 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
242 "name": "package build" 243 "name": "package build"
243 } 244 }
244 ] 245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698