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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest.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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "--gsutil-py-path", 295 "--gsutil-py-path",
296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
297 "--ninja-path", 297 "--ninja-path",
298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
299 "--target", 299 "--target",
300 "Release", 300 "Release",
301 "--src-dir", 301 "--src-dir",
302 "[SLAVE_BUILD]/src", 302 "[SLAVE_BUILD]/src",
303 "--goma-cache-dir", 303 "--goma-cache-dir",
304 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
305 "--build-tool",
306 "ninja",
307 "--compiler", 305 "--compiler",
308 "goma", 306 "goma",
309 "--goma-jsonstatus", 307 "--goma-jsonstatus",
310 "/path/to/tmp/json", 308 "/path/to/tmp/json",
311 "--goma-service-account-json-file", 309 "--goma-service-account-json-file",
312 "/creds/service_accounts/service-account-goma-client.json", 310 "/creds/service_accounts/service-account-goma-client.json",
313 "--goma-dir", 311 "--goma-dir",
314 "[CACHE]/cipd/goma", 312 "[CACHE]/cipd/goma",
315 "--ninja-ensure-up-to-date", 313 "--ninja-ensure-up-to-date",
316 "--", 314 "--",
(...skipping 100 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