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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Linux_Builder.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_Builder", 7 "[BUILDER_CACHE]/Linux_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "--gsutil-py-path", 299 "--gsutil-py-path",
300 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 300 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
301 "--ninja-path", 301 "--ninja-path",
302 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 302 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
303 "--target", 303 "--target",
304 "Release", 304 "Release",
305 "--src-dir", 305 "--src-dir",
306 "[BUILDER_CACHE]/Linux_Builder/src", 306 "[BUILDER_CACHE]/Linux_Builder/src",
307 "--goma-cache-dir", 307 "--goma-cache-dir",
308 "[GOMA_CACHE]", 308 "[GOMA_CACHE]",
309 "--buildbot-buildername",
310 "Linux Builder",
311 "--buildbot-mastername",
312 "chromium.webrtc",
313 "--buildbot-slavename",
314 "TestSlavename",
315 "--goma-deps-cache-dir", 309 "--goma-deps-cache-dir",
316 "[GOMA_DEPS_CACHE]", 310 "[GOMA_DEPS_CACHE]",
317 "--build-data-dir", 311 "--build-data-dir",
318 "[ROOT]/build_data_dir", 312 "[ROOT]/build_data_dir",
319 "--compiler", 313 "--compiler",
320 "goma", 314 "goma",
321 "--goma-jsonstatus", 315 "--goma-jsonstatus",
322 "/path/to/tmp/json", 316 "/path/to/tmp/json",
323 "--goma-service-account-json-file", 317 "--goma-service-account-json-file",
324 "/creds/service_accounts/service-account-goma-client.json", 318 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "~followup_annotations": [ 393 "~followup_annotations": [
400 "@@@STEP_TEXT@Linux Tester@@@" 394 "@@@STEP_TEXT@Linux Tester@@@"
401 ] 395 ]
402 }, 396 },
403 { 397 {
404 "name": "$result", 398 "name": "$result",
405 "recipe_result": null, 399 "recipe_result": null,
406 "status_code": 0 400 "status_code": 0
407 } 401 }
408 ] 402 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698