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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_rel.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]\\win_rel", 7 "[BUILDER_CACHE]\\win_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "--gsutil-py-path", 212 "--gsutil-py-path",
213 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 213 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
214 "--ninja-path", 214 "--ninja-path",
215 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 215 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
216 "--target", 216 "--target",
217 "Release", 217 "Release",
218 "--src-dir", 218 "--src-dir",
219 "[BUILDER_CACHE]\\win_rel\\src", 219 "[BUILDER_CACHE]\\win_rel\\src",
220 "--goma-cache-dir", 220 "--goma-cache-dir",
221 "[GOMA_CACHE]", 221 "[GOMA_CACHE]",
222 "--buildbot-buildername",
223 "win_rel",
224 "--buildbot-mastername",
225 "tryserver.webrtc",
226 "--buildbot-slavename",
227 "slavename",
222 "--goma-deps-cache-dir", 228 "--goma-deps-cache-dir",
223 "[GOMA_DEPS_CACHE]", 229 "[GOMA_DEPS_CACHE]",
224 "--compiler", 230 "--compiler",
225 "goma", 231 "goma",
226 "--goma-jsonstatus", 232 "--goma-jsonstatus",
227 "/path/to/tmp/json", 233 "/path/to/tmp/json",
228 "--goma-service-account-json-file", 234 "--goma-service-account-json-file",
229 "C:\\creds\\service_accounts\\service-account-goma-client.json", 235 "C:\\creds\\service_accounts\\service-account-goma-client.json",
230 "--goma-dir", 236 "--goma-dir",
231 "[CACHE]\\cipd\\goma", 237 "[CACHE]\\cipd\\goma",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 ], 646 ],
641 "cwd": "[BUILDER_CACHE]\\win_rel", 647 "cwd": "[BUILDER_CACHE]\\win_rel",
642 "name": "webrtc_nonparallel_tests" 648 "name": "webrtc_nonparallel_tests"
643 }, 649 },
644 { 650 {
645 "name": "$result", 651 "name": "$result",
646 "recipe_result": null, 652 "recipe_result": null,
647 "status_code": 0 653 "status_code": 0
648 } 654 }
649 ] 655 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698