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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json

Issue 2306523002: 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_msan", 7 "[BUILDER_CACHE]/linux_msan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "--gsutil-py-path", 234 "--gsutil-py-path",
235 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 235 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
236 "--ninja-path", 236 "--ninja-path",
237 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 237 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
238 "--target", 238 "--target",
239 "Release", 239 "Release",
240 "--src-dir", 240 "--src-dir",
241 "[BUILDER_CACHE]/linux_msan/src", 241 "[BUILDER_CACHE]/linux_msan/src",
242 "--goma-cache-dir", 242 "--goma-cache-dir",
243 "[GOMA_CACHE]", 243 "[GOMA_CACHE]",
244 "--buildbot-buildername",
245 "linux_msan",
246 "--buildbot-mastername",
247 "tryserver.webrtc",
248 "--buildbot-slavename",
249 "slavename",
244 "--goma-deps-cache-dir", 250 "--goma-deps-cache-dir",
245 "[GOMA_DEPS_CACHE]", 251 "[GOMA_DEPS_CACHE]",
246 "--compiler", 252 "--compiler",
247 "goma-clang", 253 "goma-clang",
248 "--goma-jsonstatus", 254 "--goma-jsonstatus",
249 "/path/to/tmp/json", 255 "/path/to/tmp/json",
250 "--goma-service-account-json-file", 256 "--goma-service-account-json-file",
251 "/creds/service_accounts/service-account-goma-client.json", 257 "/creds/service_accounts/service-account-goma-client.json",
252 "--goma-dir", 258 "--goma-dir",
253 "[CACHE]/cipd/goma", 259 "[CACHE]/cipd/goma",
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 ], 700 ],
695 "cwd": "[BUILDER_CACHE]/linux_msan", 701 "cwd": "[BUILDER_CACHE]/linux_msan",
696 "name": "webrtc_nonparallel_tests" 702 "name": "webrtc_nonparallel_tests"
697 }, 703 },
698 { 704 {
699 "name": "$result", 705 "name": "$result",
700 "recipe_result": null, 706 "recipe_result": null,
701 "status_code": 0 707 "status_code": 0
702 } 708 }
703 ] 709 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698