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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Linux_Builder.json

Issue 2307743002: Reland "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_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",
309 "--goma-deps-cache-dir", 315 "--goma-deps-cache-dir",
310 "[GOMA_DEPS_CACHE]", 316 "[GOMA_DEPS_CACHE]",
311 "--build-data-dir", 317 "--build-data-dir",
312 "[ROOT]/build_data_dir", 318 "[ROOT]/build_data_dir",
313 "--compiler", 319 "--compiler",
314 "goma", 320 "goma",
315 "--goma-jsonstatus", 321 "--goma-jsonstatus",
316 "/path/to/tmp/json", 322 "/path/to/tmp/json",
317 "--goma-service-account-json-file", 323 "--goma-service-account-json-file",
318 "/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
393 "~followup_annotations": [ 399 "~followup_annotations": [
394 "@@@STEP_TEXT@Linux Tester@@@" 400 "@@@STEP_TEXT@Linux Tester@@@"
395 ] 401 ]
396 }, 402 },
397 { 403 {
398 "name": "$result", 404 "name": "$result",
399 "recipe_result": null, 405 "recipe_result": null,
400 "status_code": 0 406 "status_code": 0
401 } 407 }
402 ] 408 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698