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

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

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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",
386 "--goma-deps-cache-dir", 380 "--goma-deps-cache-dir",
387 "[GOMA_DEPS_CACHE]", 381 "[GOMA_DEPS_CACHE]",
388 "--compiler", 382 "--compiler",
389 "goma", 383 "goma",
390 "--goma-jsonstatus", 384 "--goma-jsonstatus",
391 "/path/to/tmp/json", 385 "/path/to/tmp/json",
392 "--goma-service-account-json-file", 386 "--goma-service-account-json-file",
393 "/creds/service_accounts/service-account-goma-client.json", 387 "/creds/service_accounts/service-account-goma-client.json",
394 "--goma-dir", 388 "--goma-dir",
395 "[CACHE]/cipd/goma", 389 "[CACHE]/cipd/goma",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "--gsutil-py-path", 629 "--gsutil-py-path",
636 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 630 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
637 "--ninja-path", 631 "--ninja-path",
638 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 632 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
639 "--target", 633 "--target",
640 "Release", 634 "Release",
641 "--src-dir", 635 "--src-dir",
642 "[BUILDER_CACHE]/linux_layout/src", 636 "[BUILDER_CACHE]/linux_layout/src",
643 "--goma-cache-dir", 637 "--goma-cache-dir",
644 "[GOMA_CACHE]", 638 "[GOMA_CACHE]",
645 "--buildbot-buildername",
646 "linux_precise_blink_rel",
647 "--buildbot-mastername",
648 "tryserver.blink",
649 "--buildbot-slavename",
650 "TestSlavename",
651 "--goma-deps-cache-dir", 639 "--goma-deps-cache-dir",
652 "[GOMA_DEPS_CACHE]", 640 "[GOMA_DEPS_CACHE]",
653 "--compiler", 641 "--compiler",
654 "goma", 642 "goma",
655 "--goma-jsonstatus", 643 "--goma-jsonstatus",
656 "/path/to/tmp/json", 644 "/path/to/tmp/json",
657 "--goma-service-account-json-file", 645 "--goma-service-account-json-file",
658 "/creds/service_accounts/service-account-goma-client.json", 646 "/creds/service_accounts/service-account-goma-client.json",
659 "--goma-dir", 647 "--goma-dir",
660 "[CACHE]/cipd/goma", 648 "[CACHE]/cipd/goma",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@" 729 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@"
742 ] 730 ]
743 }, 731 },
744 { 732 {
745 "name": "$result", 733 "name": "$result",
746 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 734 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
747 "recipe_result": null, 735 "recipe_result": null,
748 "status_code": 1 736 "status_code": 1
749 } 737 }
750 ] 738 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698