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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_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 "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_linux_gcc_rel", 10 "v8_linux_gcc_rel",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--gsutil-py-path", 258 "--gsutil-py-path",
259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
260 "--ninja-path", 260 "--ninja-path",
261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
262 "--target", 262 "--target",
263 "Release", 263 "Release",
264 "--src-dir", 264 "--src-dir",
265 "[SLAVE_BUILD]/v8", 265 "[SLAVE_BUILD]/v8",
266 "--goma-cache-dir", 266 "--goma-cache-dir",
267 "[GOMA_CACHE]", 267 "[GOMA_CACHE]",
268 "--build-tool",
269 "ninja",
270 "--compiler", 268 "--compiler",
271 "goma", 269 "goma",
272 "--goma-jsonstatus", 270 "--goma-jsonstatus",
273 "/path/to/tmp/json", 271 "/path/to/tmp/json",
274 "--goma-service-account-json-file", 272 "--goma-service-account-json-file",
275 "/creds/service_accounts/service-account-goma-client.json", 273 "/creds/service_accounts/service-account-goma-client.json",
276 "--goma-dir", 274 "--goma-dir",
277 "[CACHE]/cipd/goma", 275 "[CACHE]/cipd/goma",
278 "--goma-fail-fast", 276 "--goma-fail-fast",
279 "--goma-disable-local-fallback", 277 "--goma-disable-local-fallback",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 325 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
328 "@@@STEP_LOG_END@durations@@@" 326 "@@@STEP_LOG_END@durations@@@"
329 ] 327 ]
330 }, 328 },
331 { 329 {
332 "name": "$result", 330 "name": "$result",
333 "recipe_result": null, 331 "recipe_result": null,
334 "status_code": 0 332 "status_code": 0
335 } 333 }
336 ] 334 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698