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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_amd64_generic_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.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "ChromiumOS amd64-generic Compile", 10 "ChromiumOS amd64-generic Compile",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "--target", 144 "--target",
145 "Release", 145 "Release",
146 "--src-dir", 146 "--src-dir",
147 "[SLAVE_BUILD]/src", 147 "[SLAVE_BUILD]/src",
148 "--build-tool", 148 "--build-tool",
149 "ninja", 149 "ninja",
150 "--compiler", 150 "--compiler",
151 "goma", 151 "goma",
152 "--goma-dir", 152 "--goma-dir",
153 "[BUILD]/goma", 153 "[BUILD]/goma",
154 "--ninja-ensure-up-to-date",
154 "--cros-board", 155 "--cros-board",
155 "amd64-generic", 156 "amd64-generic",
156 "--", 157 "--",
157 "All" 158 "All"
158 ], 159 ],
159 "cwd": "[SLAVE_BUILD]", 160 "cwd": "[SLAVE_BUILD]",
160 "name": "compile" 161 "name": "compile"
161 }, 162 },
162 { 163 {
163 "allow_subannotations": true, 164 "allow_subannotations": true,
(...skipping 11 matching lines...) Expand all
175 "amd64-generic", 176 "amd64-generic",
176 "--factory-properties", 177 "--factory-properties",
177 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS amd64-generic Compile\", \"buildnumber\": 571, \"mas tername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \" chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Te stSlavename\"}", 178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS amd64-generic Compile\", \"buildnumber\": 571, \"mas tername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \" chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Te stSlavename\"}",
178 "--build-properties", 179 "--build-properties",
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS amd64-generic Compile\", \"buildnumber\": 571, \"mas tername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \" chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Te stSlavename\"}" 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumOS amd64-generic Compile\", \"buildnumber\": 571, \"mas tername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \" chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Te stSlavename\"}"
180 ], 181 ],
181 "cwd": "[SLAVE_BUILD]", 182 "cwd": "[SLAVE_BUILD]",
182 "name": "package build" 183 "name": "package build"
183 } 184 }
184 ] 185 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698