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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_cq.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]/linux_perf_cq", 7 "[BUILDER_CACHE]/linux_perf_cq",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "--gsutil-py-path", 247 "--gsutil-py-path",
248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
249 "--ninja-path", 249 "--ninja-path",
250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
251 "--target", 251 "--target",
252 "Release", 252 "Release",
253 "--src-dir", 253 "--src-dir",
254 "[BUILDER_CACHE]/linux_perf_cq/src", 254 "[BUILDER_CACHE]/linux_perf_cq/src",
255 "--goma-cache-dir", 255 "--goma-cache-dir",
256 "[GOMA_CACHE]", 256 "[GOMA_CACHE]",
257 "--buildbot-buildername",
258 "linux_perf_cq",
259 "--buildbot-mastername",
260 "tryserver.chromium.perf",
261 "--buildbot-slavename",
262 "TestSlavename",
257 "--goma-deps-cache-dir", 263 "--goma-deps-cache-dir",
258 "[GOMA_DEPS_CACHE]", 264 "[GOMA_DEPS_CACHE]",
259 "--build-data-dir", 265 "--build-data-dir",
260 "[ROOT]/build_data_dir", 266 "[ROOT]/build_data_dir",
261 "--compiler", 267 "--compiler",
262 "goma", 268 "goma",
263 "--goma-jsonstatus", 269 "--goma-jsonstatus",
264 "/path/to/tmp/json", 270 "/path/to/tmp/json",
265 "--goma-service-account-json-file", 271 "--goma-service-account-json-file",
266 "/creds/service_accounts/service-account-goma-client.json", 272 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"linux_perf_cq\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_bui ldername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 313 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"linux_perf_cq\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_bui ldername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
308 ], 314 ],
309 "name": "package build" 315 "name": "package build"
310 }, 316 },
311 { 317 {
312 "name": "$result", 318 "name": "$result",
313 "recipe_result": null, 319 "recipe_result": null,
314 "status_code": 0 320 "status_code": 0
315 } 321 }
316 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698