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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__clang_.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]\\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",
244 "--goma-deps-cache-dir", 238 "--goma-deps-cache-dir",
245 "[GOMA_DEPS_CACHE]", 239 "[GOMA_DEPS_CACHE]",
246 "--compiler", 240 "--compiler",
247 "goma-clang", 241 "goma-clang",
248 "--goma-jsonstatus", 242 "--goma-jsonstatus",
249 "/path/to/tmp/json", 243 "/path/to/tmp/json",
250 "--goma-service-account-json-file", 244 "--goma-service-account-json-file",
251 "C:\\creds\\service_accounts\\service-account-goma-client.json", 245 "C:\\creds\\service_accounts\\service-account-goma-client.json",
252 "--goma-dir", 246 "--goma-dir",
253 "[CACHE]\\cipd\\goma", 247 "[CACHE]\\cipd\\goma",
254 "--" 248 "--"
255 ], 249 ],
256 "env": { 250 "env": {
257 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
258 }, 252 },
259 "name": "compile", 253 "name": "compile",
260 "~followup_annotations": [ 254 "~followup_annotations": [
261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
262 "@@@STEP_LOG_END@json.output (invalid)@@@" 256 "@@@STEP_LOG_END@json.output (invalid)@@@"
263 ] 257 ]
264 }, 258 },
265 { 259 {
266 "name": "$result", 260 "name": "$result",
267 "recipe_result": null, 261 "recipe_result": null,
268 "status_code": 0 262 "status_code": 0
269 } 263 }
270 ] 264 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698