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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "--gsutil-py-path", 396 "--gsutil-py-path",
397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
398 "--ninja-path", 398 "--ninja-path",
399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
400 "--target", 400 "--target",
401 "Release", 401 "Release",
402 "--src-dir", 402 "--src-dir",
403 "[BUILDER_CACHE]/linux/src", 403 "[BUILDER_CACHE]/linux/src",
404 "--goma-cache-dir", 404 "--goma-cache-dir",
405 "[GOMA_CACHE]", 405 "[GOMA_CACHE]",
406 "--buildbot-buildername",
407 "linux_chromium_rel_ng",
408 "--buildbot-mastername",
409 "tryserver.chromium.linux",
410 "--buildbot-slavename",
411 "TestSlavename",
412 "--goma-deps-cache-dir", 406 "--goma-deps-cache-dir",
413 "[GOMA_DEPS_CACHE]", 407 "[GOMA_DEPS_CACHE]",
414 "--compiler", 408 "--compiler",
415 "goma", 409 "goma",
416 "--goma-jsonstatus", 410 "--goma-jsonstatus",
417 "/path/to/tmp/json", 411 "/path/to/tmp/json",
418 "--goma-service-account-json-file", 412 "--goma-service-account-json-file",
419 "/creds/service_accounts/service-account-goma-client.json", 413 "/creds/service_accounts/service-account-goma-client.json",
420 "--goma-dir", 414 "--goma-dir",
421 "[CACHE]/cipd/goma", 415 "[CACHE]/cipd/goma",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "--gsutil-py-path", 584 "--gsutil-py-path",
591 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 585 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
592 "--ninja-path", 586 "--ninja-path",
593 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 587 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
594 "--target", 588 "--target",
595 "Release", 589 "Release",
596 "--src-dir", 590 "--src-dir",
597 "[BUILDER_CACHE]/linux/src", 591 "[BUILDER_CACHE]/linux/src",
598 "--goma-cache-dir", 592 "--goma-cache-dir",
599 "[GOMA_CACHE]", 593 "[GOMA_CACHE]",
600 "--buildbot-buildername",
601 "linux_chromium_rel_ng",
602 "--buildbot-mastername",
603 "tryserver.chromium.linux",
604 "--buildbot-slavename",
605 "TestSlavename",
606 "--goma-deps-cache-dir", 594 "--goma-deps-cache-dir",
607 "[GOMA_DEPS_CACHE]", 595 "[GOMA_DEPS_CACHE]",
608 "--compiler", 596 "--compiler",
609 "goma", 597 "goma",
610 "--goma-jsonstatus", 598 "--goma-jsonstatus",
611 "/path/to/tmp/json", 599 "/path/to/tmp/json",
612 "--goma-service-account-json-file", 600 "--goma-service-account-json-file",
613 "/creds/service_accounts/service-account-goma-client.json", 601 "/creds/service_accounts/service-account-goma-client.json",
614 "--goma-dir", 602 "--goma-dir",
615 "[CACHE]/cipd/goma", 603 "[CACHE]/cipd/goma",
(...skipping 25 matching lines...) Expand all
641 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@" 629 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@"
642 ] 630 ]
643 }, 631 },
644 { 632 {
645 "name": "$result", 633 "name": "$result",
646 "reason": "Infra compile failure: Step Failure in compile (with patch)", 634 "reason": "Infra compile failure: Step Failure in compile (with patch)",
647 "recipe_result": null, 635 "recipe_result": null,
648 "status_code": 1 636 "status_code": 1
649 } 637 }
650 ] 638 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698