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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--gsutil-py-path", 205 "--gsutil-py-path",
206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
207 "--ninja-path", 207 "--ninja-path",
208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
209 "--target", 209 "--target",
210 "Release", 210 "Release",
211 "--src-dir", 211 "--src-dir",
212 "[SLAVE_BUILD]/src", 212 "[SLAVE_BUILD]/src",
213 "--goma-cache-dir", 213 "--goma-cache-dir",
214 "[GOMA_CACHE]", 214 "[GOMA_CACHE]",
215 "--build-tool",
216 "ninja",
217 "--compiler", 215 "--compiler",
218 "goma-clang", 216 "goma-clang",
219 "--goma-jsonstatus", 217 "--goma-jsonstatus",
220 "/path/to/tmp/json", 218 "/path/to/tmp/json",
221 "--goma-service-account-json-file", 219 "--goma-service-account-json-file",
222 "/creds/service_accounts/service-account-goma-client.json", 220 "/creds/service_accounts/service-account-goma-client.json",
223 "--goma-dir", 221 "--goma-dir",
224 "[CACHE]/cipd/goma", 222 "[CACHE]/cipd/goma",
225 "--goma-fail-fast", 223 "--goma-fail-fast",
226 "--goma-disable-local-fallback", 224 "--goma-disable-local-fallback",
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "webrtc_nonparallel_tests" 640 "webrtc_nonparallel_tests"
643 ], 641 ],
644 "name": "webrtc_nonparallel_tests" 642 "name": "webrtc_nonparallel_tests"
645 }, 643 },
646 { 644 {
647 "name": "$result", 645 "name": "$result",
648 "recipe_result": null, 646 "recipe_result": null,
649 "status_code": 0 647 "status_code": 0
650 } 648 }
651 ] 649 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698