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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_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]/linux_swarming", 7 "[BUILDER_CACHE]/linux_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", 239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
240 "--target", 240 "--target",
241 "Debug", 241 "Debug",
242 "--src-dir", 242 "--src-dir",
243 "[BUILDER_CACHE]/linux_swarming/src", 243 "[BUILDER_CACHE]/linux_swarming/src",
244 "--goma-cache-dir", 244 "--goma-cache-dir",
245 "[GOMA_CACHE]", 245 "[GOMA_CACHE]",
246 "--buildbot-buildername",
247 "linux_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 "/creds/service_accounts/service-account-goma-client.json", 259 "/creds/service_accounts/service-account-goma-client.json",
254 "--goma-dir", 260 "--goma-dir",
255 "[CACHE]/cipd/goma", 261 "[CACHE]/cipd/goma",
(...skipping 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after
2452 "@@@STEP_LOG_END@json.output@@@", 2458 "@@@STEP_LOG_END@json.output@@@",
2453 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2459 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2454 ] 2460 ]
2455 }, 2461 },
2456 { 2462 {
2457 "name": "$result", 2463 "name": "$result",
2458 "recipe_result": null, 2464 "recipe_result": null,
2459 "status_code": 0 2465 "status_code": 0
2460 } 2466 }
2461 ] 2467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698