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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "--gsutil-py-path", 229 "--gsutil-py-path",
230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
231 "--ninja-path", 231 "--ninja-path",
232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
233 "--target", 233 "--target",
234 "Debug", 234 "Debug",
235 "--src-dir", 235 "--src-dir",
236 "[SLAVE_BUILD]/src", 236 "[SLAVE_BUILD]/src",
237 "--goma-cache-dir", 237 "--goma-cache-dir",
238 "[GOMA_CACHE]", 238 "[GOMA_CACHE]",
239 "--build-tool",
240 "ninja",
241 "--compiler", 239 "--compiler",
242 "goma-clang", 240 "goma-clang",
243 "--goma-jsonstatus", 241 "--goma-jsonstatus",
244 "/path/to/tmp/json", 242 "/path/to/tmp/json",
245 "--goma-service-account-json-file", 243 "--goma-service-account-json-file",
246 "/creds/service_accounts/service-account-goma-client.json", 244 "/creds/service_accounts/service-account-goma-client.json",
247 "--goma-dir", 245 "--goma-dir",
248 "[CACHE]/cipd/goma", 246 "[CACHE]/cipd/goma",
249 "--goma-fail-fast", 247 "--goma-fail-fast",
250 "--goma-disable-local-fallback", 248 "--goma-disable-local-fallback",
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
2454 "@@@STEP_LOG_END@json.output@@@", 2452 "@@@STEP_LOG_END@json.output@@@",
2455 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2453 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2456 ] 2454 ]
2457 }, 2455 },
2458 { 2456 {
2459 "name": "$result", 2457 "name": "$result",
2460 "recipe_result": null, 2458 "recipe_result": null,
2461 "status_code": 0 2459 "status_code": 0
2462 } 2460 }
2463 ] 2461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698