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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Builder.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 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",
351 "--goma-deps-cache-dir", 357 "--goma-deps-cache-dir",
352 "[GOMA_DEPS_CACHE]", 358 "[GOMA_DEPS_CACHE]",
353 "--build-data-dir", 359 "--build-data-dir",
354 "[ROOT]\\build_data_dir", 360 "[ROOT]\\build_data_dir",
355 "--compiler", 361 "--compiler",
356 "goma", 362 "goma",
357 "--goma-jsonstatus", 363 "--goma-jsonstatus",
358 "/path/to/tmp/json", 364 "/path/to/tmp/json",
359 "--goma-service-account-json-file", 365 "--goma-service-account-json-file",
360 "C:\\creds\\service_accounts\\service-account-goma-client.json", 366 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "~followup_annotations": [ 489 "~followup_annotations": [
484 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" 490 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@"
485 ] 491 ]
486 }, 492 },
487 { 493 {
488 "name": "$result", 494 "name": "$result",
489 "recipe_result": null, 495 "recipe_result": null,
490 "status_code": 0 496 "status_code": 0
491 } 497 }
492 ] 498 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698