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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder.json

Issue 2307743002: Reland "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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "--gsutil-py-path", 343 "--gsutil-py-path",
344 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 344 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
345 "--ninja-path", 345 "--ninja-path",
346 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 346 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
347 "--target", 347 "--target",
348 "Release", 348 "Release",
349 "--src-dir", 349 "--src-dir",
350 "[BUILDER_CACHE]\\win\\src", 350 "[BUILDER_CACHE]\\win\\src",
351 "--goma-cache-dir", 351 "--goma-cache-dir",
352 "[GOMA_CACHE]", 352 "[GOMA_CACHE]",
353 "--buildbot-buildername",
354 "Win Builder",
355 "--buildbot-mastername",
356 "client.skia",
357 "--buildbot-slavename",
358 "TestSlavename",
353 "--goma-deps-cache-dir", 359 "--goma-deps-cache-dir",
354 "[GOMA_DEPS_CACHE]", 360 "[GOMA_DEPS_CACHE]",
355 "--build-data-dir", 361 "--build-data-dir",
356 "[ROOT]\\build_data_dir", 362 "[ROOT]\\build_data_dir",
357 "--compiler", 363 "--compiler",
358 "goma", 364 "goma",
359 "--goma-jsonstatus", 365 "--goma-jsonstatus",
360 "/path/to/tmp/json", 366 "/path/to/tmp/json",
361 "--goma-service-account-json-file", 367 "--goma-service-account-json-file",
362 "C:\\creds\\service_accounts\\service-account-goma-client.json", 368 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "~followup_annotations": [ 475 "~followup_annotations": [
470 "@@@STEP_TEXT@Win7 Tests (1)@@@" 476 "@@@STEP_TEXT@Win7 Tests (1)@@@"
471 ] 477 ]
472 }, 478 },
473 { 479 {
474 "name": "$result", 480 "name": "$result",
475 "recipe_result": null, 481 "recipe_result": null,
476 "status_code": 0 482 "status_code": 0
477 } 483 }
478 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698