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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_cq.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_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",
263 "--goma-deps-cache-dir", 257 "--goma-deps-cache-dir",
264 "[GOMA_DEPS_CACHE]", 258 "[GOMA_DEPS_CACHE]",
265 "--build-data-dir", 259 "--build-data-dir",
266 "[ROOT]/build_data_dir", 260 "[ROOT]/build_data_dir",
267 "--compiler", 261 "--compiler",
268 "goma", 262 "goma",
269 "--goma-jsonstatus", 263 "--goma-jsonstatus",
270 "/path/to/tmp/json", 264 "/path/to/tmp/json",
271 "--goma-service-account-json-file", 265 "--goma-service-account-json-file",
272 "/creds/service_accounts/service-account-goma-client.json", 266 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
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\"}" 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\"}"
314 ], 308 ],
315 "name": "package build" 309 "name": "package build"
316 }, 310 },
317 { 311 {
318 "name": "$result", 312 "name": "$result",
319 "recipe_result": null, 313 "recipe_result": null,
320 "status_code": 0 314 "status_code": 0
321 } 315 }
322 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698