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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_swarming.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]/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",
252 "--goma-deps-cache-dir", 246 "--goma-deps-cache-dir",
253 "[GOMA_DEPS_CACHE]", 247 "[GOMA_DEPS_CACHE]",
254 "--compiler", 248 "--compiler",
255 "goma", 249 "goma",
256 "--goma-jsonstatus", 250 "--goma-jsonstatus",
257 "/path/to/tmp/json", 251 "/path/to/tmp/json",
258 "--goma-service-account-json-file", 252 "--goma-service-account-json-file",
259 "/creds/service_accounts/service-account-goma-client.json", 253 "/creds/service_accounts/service-account-goma-client.json",
260 "--goma-dir", 254 "--goma-dir",
261 "[CACHE]/cipd/goma", 255 "[CACHE]/cipd/goma",
(...skipping 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after
2458 "@@@STEP_LOG_END@json.output@@@", 2452 "@@@STEP_LOG_END@json.output@@@",
2459 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2453 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2460 ] 2454 ]
2461 }, 2455 },
2462 { 2456 {
2463 "name": "$result", 2457 "name": "$result",
2464 "recipe_result": null, 2458 "recipe_result": null,
2465 "status_code": 0 2459 "status_code": 0
2466 } 2460 }
2467 ] 2461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698