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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "--gsutil-py-path", 422 "--gsutil-py-path",
423 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 423 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
424 "--ninja-path", 424 "--ninja-path",
425 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 425 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
426 "--target", 426 "--target",
427 "Release", 427 "Release",
428 "--src-dir", 428 "--src-dir",
429 "[BUILDER_CACHE]/linux/src", 429 "[BUILDER_CACHE]/linux/src",
430 "--goma-cache-dir", 430 "--goma-cache-dir",
431 "[GOMA_CACHE]", 431 "[GOMA_CACHE]",
432 "--buildbot-buildername",
433 "linux_chromium_rel_ng",
434 "--buildbot-mastername",
435 "tryserver.chromium.linux",
436 "--buildbot-slavename",
437 "TestSlavename",
432 "--goma-deps-cache-dir", 438 "--goma-deps-cache-dir",
433 "[GOMA_DEPS_CACHE]", 439 "[GOMA_DEPS_CACHE]",
434 "--compiler", 440 "--compiler",
435 "goma", 441 "goma",
436 "--goma-jsonstatus", 442 "--goma-jsonstatus",
437 "/path/to/tmp/json", 443 "/path/to/tmp/json",
438 "--goma-service-account-json-file", 444 "--goma-service-account-json-file",
439 "/creds/service_accounts/service-account-goma-client.json", 445 "/creds/service_accounts/service-account-goma-client.json",
440 "--goma-dir", 446 "--goma-dir",
441 "[CACHE]/cipd/goma", 447 "[CACHE]/cipd/goma",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 562 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
557 ] 563 ]
558 }, 564 },
559 { 565 {
560 "name": "$result", 566 "name": "$result",
561 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 567 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
562 "recipe_result": null, 568 "recipe_result": null,
563 "status_code": 1 569 "status_code": 1
564 } 570 }
565 ] 571 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698