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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.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_chromium_rel_ng", 7 "[BUILDER_CACHE]/linux_chromium_rel_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "--ninja-path", 379 "--ninja-path",
380 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 380 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
381 "--target", 381 "--target",
382 "Release", 382 "Release",
383 "--src-dir", 383 "--src-dir",
384 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 384 "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
385 "--goma-cache-dir", 385 "--goma-cache-dir",
386 "[GOMA_CACHE]", 386 "[GOMA_CACHE]",
387 "--goma-deps-cache-dir", 387 "--goma-deps-cache-dir",
388 "[GOMA_DEPS_CACHE]", 388 "[GOMA_DEPS_CACHE]",
389 "--build-tool",
390 "ninja",
391 "--compiler", 389 "--compiler",
392 "goma", 390 "goma",
393 "--goma-jsonstatus", 391 "--goma-jsonstatus",
394 "/path/to/tmp/json", 392 "/path/to/tmp/json",
395 "--goma-service-account-json-file", 393 "--goma-service-account-json-file",
396 "/creds/service_accounts/service-account-goma-client.json", 394 "/creds/service_accounts/service-account-goma-client.json",
397 "--goma-dir", 395 "--goma-dir",
398 "[CACHE]/cipd/goma", 396 "[CACHE]/cipd/goma",
399 "--goma-fail-fast", 397 "--goma-fail-fast",
400 "--goma-disable-local-fallback", 398 "--goma-disable-local-fallback",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "--ninja-path", 556 "--ninja-path",
559 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 557 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
560 "--target", 558 "--target",
561 "Release", 559 "Release",
562 "--src-dir", 560 "--src-dir",
563 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 561 "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
564 "--goma-cache-dir", 562 "--goma-cache-dir",
565 "[GOMA_CACHE]", 563 "[GOMA_CACHE]",
566 "--goma-deps-cache-dir", 564 "--goma-deps-cache-dir",
567 "[GOMA_DEPS_CACHE]", 565 "[GOMA_DEPS_CACHE]",
568 "--build-tool",
569 "ninja",
570 "--compiler", 566 "--compiler",
571 "goma", 567 "goma",
572 "--goma-jsonstatus", 568 "--goma-jsonstatus",
573 "/path/to/tmp/json", 569 "/path/to/tmp/json",
574 "--goma-service-account-json-file", 570 "--goma-service-account-json-file",
575 "/creds/service_accounts/service-account-goma-client.json", 571 "/creds/service_accounts/service-account-goma-client.json",
576 "--goma-dir", 572 "--goma-dir",
577 "[CACHE]/cipd/goma", 573 "[CACHE]/cipd/goma",
578 "--goma-fail-fast", 574 "--goma-fail-fast",
579 "--goma-disable-local-fallback", 575 "--goma-disable-local-fallback",
(...skipping 22 matching lines...) Expand all
602 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 598 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
603 ] 599 ]
604 }, 600 },
605 { 601 {
606 "name": "$result", 602 "name": "$result",
607 "reason": "Step('compile (with patch)') failed with return_code 1", 603 "reason": "Step('compile (with patch)') failed with return_code 1",
608 "recipe_result": null, 604 "recipe_result": null,
609 "status_code": 1 605 "status_code": 1
610 } 606 }
611 ] 607 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698