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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Builder.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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "--gsutil-py-path", 341 "--gsutil-py-path",
342 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 342 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
343 "--ninja-path", 343 "--ninja-path",
344 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 344 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
345 "--target", 345 "--target",
346 "Release", 346 "Release",
347 "--src-dir", 347 "--src-dir",
348 "[BUILDER_CACHE]\\win_layout\\src", 348 "[BUILDER_CACHE]\\win_layout\\src",
349 "--goma-cache-dir", 349 "--goma-cache-dir",
350 "[GOMA_CACHE]", 350 "[GOMA_CACHE]",
351 "--buildbot-buildername",
352 "WebKit Win Builder",
353 "--buildbot-mastername",
354 "chromium.webkit",
355 "--buildbot-slavename",
356 "TestSlavename",
357 "--goma-deps-cache-dir", 351 "--goma-deps-cache-dir",
358 "[GOMA_DEPS_CACHE]", 352 "[GOMA_DEPS_CACHE]",
359 "--build-data-dir", 353 "--build-data-dir",
360 "[ROOT]\\build_data_dir", 354 "[ROOT]\\build_data_dir",
361 "--compiler", 355 "--compiler",
362 "goma", 356 "goma",
363 "--goma-jsonstatus", 357 "--goma-jsonstatus",
364 "/path/to/tmp/json", 358 "/path/to/tmp/json",
365 "--goma-service-account-json-file", 359 "--goma-service-account-json-file",
366 "C:\\creds\\service_accounts\\service-account-goma-client.json", 360 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "~followup_annotations": [ 483 "~followup_annotations": [
490 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" 484 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@"
491 ] 485 ]
492 }, 486 },
493 { 487 {
494 "name": "$result", 488 "name": "$result",
495 "recipe_result": null, 489 "recipe_result": null,
496 "status_code": 0 490 "status_code": 0
497 } 491 }
498 ] 492 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698