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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_perf_bisect.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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--gsutil-py-path", 254 "--gsutil-py-path",
255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
256 "--ninja-path", 256 "--ninja-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
258 "--target", 258 "--target",
259 "Release", 259 "Release",
260 "--src-dir", 260 "--src-dir",
261 "[BUILDER_CACHE]\\win_perf_bisect\\src", 261 "[BUILDER_CACHE]\\win_perf_bisect\\src",
262 "--goma-cache-dir", 262 "--goma-cache-dir",
263 "[GOMA_CACHE]", 263 "[GOMA_CACHE]",
264 "--buildbot-buildername",
265 "win_perf_bisect",
266 "--buildbot-mastername",
267 "tryserver.chromium.perf",
268 "--buildbot-slavename",
269 "TestSlavename",
264 "--goma-deps-cache-dir", 270 "--goma-deps-cache-dir",
265 "[GOMA_DEPS_CACHE]", 271 "[GOMA_DEPS_CACHE]",
266 "--build-data-dir", 272 "--build-data-dir",
267 "[ROOT]\\build_data_dir", 273 "[ROOT]\\build_data_dir",
268 "--compiler", 274 "--compiler",
269 "goma", 275 "goma",
270 "--goma-jsonstatus", 276 "--goma-jsonstatus",
271 "/path/to/tmp/json", 277 "/path/to/tmp/json",
272 "--goma-service-account-json-file", 278 "--goma-service-account-json-file",
273 "C:\\creds\\service_accounts\\service-account-goma-client.json", 279 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"win_perf_bise ct\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"paren t_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }" 320 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"win_perf_bise ct\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"paren t_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }"
315 ], 321 ],
316 "name": "package build" 322 "name": "package build"
317 }, 323 },
318 { 324 {
319 "name": "$result", 325 "name": "$result",
320 "recipe_result": null, 326 "recipe_result": null,
321 "status_code": 0 327 "status_code": 0
322 } 328 }
323 ] 329 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698