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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.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]/linux_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "--ninja-path", 365 "--ninja-path",
366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
367 "--target", 367 "--target",
368 "Release", 368 "Release",
369 "--src-dir", 369 "--src-dir",
370 "[BUILDER_CACHE]/linux_layout/src", 370 "[BUILDER_CACHE]/linux_layout/src",
371 "--goma-cache-dir", 371 "--goma-cache-dir",
372 "[GOMA_CACHE]", 372 "[GOMA_CACHE]",
373 "--goma-deps-cache-dir", 373 "--goma-deps-cache-dir",
374 "[GOMA_DEPS_CACHE]", 374 "[GOMA_DEPS_CACHE]",
375 "--build-tool",
376 "ninja",
377 "--compiler", 375 "--compiler",
378 "goma", 376 "goma",
379 "--goma-jsonstatus", 377 "--goma-jsonstatus",
380 "/path/to/tmp/json", 378 "/path/to/tmp/json",
381 "--goma-service-account-json-file", 379 "--goma-service-account-json-file",
382 "/creds/service_accounts/service-account-goma-client.json", 380 "/creds/service_accounts/service-account-goma-client.json",
383 "--goma-dir", 381 "--goma-dir",
384 "[CACHE]/cipd/goma", 382 "[CACHE]/cipd/goma",
385 "--goma-fail-fast", 383 "--goma-fail-fast",
386 "--goma-disable-local-fallback", 384 "--goma-disable-local-fallback",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 "--ninja-path", 623 "--ninja-path",
626 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 624 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
627 "--target", 625 "--target",
628 "Release", 626 "Release",
629 "--src-dir", 627 "--src-dir",
630 "[BUILDER_CACHE]/linux_layout/src", 628 "[BUILDER_CACHE]/linux_layout/src",
631 "--goma-cache-dir", 629 "--goma-cache-dir",
632 "[GOMA_CACHE]", 630 "[GOMA_CACHE]",
633 "--goma-deps-cache-dir", 631 "--goma-deps-cache-dir",
634 "[GOMA_DEPS_CACHE]", 632 "[GOMA_DEPS_CACHE]",
635 "--build-tool",
636 "ninja",
637 "--compiler", 633 "--compiler",
638 "goma", 634 "goma",
639 "--goma-jsonstatus", 635 "--goma-jsonstatus",
640 "/path/to/tmp/json", 636 "/path/to/tmp/json",
641 "--goma-service-account-json-file", 637 "--goma-service-account-json-file",
642 "/creds/service_accounts/service-account-goma-client.json", 638 "/creds/service_accounts/service-account-goma-client.json",
643 "--goma-dir", 639 "--goma-dir",
644 "[CACHE]/cipd/goma", 640 "[CACHE]/cipd/goma",
645 "--goma-fail-fast", 641 "--goma-fail-fast",
646 "--goma-disable-local-fallback", 642 "--goma-disable-local-fallback",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@" 721 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@"
726 ] 722 ]
727 }, 723 },
728 { 724 {
729 "name": "$result", 725 "name": "$result",
730 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 726 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
731 "recipe_result": null, 727 "recipe_result": null,
732 "status_code": 1 728 "status_code": 1
733 } 729 }
734 ] 730 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698