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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 158 "goma",
159 "--goma-dir", 159 "--goma-dir",
160 "[BUILD]/goma", 160 "[BUILD]/goma",
161 "--goma-fail-fast", 161 "--goma-fail-fast",
162 "--goma-disable-local-fallback", 162 "--goma-disable-local-fallback",
163 "--ninja-ensure-up-to-date",
163 "--", 164 "--",
164 "content_shell" 165 "content_shell"
165 ], 166 ],
166 "cwd": "[SLAVE_BUILD]", 167 "cwd": "[SLAVE_BUILD]",
167 "name": "compile content_shell" 168 "name": "compile content_shell"
168 }, 169 },
169 { 170 {
170 "cmd": [ 171 "cmd": [
171 "python", 172 "python",
172 "-u", 173 "-u",
(...skipping 12 matching lines...) Expand all
185 "--src-dir", 186 "--src-dir",
186 "[SLAVE_BUILD]/src", 187 "[SLAVE_BUILD]/src",
187 "--build-tool", 188 "--build-tool",
188 "ninja", 189 "ninja",
189 "--compiler", 190 "--compiler",
190 "goma", 191 "goma",
191 "--goma-dir", 192 "--goma-dir",
192 "[BUILD]/goma", 193 "[BUILD]/goma",
193 "--goma-fail-fast", 194 "--goma-fail-fast",
194 "--goma-disable-local-fallback", 195 "--goma-disable-local-fallback",
196 "--ninja-ensure-up-to-date",
195 "--", 197 "--",
196 "aura_unittests", 198 "aura_unittests",
197 "base_unittests", 199 "base_unittests",
198 "cacheinvalidation_unittests", 200 "cacheinvalidation_unittests",
199 "cc_unittests", 201 "cc_unittests",
200 "components_unittests", 202 "components_unittests",
201 "compositor_unittests", 203 "compositor_unittests",
202 "content_browsertests", 204 "content_browsertests",
203 "content_unittests", 205 "content_unittests",
204 "crypto_unittests", 206 "crypto_unittests",
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 "--step-name=url_unittests", 744 "--step-name=url_unittests",
743 "--builder-name=TestBuilder", 745 "--builder-name=TestBuilder",
744 "--slave-name=TestSlavename", 746 "--slave-name=TestSlavename",
745 "--build-number=571", 747 "--build-number=571",
746 "--no-spawn-dbus", 748 "--no-spawn-dbus",
747 "url_unittests" 749 "url_unittests"
748 ], 750 ],
749 "cwd": "[SLAVE_BUILD]", 751 "cwd": "[SLAVE_BUILD]",
750 "name": "url_unittests" 752 "name": "url_unittests"
751 } 753 }
752 ] 754 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698