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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/check_ecs_deps_fail.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "--gsutil-py-path", 129 "--gsutil-py-path",
130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
131 "--ninja-path", 131 "--ninja-path",
132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
133 "--target", 133 "--target",
134 "Debug", 134 "Debug",
135 "--src-dir", 135 "--src-dir",
136 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
137 "--goma-cache-dir", 137 "--goma-cache-dir",
138 "[GOMA_CACHE]", 138 "[GOMA_CACHE]",
139 "--build-tool",
140 "ninja",
141 "--compiler", 139 "--compiler",
142 "goma", 140 "goma",
143 "--goma-jsonstatus", 141 "--goma-jsonstatus",
144 "/path/to/tmp/json", 142 "/path/to/tmp/json",
145 "--goma-service-account-json-file", 143 "--goma-service-account-json-file",
146 "/creds/service_accounts/service-account-goma-client.json", 144 "/creds/service_accounts/service-account-goma-client.json",
147 "--goma-dir", 145 "--goma-dir",
148 "[BUILD]/goma", 146 "[BUILD]/goma",
149 "--", 147 "--",
150 "content_shell" 148 "content_shell"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "--gsutil-py-path", 180 "--gsutil-py-path",
183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
184 "--ninja-path", 182 "--ninja-path",
185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 183 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
186 "--target", 184 "--target",
187 "Debug", 185 "Debug",
188 "--src-dir", 186 "--src-dir",
189 "[SLAVE_BUILD]/src", 187 "[SLAVE_BUILD]/src",
190 "--goma-cache-dir", 188 "--goma-cache-dir",
191 "[GOMA_CACHE]", 189 "[GOMA_CACHE]",
192 "--build-tool",
193 "ninja",
194 "--compiler", 190 "--compiler",
195 "goma", 191 "goma",
196 "--goma-jsonstatus", 192 "--goma-jsonstatus",
197 "/path/to/tmp/json", 193 "/path/to/tmp/json",
198 "--goma-service-account-json-file", 194 "--goma-service-account-json-file",
199 "/creds/service_accounts/service-account-goma-client.json", 195 "/creds/service_accounts/service-account-goma-client.json",
200 "--goma-dir", 196 "--goma-dir",
201 "[BUILD]/goma", 197 "[BUILD]/goma",
202 "--", 198 "--",
203 "aura_unittests", 199 "aura_unittests",
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 "url_unittests" 733 "url_unittests"
738 ], 734 ],
739 "name": "url_unittests" 735 "name": "url_unittests"
740 }, 736 },
741 { 737 {
742 "name": "$result", 738 "name": "$result",
743 "recipe_result": null, 739 "recipe_result": null,
744 "status_code": 0 740 "status_code": 0
745 } 741 }
746 ] 742 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/basic.json ('k') | scripts/slave/recipes/ozone_ecs.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698