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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_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 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",
315 "--goma-deps-cache-dir", 321 "--goma-deps-cache-dir",
316 "[GOMA_DEPS_CACHE]", 322 "[GOMA_DEPS_CACHE]",
317 "--build-data-dir", 323 "--build-data-dir",
318 "[ROOT]/build_data_dir", 324 "[ROOT]/build_data_dir",
319 "--compiler", 325 "--compiler",
320 "goma", 326 "goma",
321 "--goma-jsonstatus", 327 "--goma-jsonstatus",
322 "/path/to/tmp/json", 328 "/path/to/tmp/json",
323 "--goma-service-account-json-file", 329 "--goma-service-account-json-file",
324 "/creds/service_accounts/service-account-goma-client.json", 330 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "~followup_annotations": [ 405 "~followup_annotations": [
400 "@@@STEP_TEXT@Linux Tester@@@" 406 "@@@STEP_TEXT@Linux Tester@@@"
401 ] 407 ]
402 }, 408 },
403 { 409 {
404 "name": "$result", 410 "name": "$result",
405 "recipe_result": null, 411 "recipe_result": null,
406 "status_code": 0 412 "status_code": 0
407 } 413 }
408 ] 414 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698