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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - predictable", 10 "V8 Linux - predictable",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "--gsutil-py-path", 252 "--gsutil-py-path",
253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
254 "--ninja-path", 254 "--ninja-path",
255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
256 "--target", 256 "--target",
257 "Release", 257 "Release",
258 "--src-dir", 258 "--src-dir",
259 "[SLAVE_BUILD]/v8", 259 "[SLAVE_BUILD]/v8",
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--build-tool",
263 "ninja",
264 "--compiler", 262 "--compiler",
265 "goma", 263 "goma",
266 "--goma-jsonstatus", 264 "--goma-jsonstatus",
267 "/path/to/tmp/json", 265 "/path/to/tmp/json",
268 "--goma-service-account-json-file", 266 "--goma-service-account-json-file",
269 "/creds/service_accounts/service-account-goma-client.json", 267 "/creds/service_accounts/service-account-goma-client.json",
270 "--goma-dir", 268 "--goma-dir",
271 "[CACHE]/cipd/goma", 269 "[CACHE]/cipd/goma",
272 "--" 270 "--"
273 ], 271 ],
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 442 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
445 "@@@STEP_LOG_END@durations@@@" 443 "@@@STEP_LOG_END@durations@@@"
446 ] 444 ]
447 }, 445 },
448 { 446 {
449 "name": "$result", 447 "name": "$result",
450 "recipe_result": null, 448 "recipe_result": null,
451 "status_code": 0 449 "status_code": 0
452 } 450 }
453 ] 451 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698