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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/trybot.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "linux_ecs_ozone", 10 "linux_ecs_ozone",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "--gsutil-py-path", 135 "--gsutil-py-path",
136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
137 "--ninja-path", 137 "--ninja-path",
138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
139 "--target", 139 "--target",
140 "Debug", 140 "Debug",
141 "--src-dir", 141 "--src-dir",
142 "[SLAVE_BUILD]/src", 142 "[SLAVE_BUILD]/src",
143 "--goma-cache-dir", 143 "--goma-cache-dir",
144 "[GOMA_CACHE]", 144 "[GOMA_CACHE]",
145 "--build-tool",
146 "ninja",
147 "--compiler", 145 "--compiler",
148 "goma", 146 "goma",
149 "--goma-jsonstatus", 147 "--goma-jsonstatus",
150 "/path/to/tmp/json", 148 "/path/to/tmp/json",
151 "--goma-service-account-json-file", 149 "--goma-service-account-json-file",
152 "/creds/service_accounts/service-account-goma-client.json", 150 "/creds/service_accounts/service-account-goma-client.json",
153 "--goma-dir", 151 "--goma-dir",
154 "[BUILD]/goma", 152 "[BUILD]/goma",
155 "--goma-fail-fast", 153 "--goma-fail-fast",
156 "--goma-disable-local-fallback", 154 "--goma-disable-local-fallback",
(...skipping 29 matching lines...) Expand all
186 "--gsutil-py-path", 184 "--gsutil-py-path",
187 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 185 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
188 "--ninja-path", 186 "--ninja-path",
189 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 187 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
190 "--target", 188 "--target",
191 "Debug", 189 "Debug",
192 "--src-dir", 190 "--src-dir",
193 "[SLAVE_BUILD]/src", 191 "[SLAVE_BUILD]/src",
194 "--goma-cache-dir", 192 "--goma-cache-dir",
195 "[GOMA_CACHE]", 193 "[GOMA_CACHE]",
196 "--build-tool",
197 "ninja",
198 "--compiler", 194 "--compiler",
199 "goma", 195 "goma",
200 "--goma-jsonstatus", 196 "--goma-jsonstatus",
201 "/path/to/tmp/json", 197 "/path/to/tmp/json",
202 "--goma-service-account-json-file", 198 "--goma-service-account-json-file",
203 "/creds/service_accounts/service-account-goma-client.json", 199 "/creds/service_accounts/service-account-goma-client.json",
204 "--goma-dir", 200 "--goma-dir",
205 "[BUILD]/goma", 201 "[BUILD]/goma",
206 "--goma-fail-fast", 202 "--goma-fail-fast",
207 "--goma-disable-local-fallback", 203 "--goma-disable-local-fallback",
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "url_unittests" 739 "url_unittests"
744 ], 740 ],
745 "name": "url_unittests" 741 "name": "url_unittests"
746 }, 742 },
747 { 743 {
748 "name": "$result", 744 "name": "$result",
749 "recipe_result": null, 745 "recipe_result": null,
750 "status_code": 0 746 "status_code": 0
751 } 747 }
752 ] 748 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698