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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_builder.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 "client.webrtc.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Android32 Builder", 10 "Android32 Builder",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--gsutil-py-path", 172 "--gsutil-py-path",
173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
174 "--ninja-path", 174 "--ninja-path",
175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
176 "--target", 176 "--target",
177 "Release", 177 "Release",
178 "--src-dir", 178 "--src-dir",
179 "[SLAVE_BUILD]/src", 179 "[SLAVE_BUILD]/src",
180 "--goma-cache-dir", 180 "--goma-cache-dir",
181 "[GOMA_CACHE]", 181 "[GOMA_CACHE]",
182 "--build-tool",
183 "ninja",
184 "--compiler", 182 "--compiler",
185 "goma", 183 "goma",
186 "--goma-jsonstatus", 184 "--goma-jsonstatus",
187 "/path/to/tmp/json", 185 "/path/to/tmp/json",
188 "--goma-service-account-json-file", 186 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json", 187 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 188 "--goma-dir",
191 "[CACHE]/cipd/goma", 189 "[CACHE]/cipd/goma",
192 "--" 190 "--"
193 ], 191 ],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "~followup_annotations": [ 259 "~followup_annotations": [
262 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b r />Android32 Tests (L Nexus6)@@@" 260 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b r />Android32 Tests (L Nexus6)@@@"
263 ] 261 ]
264 }, 262 },
265 { 263 {
266 "name": "$result", 264 "name": "$result",
267 "recipe_result": null, 265 "recipe_result": null,
268 "status_code": 0 266 "status_code": 0
269 } 267 }
270 ] 268 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698