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

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

Powered by Google App Engine
This is Rietveld 408576698