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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "--target", 158 "--target",
159 "Release", 159 "Release",
160 "--src-dir", 160 "--src-dir",
161 "[SLAVE_BUILD]\\src", 161 "[SLAVE_BUILD]\\src",
162 "--build-tool", 162 "--build-tool",
163 "ninja", 163 "ninja",
164 "--compiler", 164 "--compiler",
165 "goma", 165 "goma",
166 "--goma-dir", 166 "--goma-dir",
167 "[BUILD]\\goma", 167 "[BUILD]\\goma",
168 "--ninja-ensure-up-to-date",
168 "--", 169 "--",
169 "chromium_builder_tests", 170 "chromium_builder_tests",
170 "crash_service" 171 "crash_service"
171 ], 172 ],
172 "cwd": "[SLAVE_BUILD]", 173 "cwd": "[SLAVE_BUILD]",
173 "name": "compile" 174 "name": "compile"
174 }, 175 },
175 { 176 {
176 "allow_subannotations": true, 177 "allow_subannotations": true,
177 "cmd": [ 178 "cmd": [
178 "python", 179 "python",
179 "-u", 180 "-u",
180 "[BUILD]\\scripts\\slave\\zip_build.py", 181 "[BUILD]\\scripts\\slave\\zip_build.py",
181 "--target", 182 "--target",
182 "Release", 183 "Release",
183 "--build-url", 184 "--build-url",
184 "gs://chromium-skia-gm/client.skia/Win Builder-Trybot", 185 "gs://chromium-skia-gm/client.skia/Win Builder-Trybot",
185 "--build_revision", 186 "--build_revision",
186 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 187 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
187 "--factory-properties", 188 "--factory-properties",
188 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
189 "--build-properties", 190 "--build-properties",
190 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 191 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
191 ], 192 ],
192 "cwd": "[SLAVE_BUILD]", 193 "cwd": "[SLAVE_BUILD]",
193 "name": "package build" 194 "name": "package build"
194 } 195 }
195 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698