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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release.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 "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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "--gsutil-py-path", 295 "--gsutil-py-path",
296 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 296 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
297 "--ninja-path", 297 "--ninja-path",
298 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 298 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
299 "--target", 299 "--target",
300 "Release", 300 "Release",
301 "--src-dir", 301 "--src-dir",
302 "[BUILDER_CACHE]\\Win_ASan_Release\\src", 302 "[BUILDER_CACHE]\\Win_ASan_Release\\src",
303 "--goma-cache-dir", 303 "--goma-cache-dir",
304 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
305 "--buildbot-buildername",
306 "Win ASan Release",
307 "--buildbot-mastername",
308 "chromium.lkgr",
309 "--buildbot-slavename",
310 "TestSlavename",
311 "--goma-deps-cache-dir", 305 "--goma-deps-cache-dir",
312 "[GOMA_DEPS_CACHE]", 306 "[GOMA_DEPS_CACHE]",
313 "--build-data-dir", 307 "--build-data-dir",
314 "[ROOT]\\build_data_dir", 308 "[ROOT]\\build_data_dir",
315 "--compiler", 309 "--compiler",
316 "goma-clang", 310 "goma-clang",
317 "--goma-jsonstatus", 311 "--goma-jsonstatus",
318 "/path/to/tmp/json", 312 "/path/to/tmp/json",
319 "--goma-service-account-json-file", 313 "--goma-service-account-json-file",
320 "C:\\creds\\service_accounts\\service-account-goma-client.json", 314 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 399 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
406 "@@@STEP_LOG_END@python.inline@@@" 400 "@@@STEP_LOG_END@python.inline@@@"
407 ] 401 ]
408 }, 402 },
409 { 403 {
410 "name": "$result", 404 "name": "$result",
411 "recipe_result": null, 405 "recipe_result": null,
412 "status_code": 0 406 "status_code": 0
413 } 407 }
414 ] 408 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698