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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "--ninja-path", 380 "--ninja-path",
381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
382 "--target", 382 "--target",
383 "Release", 383 "Release",
384 "--src-dir", 384 "--src-dir",
385 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 385 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
386 "--goma-cache-dir", 386 "--goma-cache-dir",
387 "[GOMA_CACHE]", 387 "[GOMA_CACHE]",
388 "--goma-deps-cache-dir", 388 "--goma-deps-cache-dir",
389 "[GOMA_DEPS_CACHE]", 389 "[GOMA_DEPS_CACHE]",
390 "--build-tool",
391 "ninja",
392 "--compiler", 390 "--compiler",
393 "goma", 391 "goma",
394 "--goma-jsonstatus", 392 "--goma-jsonstatus",
395 "/path/to/tmp/json", 393 "/path/to/tmp/json",
396 "--goma-service-account-json-file", 394 "--goma-service-account-json-file",
397 "/creds/service_accounts/service-account-goma-client.json", 395 "/creds/service_accounts/service-account-goma-client.json",
398 "--goma-dir", 396 "--goma-dir",
399 "[CACHE]/cipd/goma", 397 "[CACHE]/cipd/goma",
400 "--goma-fail-fast", 398 "--goma-fail-fast",
401 "--goma-disable-local-fallback", 399 "--goma-disable-local-fallback",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "--ninja-path", 567 "--ninja-path",
570 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 568 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
571 "--target", 569 "--target",
572 "Release", 570 "Release",
573 "--src-dir", 571 "--src-dir",
574 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 572 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
575 "--goma-cache-dir", 573 "--goma-cache-dir",
576 "[GOMA_CACHE]", 574 "[GOMA_CACHE]",
577 "--goma-deps-cache-dir", 575 "--goma-deps-cache-dir",
578 "[GOMA_DEPS_CACHE]", 576 "[GOMA_DEPS_CACHE]",
579 "--build-tool",
580 "ninja",
581 "--compiler", 577 "--compiler",
582 "goma", 578 "goma",
583 "--goma-jsonstatus", 579 "--goma-jsonstatus",
584 "/path/to/tmp/json", 580 "/path/to/tmp/json",
585 "--goma-service-account-json-file", 581 "--goma-service-account-json-file",
586 "/creds/service_accounts/service-account-goma-client.json", 582 "/creds/service_accounts/service-account-goma-client.json",
587 "--goma-dir", 583 "--goma-dir",
588 "[CACHE]/cipd/goma", 584 "[CACHE]/cipd/goma",
589 "--goma-fail-fast", 585 "--goma-fail-fast",
590 "--goma-disable-local-fallback", 586 "--goma-disable-local-fallback",
(...skipping 29 matching lines...) Expand all
620 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 616 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
621 ] 617 ]
622 }, 618 },
623 { 619 {
624 "name": "$result", 620 "name": "$result",
625 "reason": "Step('compile (with patch)') failed with return_code 1", 621 "reason": "Step('compile (with patch)') failed with return_code 1",
626 "recipe_result": null, 622 "recipe_result": null,
627 "status_code": 1 623 "status_code": 1
628 } 624 }
629 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698