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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__clang_.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]\\Win64_Debug__Clang_", 7 "[BUILDER_CACHE]\\Win64_Debug__Clang_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "--gsutil-py-path", 228 "--gsutil-py-path",
229 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 229 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
230 "--ninja-path", 230 "--ninja-path",
231 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 231 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
232 "--target", 232 "--target",
233 "Debug_x64", 233 "Debug_x64",
234 "--src-dir", 234 "--src-dir",
235 "[BUILDER_CACHE]\\Win64_Debug__Clang_\\src", 235 "[BUILDER_CACHE]\\Win64_Debug__Clang_\\src",
236 "--goma-cache-dir", 236 "--goma-cache-dir",
237 "[GOMA_CACHE]", 237 "[GOMA_CACHE]",
238 "--buildbot-buildername",
239 "Win64 Debug (Clang)",
240 "--buildbot-mastername",
241 "client.webrtc",
242 "--buildbot-slavename",
243 "slavename",
238 "--goma-deps-cache-dir", 244 "--goma-deps-cache-dir",
239 "[GOMA_DEPS_CACHE]", 245 "[GOMA_DEPS_CACHE]",
240 "--compiler", 246 "--compiler",
241 "goma-clang", 247 "goma-clang",
242 "--goma-jsonstatus", 248 "--goma-jsonstatus",
243 "/path/to/tmp/json", 249 "/path/to/tmp/json",
244 "--goma-service-account-json-file", 250 "--goma-service-account-json-file",
245 "C:\\creds\\service_accounts\\service-account-goma-client.json", 251 "C:\\creds\\service_accounts\\service-account-goma-client.json",
246 "--goma-dir", 252 "--goma-dir",
247 "[CACHE]\\cipd\\goma", 253 "[CACHE]\\cipd\\goma",
248 "--" 254 "--"
249 ], 255 ],
250 "env": { 256 "env": {
251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 257 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
252 }, 258 },
253 "name": "compile", 259 "name": "compile",
254 "~followup_annotations": [ 260 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
256 "@@@STEP_LOG_END@json.output (invalid)@@@" 262 "@@@STEP_LOG_END@json.output (invalid)@@@"
257 ] 263 ]
258 }, 264 },
259 { 265 {
260 "name": "$result", 266 "name": "$result",
261 "recipe_result": null, 267 "recipe_result": null,
262 "status_code": 0 268 "status_code": 0
263 } 269 }
264 ] 270 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698