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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "--gsutil-py-path", 370 "--gsutil-py-path",
371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
372 "--ninja-path", 372 "--ninja-path",
373 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 373 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
374 "--target", 374 "--target",
375 "Release", 375 "Release",
376 "--src-dir", 376 "--src-dir",
377 "[BUILDER_CACHE]/linux_layout/src", 377 "[BUILDER_CACHE]/linux_layout/src",
378 "--goma-cache-dir", 378 "--goma-cache-dir",
379 "[GOMA_CACHE]", 379 "[GOMA_CACHE]",
380 "--buildbot-buildername",
381 "linux_precise_blink_rel",
382 "--buildbot-mastername",
383 "tryserver.blink",
384 "--buildbot-slavename",
385 "TestSlavename",
380 "--goma-deps-cache-dir", 386 "--goma-deps-cache-dir",
381 "[GOMA_DEPS_CACHE]", 387 "[GOMA_DEPS_CACHE]",
382 "--compiler", 388 "--compiler",
383 "goma", 389 "goma",
384 "--goma-jsonstatus", 390 "--goma-jsonstatus",
385 "/path/to/tmp/json", 391 "/path/to/tmp/json",
386 "--goma-service-account-json-file", 392 "--goma-service-account-json-file",
387 "/creds/service_accounts/service-account-goma-client.json", 393 "/creds/service_accounts/service-account-goma-client.json",
388 "--goma-dir", 394 "--goma-dir",
389 "[CACHE]/cipd/goma", 395 "[CACHE]/cipd/goma",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "--gsutil-py-path", 635 "--gsutil-py-path",
630 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 636 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
631 "--ninja-path", 637 "--ninja-path",
632 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 638 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
633 "--target", 639 "--target",
634 "Release", 640 "Release",
635 "--src-dir", 641 "--src-dir",
636 "[BUILDER_CACHE]/linux_layout/src", 642 "[BUILDER_CACHE]/linux_layout/src",
637 "--goma-cache-dir", 643 "--goma-cache-dir",
638 "[GOMA_CACHE]", 644 "[GOMA_CACHE]",
645 "--buildbot-buildername",
646 "linux_precise_blink_rel",
647 "--buildbot-mastername",
648 "tryserver.blink",
649 "--buildbot-slavename",
650 "TestSlavename",
639 "--goma-deps-cache-dir", 651 "--goma-deps-cache-dir",
640 "[GOMA_DEPS_CACHE]", 652 "[GOMA_DEPS_CACHE]",
641 "--compiler", 653 "--compiler",
642 "goma", 654 "goma",
643 "--goma-jsonstatus", 655 "--goma-jsonstatus",
644 "/path/to/tmp/json", 656 "/path/to/tmp/json",
645 "--goma-service-account-json-file", 657 "--goma-service-account-json-file",
646 "/creds/service_accounts/service-account-goma-client.json", 658 "/creds/service_accounts/service-account-goma-client.json",
647 "--goma-dir", 659 "--goma-dir",
648 "[CACHE]/cipd/goma", 660 "[CACHE]/cipd/goma",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 697 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
686 ] 698 ]
687 }, 699 },
688 { 700 {
689 "name": "$result", 701 "name": "$result",
690 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 702 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
691 "recipe_result": null, 703 "recipe_result": null,
692 "status_code": 1 704 "status_code": 1
693 } 705 }
694 ] 706 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698