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

Side by Side Diff: scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "--gsutil-py-path", 296 "--gsutil-py-path",
297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
298 "--ninja-path", 298 "--ninja-path",
299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
300 "--target", 300 "--target",
301 "Release", 301 "Release",
302 "--src-dir", 302 "--src-dir",
303 "[SLAVE_BUILD]/src", 303 "[SLAVE_BUILD]/src",
304 "--goma-cache-dir", 304 "--goma-cache-dir",
305 "[GOMA_CACHE]", 305 "[GOMA_CACHE]",
306 "--build-tool",
307 "ninja",
308 "--compiler", 306 "--compiler",
309 "goma", 307 "goma",
310 "--goma-jsonstatus", 308 "--goma-jsonstatus",
311 "/path/to/tmp/json", 309 "/path/to/tmp/json",
312 "--goma-service-account-json-file", 310 "--goma-service-account-json-file",
313 "/creds/service_accounts/service-account-goma-client.json", 311 "/creds/service_accounts/service-account-goma-client.json",
314 "--goma-dir", 312 "--goma-dir",
315 "[CACHE]/cipd/goma", 313 "[CACHE]/cipd/goma",
316 "--ninja-ensure-up-to-date", 314 "--ninja-ensure-up-to-date",
317 "--", 315 "--",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "~followup_annotations": [ 415 "~followup_annotations": [
418 "@@@STEP_TEXT@Linux Tests@@@" 416 "@@@STEP_TEXT@Linux Tests@@@"
419 ] 417 ]
420 }, 418 },
421 { 419 {
422 "name": "$result", 420 "name": "$result",
423 "recipe_result": null, 421 "recipe_result": null,
424 "status_code": 0 422 "status_code": 0
425 } 423 }
426 ] 424 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698