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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "--ninja-path", 391 "--ninja-path",
392 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 392 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
393 "--target", 393 "--target",
394 "Release", 394 "Release",
395 "--src-dir", 395 "--src-dir",
396 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 396 "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
397 "--goma-cache-dir", 397 "--goma-cache-dir",
398 "[GOMA_CACHE]", 398 "[GOMA_CACHE]",
399 "--goma-deps-cache-dir", 399 "--goma-deps-cache-dir",
400 "[GOMA_DEPS_CACHE]", 400 "[GOMA_DEPS_CACHE]",
401 "--build-tool",
402 "ninja",
403 "--compiler", 401 "--compiler",
404 "goma", 402 "goma",
405 "--goma-jsonstatus", 403 "--goma-jsonstatus",
406 "/path/to/tmp/json", 404 "/path/to/tmp/json",
407 "--goma-service-account-json-file", 405 "--goma-service-account-json-file",
408 "/creds/service_accounts/service-account-goma-client.json", 406 "/creds/service_accounts/service-account-goma-client.json",
409 "--goma-dir", 407 "--goma-dir",
410 "[CACHE]/cipd/goma", 408 "[CACHE]/cipd/goma",
411 "--goma-fail-fast", 409 "--goma-fail-fast",
412 "--goma-disable-local-fallback", 410 "--goma-disable-local-fallback",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "--ninja-path", 576 "--ninja-path",
579 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 577 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
580 "--target", 578 "--target",
581 "Release", 579 "Release",
582 "--src-dir", 580 "--src-dir",
583 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 581 "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
584 "--goma-cache-dir", 582 "--goma-cache-dir",
585 "[GOMA_CACHE]", 583 "[GOMA_CACHE]",
586 "--goma-deps-cache-dir", 584 "--goma-deps-cache-dir",
587 "[GOMA_DEPS_CACHE]", 585 "[GOMA_DEPS_CACHE]",
588 "--build-tool",
589 "ninja",
590 "--compiler", 586 "--compiler",
591 "goma", 587 "goma",
592 "--goma-jsonstatus", 588 "--goma-jsonstatus",
593 "/path/to/tmp/json", 589 "/path/to/tmp/json",
594 "--goma-service-account-json-file", 590 "--goma-service-account-json-file",
595 "/creds/service_accounts/service-account-goma-client.json", 591 "/creds/service_accounts/service-account-goma-client.json",
596 "--goma-dir", 592 "--goma-dir",
597 "[CACHE]/cipd/goma", 593 "[CACHE]/cipd/goma",
598 "--goma-fail-fast", 594 "--goma-fail-fast",
599 "--goma-disable-local-fallback", 595 "--goma-disable-local-fallback",
(...skipping 23 matching lines...) Expand all
623 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@" 619 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@"
624 ] 620 ]
625 }, 621 },
626 { 622 {
627 "name": "$result", 623 "name": "$result",
628 "reason": "Infra compile failure: Step Failure in compile (with patch)", 624 "reason": "Infra compile failure: Step Failure in compile (with patch)",
629 "recipe_result": null, 625 "recipe_result": null,
630 "status_code": 1 626 "status_code": 1
631 } 627 }
632 ] 628 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698