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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_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 "\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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "--ninja-path", 417 "--ninja-path",
418 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 418 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
419 "--target", 419 "--target",
420 "Release", 420 "Release",
421 "--src-dir", 421 "--src-dir",
422 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 422 "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
423 "--goma-cache-dir", 423 "--goma-cache-dir",
424 "[GOMA_CACHE]", 424 "[GOMA_CACHE]",
425 "--goma-deps-cache-dir", 425 "--goma-deps-cache-dir",
426 "[GOMA_DEPS_CACHE]", 426 "[GOMA_DEPS_CACHE]",
427 "--build-tool",
428 "ninja",
429 "--compiler", 427 "--compiler",
430 "goma", 428 "goma",
431 "--goma-jsonstatus", 429 "--goma-jsonstatus",
432 "/path/to/tmp/json", 430 "/path/to/tmp/json",
433 "--goma-service-account-json-file", 431 "--goma-service-account-json-file",
434 "/creds/service_accounts/service-account-goma-client.json", 432 "/creds/service_accounts/service-account-goma-client.json",
435 "--goma-dir", 433 "--goma-dir",
436 "[CACHE]/cipd/goma", 434 "[CACHE]/cipd/goma",
437 "--goma-fail-fast", 435 "--goma-fail-fast",
438 "--goma-disable-local-fallback", 436 "--goma-disable-local-fallback",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 551 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
554 ] 552 ]
555 }, 553 },
556 { 554 {
557 "name": "$result", 555 "name": "$result",
558 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 556 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
559 "recipe_result": null, 557 "recipe_result": null,
560 "status_code": 1 558 "status_code": 1
561 } 559 }
562 ] 560 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698