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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_on_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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "--target", 155 "--target",
156 "Release", 156 "Release",
157 "--src-dir", 157 "--src-dir",
158 "[SLAVE_BUILD]/src", 158 "[SLAVE_BUILD]/src",
159 "--build-tool", 159 "--build-tool",
160 "ninja", 160 "ninja",
161 "--compiler", 161 "--compiler",
162 "goma", 162 "goma",
163 "--goma-dir", 163 "--goma-dir",
164 "[BUILD]/goma", 164 "[BUILD]/goma",
165 "--ninja-ensure-up-to-date",
165 "--", 166 "--",
166 "base_unittests", 167 "base_unittests",
167 "browser_tests", 168 "browser_tests",
168 "chromium_swarm_tests" 169 "chromium_swarm_tests"
169 ], 170 ],
170 "cwd": "[SLAVE_BUILD]", 171 "cwd": "[SLAVE_BUILD]",
171 "name": "compile" 172 "name": "compile"
172 }, 173 },
173 { 174 {
174 "cmd": [ 175 "cmd": [
(...skipping 28 matching lines...) Expand all
203 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 204 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
204 "--factory-properties", 205 "--factory-properties",
205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}", 206 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}",
206 "--build-properties", 207 "--build-properties",
207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}" 208 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}"
208 ], 209 ],
209 "cwd": "[SLAVE_BUILD]", 210 "cwd": "[SLAVE_BUILD]",
210 "name": "package build" 211 "name": "package build"
211 } 212 }
212 ] 213 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698