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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Win.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 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.exe", 312 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
313 "--target", 313 "--target",
314 "Release", 314 "Release",
315 "--src-dir", 315 "--src-dir",
316 "[BUILDER_CACHE]\\win_archive\\src", 316 "[BUILDER_CACHE]\\win_archive\\src",
317 "--goma-cache-dir", 317 "--goma-cache-dir",
318 "[GOMA_CACHE]", 318 "[GOMA_CACHE]",
319 "--buildbot-buildername",
320 "Win",
321 "--buildbot-mastername",
322 "chromium",
323 "--buildbot-slavename",
324 "TestSlavename",
325 "--goma-deps-cache-dir", 319 "--goma-deps-cache-dir",
326 "[GOMA_DEPS_CACHE]", 320 "[GOMA_DEPS_CACHE]",
327 "--build-data-dir", 321 "--build-data-dir",
328 "[ROOT]\\build_data_dir", 322 "[ROOT]\\build_data_dir",
329 "--compiler", 323 "--compiler",
330 "goma", 324 "goma",
331 "--goma-jsonstatus", 325 "--goma-jsonstatus",
332 "/path/to/tmp/json", 326 "/path/to/tmp/json",
333 "--goma-service-account-json-file", 327 "--goma-service-account-json-file",
334 "C:\\creds\\service_accounts\\service-account-goma-client.json", 328 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "dev" 362 "dev"
369 ], 363 ],
370 "name": "archive_build" 364 "name": "archive_build"
371 }, 365 },
372 { 366 {
373 "name": "$result", 367 "name": "$result",
374 "recipe_result": null, 368 "recipe_result": null,
375 "status_code": 0 369 "status_code": 0
376 } 370 }
377 ] 371 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698