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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "--gsutil-py-path", 236 "--gsutil-py-path",
237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
238 "--ninja-path", 238 "--ninja-path",
239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
240 "--target", 240 "--target",
241 "Release", 241 "Release",
242 "--src-dir", 242 "--src-dir",
243 "[SLAVE_BUILD]/src", 243 "[SLAVE_BUILD]/src",
244 "--goma-cache-dir", 244 "--goma-cache-dir",
245 "[GOMA_CACHE]", 245 "[GOMA_CACHE]",
246 "--build-tool",
247 "ninja",
248 "--compiler", 246 "--compiler",
249 "goma-clang", 247 "goma-clang",
250 "--goma-jsonstatus", 248 "--goma-jsonstatus",
251 "/path/to/tmp/json", 249 "/path/to/tmp/json",
252 "--goma-service-account-json-file", 250 "--goma-service-account-json-file",
253 "/creds/service_accounts/service-account-goma-client.json", 251 "/creds/service_accounts/service-account-goma-client.json",
254 "--goma-dir", 252 "--goma-dir",
255 "[CACHE]/cipd/goma", 253 "[CACHE]/cipd/goma",
256 "--", 254 "--",
257 "all" 255 "all"
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "--gsutil-py-path", 401 "--gsutil-py-path",
404 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 402 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
405 "--ninja-path", 403 "--ninja-path",
406 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 404 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
407 "--target", 405 "--target",
408 "Release", 406 "Release",
409 "--src-dir", 407 "--src-dir",
410 "[SLAVE_BUILD]/src", 408 "[SLAVE_BUILD]/src",
411 "--goma-cache-dir", 409 "--goma-cache-dir",
412 "[GOMA_CACHE]", 410 "[GOMA_CACHE]",
413 "--build-tool",
414 "ninja",
415 "--compiler", 411 "--compiler",
416 "goma-clang", 412 "goma-clang",
417 "--goma-jsonstatus", 413 "--goma-jsonstatus",
418 "/path/to/tmp/json", 414 "/path/to/tmp/json",
419 "--goma-service-account-json-file", 415 "--goma-service-account-json-file",
420 "/creds/service_accounts/service-account-goma-client.json", 416 "/creds/service_accounts/service-account-goma-client.json",
421 "--goma-dir", 417 "--goma-dir",
422 "[CACHE]/cipd/goma", 418 "[CACHE]/cipd/goma",
423 "--", 419 "--",
424 "all" 420 "all"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 ], 509 ],
514 "cwd": "[SLAVE_BUILD]", 510 "cwd": "[SLAVE_BUILD]",
515 "name": "compare_build_artifacts" 511 "name": "compare_build_artifacts"
516 }, 512 },
517 { 513 {
518 "name": "$result", 514 "name": "$result",
519 "recipe_result": null, 515 "recipe_result": null,
520 "status_code": 0 516 "status_code": 0
521 } 517 }
522 ] 518 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698