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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_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 "Linux Builder-Trybot", 10 "Linux Builder-Trybot",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "--target", 149 "--target",
150 "Release", 150 "Release",
151 "--src-dir", 151 "--src-dir",
152 "[SLAVE_BUILD]/src", 152 "[SLAVE_BUILD]/src",
153 "--build-tool", 153 "--build-tool",
154 "ninja", 154 "ninja",
155 "--compiler", 155 "--compiler",
156 "goma", 156 "goma",
157 "--goma-dir", 157 "--goma-dir",
158 "[BUILD]/goma", 158 "[BUILD]/goma",
159 "--ninja-ensure-up-to-date",
159 "--", 160 "--",
160 "chromium_swarm_tests" 161 "chromium_swarm_tests"
161 ], 162 ],
162 "cwd": "[SLAVE_BUILD]", 163 "cwd": "[SLAVE_BUILD]",
163 "name": "compile" 164 "name": "compile"
164 }, 165 },
165 { 166 {
166 "allow_subannotations": true, 167 "allow_subannotations": true,
167 "cmd": [ 168 "cmd": [
168 "python", 169 "python",
169 "-u", 170 "-u",
170 "[BUILD]/scripts/slave/zip_build.py", 171 "[BUILD]/scripts/slave/zip_build.py",
171 "--target", 172 "--target",
172 "Release", 173 "Release",
173 "--build-url", 174 "--build-url",
174 "gs://chromium-skia-gm/client.skia/Linux Builder-Trybot", 175 "gs://chromium-skia-gm/client.skia/Linux Builder-Trybot",
175 "--build_revision", 176 "--build_revision",
176 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 177 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
177 "--factory-properties", 178 "--factory-properties",
178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \ "client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \ "client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
179 "--build-properties", 180 "--build-properties",
180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \ "client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \ "client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
181 ], 182 ],
182 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
183 "name": "package build" 184 "name": "package build"
184 } 185 }
185 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698