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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.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_asan", 7 "[BUILDER_CACHE]/linux_asan",
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_asan/src", 241 "[BUILDER_CACHE]/linux_asan/src",
242 "--goma-cache-dir", 242 "--goma-cache-dir",
243 "[GOMA_CACHE]", 243 "[GOMA_CACHE]",
244 "--buildbot-buildername",
245 "linux_asan",
246 "--buildbot-mastername",
247 "tryserver.webrtc",
248 "--buildbot-slavename",
249 "slavename",
250 "--goma-deps-cache-dir", 244 "--goma-deps-cache-dir",
251 "[GOMA_DEPS_CACHE]", 245 "[GOMA_DEPS_CACHE]",
252 "--compiler", 246 "--compiler",
253 "goma-clang", 247 "goma-clang",
254 "--goma-jsonstatus", 248 "--goma-jsonstatus",
255 "/path/to/tmp/json", 249 "/path/to/tmp/json",
256 "--goma-service-account-json-file", 250 "--goma-service-account-json-file",
257 "/creds/service_accounts/service-account-goma-client.json", 251 "/creds/service_accounts/service-account-goma-client.json",
258 "--goma-dir", 252 "--goma-dir",
259 "[CACHE]/cipd/goma", 253 "[CACHE]/cipd/goma",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 ], 710 ],
717 "cwd": "[BUILDER_CACHE]/linux_asan", 711 "cwd": "[BUILDER_CACHE]/linux_asan",
718 "name": "webrtc_nonparallel_tests" 712 "name": "webrtc_nonparallel_tests"
719 }, 713 },
720 { 714 {
721 "name": "$result", 715 "name": "$result",
722 "recipe_result": null, 716 "recipe_result": null,
723 "status_code": 0 717 "status_code": 0
724 } 718 }
725 ] 719 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698