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

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

Issue 2306523002: 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]/ChromiumOS_amd64_generic_Compile", 7 "[BUILDER_CACHE]/ChromiumOS_amd64_generic_Compile",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "--gsutil-py-path", 309 "--gsutil-py-path",
310 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 310 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
311 "--ninja-path", 311 "--ninja-path",
312 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 312 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
313 "--target", 313 "--target",
314 "Release", 314 "Release",
315 "--src-dir", 315 "--src-dir",
316 "[BUILDER_CACHE]/ChromiumOS_amd64_generic_Compile/src", 316 "[BUILDER_CACHE]/ChromiumOS_amd64_generic_Compile/src",
317 "--goma-cache-dir", 317 "--goma-cache-dir",
318 "[GOMA_CACHE]", 318 "[GOMA_CACHE]",
319 "--buildbot-buildername",
320 "ChromiumOS amd64-generic Compile",
321 "--buildbot-mastername",
322 "chromium.chromiumos",
323 "--buildbot-slavename",
324 "TestSlavename",
319 "--goma-deps-cache-dir", 325 "--goma-deps-cache-dir",
320 "[GOMA_DEPS_CACHE]", 326 "[GOMA_DEPS_CACHE]",
321 "--build-data-dir", 327 "--build-data-dir",
322 "[ROOT]/build_data_dir", 328 "[ROOT]/build_data_dir",
323 "--compiler", 329 "--compiler",
324 "goma", 330 "goma",
325 "--goma-jsonstatus", 331 "--goma-jsonstatus",
326 "/path/to/tmp/json", 332 "/path/to/tmp/json",
327 "--goma-service-account-json-file", 333 "--goma-service-account-json-file",
328 "/creds/service_accounts/service-account-goma-client.json", 334 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS amd64 -generic Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\ ", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chr omium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS lavename\"}" 379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS amd64 -generic Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\ ", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chr omium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS lavename\"}"
374 ], 380 ],
375 "name": "package build" 381 "name": "package build"
376 }, 382 },
377 { 383 {
378 "name": "$result", 384 "name": "$result",
379 "recipe_result": null, 385 "recipe_result": null,
380 "status_code": 0 386 "status_code": 0
381 } 387 }
382 ] 388 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698