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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_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 "Android Builder", 10 "Android Builder",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "--gsutil-py-path", 342 "--gsutil-py-path",
343 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 343 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
344 "--ninja-path", 344 "--ninja-path",
345 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 345 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
346 "--target", 346 "--target",
347 "Release", 347 "Release",
348 "--src-dir", 348 "--src-dir",
349 "[SLAVE_BUILD]/src", 349 "[SLAVE_BUILD]/src",
350 "--goma-cache-dir", 350 "--goma-cache-dir",
351 "[GOMA_CACHE]", 351 "[GOMA_CACHE]",
352 "--build-tool",
353 "ninja",
354 "--compiler", 352 "--compiler",
355 "goma", 353 "goma",
356 "--goma-jsonstatus", 354 "--goma-jsonstatus",
357 "/path/to/tmp/json", 355 "/path/to/tmp/json",
358 "--goma-service-account-json-file", 356 "--goma-service-account-json-file",
359 "/creds/service_accounts/service-account-goma-client.json", 357 "/creds/service_accounts/service-account-goma-client.json",
360 "--goma-dir", 358 "--goma-dir",
361 "[CACHE]/cipd/goma", 359 "[CACHE]/cipd/goma",
362 "--", 360 "--",
363 "chrome_public_test_apk" 361 "chrome_public_test_apk"
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "~followup_annotations": [ 460 "~followup_annotations": [
463 "@@@STEP_TEXT@Android Tests@@@" 461 "@@@STEP_TEXT@Android Tests@@@"
464 ] 462 ]
465 }, 463 },
466 { 464 {
467 "name": "$result", 465 "name": "$result",
468 "recipe_result": null, 466 "recipe_result": null,
469 "status_code": 0 467 "status_code": 0
470 } 468 }
471 ] 469 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698