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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "--gsutil-py-path", 214 "--gsutil-py-path",
215 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 215 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
216 "--ninja-path", 216 "--ninja-path",
217 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 217 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
218 "--target", 218 "--target",
219 "Release", 219 "Release",
220 "--src-dir", 220 "--src-dir",
221 "[SLAVE_BUILD]/src", 221 "[SLAVE_BUILD]/src",
222 "--goma-cache-dir", 222 "--goma-cache-dir",
223 "[GOMA_CACHE]", 223 "[GOMA_CACHE]",
224 "--build-tool",
225 "ninja",
226 "--compiler", 224 "--compiler",
227 "goma", 225 "goma",
228 "--goma-jsonstatus", 226 "--goma-jsonstatus",
229 "/path/to/tmp/json", 227 "/path/to/tmp/json",
230 "--goma-service-account-json-file", 228 "--goma-service-account-json-file",
231 "/creds/service_accounts/service-account-goma-client.json", 229 "/creds/service_accounts/service-account-goma-client.json",
232 "--goma-dir", 230 "--goma-dir",
233 "[CACHE]/cipd/goma", 231 "[CACHE]/cipd/goma",
234 "--", 232 "--",
235 "all" 233 "all"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "--gsutil-py-path", 357 "--gsutil-py-path",
360 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 358 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
361 "--ninja-path", 359 "--ninja-path",
362 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 360 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
363 "--target", 361 "--target",
364 "Release", 362 "Release",
365 "--src-dir", 363 "--src-dir",
366 "[SLAVE_BUILD]/src", 364 "[SLAVE_BUILD]/src",
367 "--goma-cache-dir", 365 "--goma-cache-dir",
368 "[GOMA_CACHE]", 366 "[GOMA_CACHE]",
369 "--build-tool",
370 "ninja",
371 "--compiler", 367 "--compiler",
372 "goma", 368 "goma",
373 "--goma-jsonstatus", 369 "--goma-jsonstatus",
374 "/path/to/tmp/json", 370 "/path/to/tmp/json",
375 "--goma-service-account-json-file", 371 "--goma-service-account-json-file",
376 "/creds/service_accounts/service-account-goma-client.json", 372 "/creds/service_accounts/service-account-goma-client.json",
377 "--goma-dir", 373 "--goma-dir",
378 "[CACHE]/cipd/goma", 374 "[CACHE]/cipd/goma",
379 "--", 375 "--",
380 "all" 376 "all"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ], 465 ],
470 "cwd": "[SLAVE_BUILD]", 466 "cwd": "[SLAVE_BUILD]",
471 "name": "compare_build_artifacts" 467 "name": "compare_build_artifacts"
472 }, 468 },
473 { 469 {
474 "name": "$result", 470 "name": "$result",
475 "recipe_result": null, 471 "recipe_result": null,
476 "status_code": 0 472 "status_code": 0
477 } 473 }
478 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698