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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac_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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac Builder-Trybot", 10 "Mac Builder-Trybot",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "--target", 169 "--target",
170 "Release", 170 "Release",
171 "--src-dir", 171 "--src-dir",
172 "[SLAVE_BUILD]/src", 172 "[SLAVE_BUILD]/src",
173 "--build-tool", 173 "--build-tool",
174 "ninja", 174 "ninja",
175 "--compiler", 175 "--compiler",
176 "goma-clang", 176 "goma-clang",
177 "--goma-dir", 177 "--goma-dir",
178 "[BUILD]/goma", 178 "[BUILD]/goma",
179 "--ninja-ensure-up-to-date",
179 "--", 180 "--",
180 "chromium_builder_tests" 181 "chromium_builder_tests"
181 ], 182 ],
182 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
183 "name": "compile" 184 "name": "compile"
184 }, 185 },
185 { 186 {
186 "allow_subannotations": true, 187 "allow_subannotations": true,
187 "cmd": [ 188 "cmd": [
188 "python", 189 "python",
189 "-u", 190 "-u",
190 "[BUILD]/scripts/slave/zip_build.py", 191 "[BUILD]/scripts/slave/zip_build.py",
191 "--target", 192 "--target",
192 "Release", 193 "Release",
193 "--build-url", 194 "--build-url",
194 "gs://chromium-skia-gm/client.skia/Mac Builder-Trybot", 195 "gs://chromium-skia-gm/client.skia/Mac Builder-Trybot",
195 "--build_revision", 196 "--build_revision",
196 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 197 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
197 "--factory-properties", 198 "--factory-properties",
198 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 199 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
199 "--build-properties", 200 "--build-properties",
200 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 201 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
201 ], 202 ],
202 "cwd": "[SLAVE_BUILD]", 203 "cwd": "[SLAVE_BUILD]",
203 "name": "package build" 204 "name": "package build"
204 } 205 }
205 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698