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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.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_swarming", 7 "[BUILDER_CACHE]\\win_swarming",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "--gsutil-py-path", 236 "--gsutil-py-path",
237 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 237 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
238 "--ninja-path", 238 "--ninja-path",
239 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 239 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
240 "--target", 240 "--target",
241 "Debug", 241 "Debug",
242 "--src-dir", 242 "--src-dir",
243 "[BUILDER_CACHE]\\win_swarming\\src", 243 "[BUILDER_CACHE]\\win_swarming\\src",
244 "--goma-cache-dir", 244 "--goma-cache-dir",
245 "[GOMA_CACHE]", 245 "[GOMA_CACHE]",
246 "--buildbot-buildername",
247 "win_swarming",
248 "--buildbot-mastername",
249 "tryserver.webrtc",
250 "--buildbot-slavename",
251 "slavename",
246 "--goma-deps-cache-dir", 252 "--goma-deps-cache-dir",
247 "[GOMA_DEPS_CACHE]", 253 "[GOMA_DEPS_CACHE]",
248 "--compiler", 254 "--compiler",
249 "goma", 255 "goma",
250 "--goma-jsonstatus", 256 "--goma-jsonstatus",
251 "/path/to/tmp/json", 257 "/path/to/tmp/json",
252 "--goma-service-account-json-file", 258 "--goma-service-account-json-file",
253 "C:\\creds\\service_accounts\\service-account-goma-client.json", 259 "C:\\creds\\service_accounts\\service-account-goma-client.json",
254 "--goma-dir", 260 "--goma-dir",
255 "[CACHE]\\cipd\\goma", 261 "[CACHE]\\cipd\\goma",
(...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2451 "@@@STEP_LOG_END@json.output@@@", 2457 "@@@STEP_LOG_END@json.output@@@",
2452 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2458 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2453 ] 2459 ]
2454 }, 2460 },
2455 { 2461 {
2456 "name": "$result", 2462 "name": "$result",
2457 "recipe_result": null, 2463 "recipe_result": null,
2458 "status_code": 0 2464 "status_code": 0
2459 } 2465 }
2460 ] 2466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698