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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "--gsutil-py-path", 305 "--gsutil-py-path",
306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
307 "--ninja-path", 307 "--ninja-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
309 "--target", 309 "--target",
310 "Release", 310 "Release",
311 "--src-dir", 311 "--src-dir",
312 "[BUILDER_CACHE]/Linux_Builder/src", 312 "[BUILDER_CACHE]/Linux_Builder/src",
313 "--goma-cache-dir", 313 "--goma-cache-dir",
314 "[GOMA_CACHE]", 314 "[GOMA_CACHE]",
315 "--buildbot-buildername",
316 "Linux Builder",
317 "--buildbot-mastername",
318 "chromium.webrtc.fyi",
319 "--buildbot-slavename",
320 "TestSlavename",
321 "--goma-deps-cache-dir", 315 "--goma-deps-cache-dir",
322 "[GOMA_DEPS_CACHE]", 316 "[GOMA_DEPS_CACHE]",
323 "--build-data-dir", 317 "--build-data-dir",
324 "[ROOT]/build_data_dir", 318 "[ROOT]/build_data_dir",
325 "--compiler", 319 "--compiler",
326 "goma", 320 "goma",
327 "--goma-jsonstatus", 321 "--goma-jsonstatus",
328 "/path/to/tmp/json", 322 "/path/to/tmp/json",
329 "--goma-service-account-json-file", 323 "--goma-service-account-json-file",
330 "/creds/service_accounts/service-account-goma-client.json", 324 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "~followup_annotations": [ 399 "~followup_annotations": [
406 "@@@STEP_TEXT@Linux Tester@@@" 400 "@@@STEP_TEXT@Linux Tester@@@"
407 ] 401 ]
408 }, 402 },
409 { 403 {
410 "name": "$result", 404 "name": "$result",
411 "recipe_result": null, 405 "recipe_result": null,
412 "status_code": 0 406 "status_code": 0
413 } 407 }
414 ] 408 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698