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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_dbg.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_mac_dbg", 10 "v8_mac_dbg",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "--gsutil-py-path", 301 "--gsutil-py-path",
302 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 302 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
303 "--ninja-path", 303 "--ninja-path",
304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
305 "--target", 305 "--target",
306 "Debug", 306 "Debug",
307 "--src-dir", 307 "--src-dir",
308 "[SLAVE_BUILD]/v8", 308 "[SLAVE_BUILD]/v8",
309 "--goma-cache-dir", 309 "--goma-cache-dir",
310 "[GOMA_CACHE]", 310 "[GOMA_CACHE]",
311 "--build-tool",
312 "ninja",
313 "--compiler", 311 "--compiler",
314 "goma-clang", 312 "goma-clang",
315 "--goma-jsonstatus", 313 "--goma-jsonstatus",
316 "/path/to/tmp/json", 314 "/path/to/tmp/json",
317 "--goma-service-account-json-file", 315 "--goma-service-account-json-file",
318 "/creds/service_accounts/service-account-goma-client.json", 316 "/creds/service_accounts/service-account-goma-client.json",
319 "--goma-dir", 317 "--goma-dir",
320 "[CACHE]/cipd/goma", 318 "[CACHE]/cipd/goma",
321 "--goma-fail-fast", 319 "--goma-fail-fast",
322 "--goma-disable-local-fallback", 320 "--goma-disable-local-fallback",
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1072 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1075 "@@@STEP_LOG_END@durations@@@" 1073 "@@@STEP_LOG_END@durations@@@"
1076 ] 1074 ]
1077 }, 1075 },
1078 { 1076 {
1079 "name": "$result", 1077 "name": "$result",
1080 "recipe_result": null, 1078 "recipe_result": null,
1081 "status_code": 0 1079 "status_code": 0
1082 } 1080 }
1083 ] 1081 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698