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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.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.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux ASAN Builder", 10 "Linux ASAN Builder",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "--target", 151 "--target",
152 "Release", 152 "Release",
153 "--src-dir", 153 "--src-dir",
154 "[SLAVE_BUILD]/src", 154 "[SLAVE_BUILD]/src",
155 "--build-tool", 155 "--build-tool",
156 "ninja", 156 "ninja",
157 "--compiler", 157 "--compiler",
158 "goma-clang", 158 "goma-clang",
159 "--goma-dir", 159 "--goma-dir",
160 "[BUILD]/goma", 160 "[BUILD]/goma",
161 "--ninja-ensure-up-to-date",
161 "--" 162 "--"
162 ], 163 ],
163 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
164 "name": "compile" 165 "name": "compile"
165 }, 166 },
166 { 167 {
167 "allow_subannotations": true, 168 "allow_subannotations": true,
168 "cmd": [ 169 "cmd": [
169 "python", 170 "python",
170 "-u", 171 "-u",
171 "[BUILD]/scripts/slave/zip_build.py", 172 "[BUILD]/scripts/slave/zip_build.py",
172 "--target", 173 "--target",
173 "Release", 174 "Release",
174 "--build-url", 175 "--build-url",
175 "gs://chromium-v8/client.v8.fyi/Linux ASAN Builder", 176 "gs://chromium-v8/client.v8.fyi/Linux ASAN Builder",
176 "--build_revision", 177 "--build_revision",
177 "801ada225ddc271c132c3a35f03975671d43e399", 178 "801ada225ddc271c132c3a35f03975671d43e399",
178 "--factory-properties", 179 "--factory-properties",
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASAN Builder\", \"buildnumber\": 571, \"mastername\": \"c lient.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revisi on\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd ir/TestSlavename\"}", 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASAN Builder\", \"buildnumber\": 571, \"mastername\": \"c lient.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revisi on\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd ir/TestSlavename\"}",
180 "--build-properties", 181 "--build-properties",
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASAN Builder\", \"buildnumber\": 571, \"mastername\": \"c lient.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revisi on\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd ir/TestSlavename\"}" 182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ASAN Builder\", \"buildnumber\": 571, \"mastername\": \"c lient.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revisi on\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd ir/TestSlavename\"}"
182 ], 183 ],
183 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
184 "name": "package build" 185 "name": "package build"
185 } 186 }
186 ] 187 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698