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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_ChromiumOS_daisy_Compile.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 "ChromiumOS daisy Compile", 10 "ChromiumOS daisy Compile",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "--target", 145 "--target",
146 "Release", 146 "Release",
147 "--src-dir", 147 "--src-dir",
148 "[SLAVE_BUILD]/src", 148 "[SLAVE_BUILD]/src",
149 "--build-tool", 149 "--build-tool",
150 "ninja", 150 "ninja",
151 "--compiler", 151 "--compiler",
152 "goma", 152 "goma",
153 "--goma-dir", 153 "--goma-dir",
154 "[BUILD]/goma", 154 "[BUILD]/goma",
155 "--ninja-ensure-up-to-date",
155 "--cros-board", 156 "--cros-board",
156 "daisy", 157 "daisy",
157 "--", 158 "--",
158 "All" 159 "All"
159 ], 160 ],
160 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
161 "name": "compile" 162 "name": "compile"
162 }, 163 },
163 { 164 {
164 "allow_subannotations": true, 165 "allow_subannotations": true,
(...skipping 13 matching lines...) Expand all
178 "public-read", 179 "public-read",
179 "--factory-properties", 180 "--factory-properties",
180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS daisy Compile\", \"buildnumber\": 571, \"gs_acl\": \ "public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": nul l, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/p ath/to/workdir/TestSlavename\"}", 181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS daisy Compile\", \"buildnumber\": 571, \"gs_acl\": \ "public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": nul l, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/p ath/to/workdir/TestSlavename\"}",
181 "--build-properties", 182 "--build-properties",
182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS daisy Compile\", \"buildnumber\": 571, \"gs_acl\": \ "public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": nul l, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/p ath/to/workdir/TestSlavename\"}" 183 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS daisy Compile\", \"buildnumber\": 571, \"gs_acl\": \ "public-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": nul l, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/p ath/to/workdir/TestSlavename\"}"
183 ], 184 ],
184 "cwd": "[SLAVE_BUILD]", 185 "cwd": "[SLAVE_BUILD]",
185 "name": "package build" 186 "name": "package build"
186 } 187 }
187 ] 188 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698