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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_android_cloud_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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Cloud Tests", 10 "Android Cloud Tests",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "--gsutil-py-path", 314 "--gsutil-py-path",
315 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 315 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
316 "--ninja-path", 316 "--ninja-path",
317 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 317 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
318 "--target", 318 "--target",
319 "Release", 319 "Release",
320 "--src-dir", 320 "--src-dir",
321 "[SLAVE_BUILD]/src", 321 "[SLAVE_BUILD]/src",
322 "--goma-cache-dir", 322 "--goma-cache-dir",
323 "[GOMA_CACHE]", 323 "[GOMA_CACHE]",
324 "--build-tool",
325 "ninja",
326 "--compiler", 324 "--compiler",
327 "goma", 325 "goma",
328 "--goma-jsonstatus", 326 "--goma-jsonstatus",
329 "/path/to/tmp/json", 327 "/path/to/tmp/json",
330 "--goma-service-account-json-file", 328 "--goma-service-account-json-file",
331 "/creds/service_accounts/service-account-goma-client.json", 329 "/creds/service_accounts/service-account-goma-client.json",
332 "--goma-dir", 330 "--goma-dir",
333 "[CACHE]/cipd/goma", 331 "[CACHE]/cipd/goma",
334 "--", 332 "--",
335 "base_unittests_apk" 333 "base_unittests_apk"
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 554 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
557 "@@@STEP_LOG_END@python.inline@@@" 555 "@@@STEP_LOG_END@python.inline@@@"
558 ] 556 ]
559 }, 557 },
560 { 558 {
561 "name": "$result", 559 "name": "$result",
562 "recipe_result": null, 560 "recipe_result": null,
563 "status_code": 0 561 "status_code": 0
564 } 562 }
565 ] 563 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698