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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.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\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "--ninja-path", 400 "--ninja-path",
401 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 401 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
402 "--target", 402 "--target",
403 "Release", 403 "Release",
404 "--src-dir", 404 "--src-dir",
405 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", 405 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
406 "--goma-cache-dir", 406 "--goma-cache-dir",
407 "[GOMA_CACHE]", 407 "[GOMA_CACHE]",
408 "--goma-deps-cache-dir", 408 "--goma-deps-cache-dir",
409 "[GOMA_DEPS_CACHE]", 409 "[GOMA_DEPS_CACHE]",
410 "--build-tool",
411 "ninja",
412 "--compiler", 410 "--compiler",
413 "goma", 411 "goma",
414 "--goma-jsonstatus", 412 "--goma-jsonstatus",
415 "/path/to/tmp/json", 413 "/path/to/tmp/json",
416 "--goma-service-account-json-file", 414 "--goma-service-account-json-file",
417 "C:\\creds\\service_accounts\\service-account-goma-client.json", 415 "C:\\creds\\service_accounts\\service-account-goma-client.json",
418 "--goma-dir", 416 "--goma-dir",
419 "[CACHE]\\cipd\\goma", 417 "[CACHE]\\cipd\\goma",
420 "--goma-fail-fast", 418 "--goma-fail-fast",
421 "--goma-disable-local-fallback", 419 "--goma-disable-local-fallback",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "step returned non-zero exit code: 1", 477 "step returned non-zero exit code: 1",
480 "@@@STEP_EXCEPTION@@@" 478 "@@@STEP_EXCEPTION@@@"
481 ] 479 ]
482 }, 480 },
483 { 481 {
484 "name": "$result", 482 "name": "$result",
485 "recipe_result": null, 483 "recipe_result": null,
486 "status_code": 0 484 "status_code": 0
487 } 485 }
488 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698