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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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 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-Trybot",
355 "--buildbot-mastername",
356 "client.skia",
357 "--buildbot-slavename",
358 "TestSlavename",
359 "--goma-deps-cache-dir", 353 "--goma-deps-cache-dir",
360 "[GOMA_DEPS_CACHE]", 354 "[GOMA_DEPS_CACHE]",
361 "--build-data-dir", 355 "--build-data-dir",
362 "[ROOT]\\build_data_dir", 356 "[ROOT]\\build_data_dir",
363 "--compiler", 357 "--compiler",
364 "goma", 358 "goma",
365 "--goma-jsonstatus", 359 "--goma-jsonstatus",
366 "/path/to/tmp/json", 360 "/path/to/tmp/json",
367 "--goma-service-account-json-file", 361 "--goma-service-account-json-file",
368 "C:\\creds\\service_accounts\\service-account-goma-client.json", 362 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "~followup_annotations": [ 469 "~followup_annotations": [
476 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 470 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
477 ] 471 ]
478 }, 472 },
479 { 473 {
480 "name": "$result", 474 "name": "$result",
481 "recipe_result": null, 475 "recipe_result": null,
482 "status_code": 0 476 "status_code": 0
483 } 477 }
484 ] 478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698