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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "--gsutil-py-path", 425 "--gsutil-py-path",
426 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 426 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
427 "--ninja-path", 427 "--ninja-path",
428 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 428 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
429 "--target", 429 "--target",
430 "Release", 430 "Release",
431 "--src-dir", 431 "--src-dir",
432 "[BUILDER_CACHE]\\win\\src", 432 "[BUILDER_CACHE]\\win\\src",
433 "--goma-cache-dir", 433 "--goma-cache-dir",
434 "[GOMA_CACHE]", 434 "[GOMA_CACHE]",
435 "--buildbot-buildername",
436 "win_chromium_rel_ng",
437 "--buildbot-mastername",
438 "tryserver.chromium.win",
439 "--buildbot-slavename",
440 "TestSlavename",
441 "--goma-deps-cache-dir", 435 "--goma-deps-cache-dir",
442 "[GOMA_DEPS_CACHE]", 436 "[GOMA_DEPS_CACHE]",
443 "--compiler", 437 "--compiler",
444 "goma", 438 "goma",
445 "--goma-jsonstatus", 439 "--goma-jsonstatus",
446 "/path/to/tmp/json", 440 "/path/to/tmp/json",
447 "--goma-service-account-json-file", 441 "--goma-service-account-json-file",
448 "C:\\creds\\service_accounts\\service-account-goma-client.json", 442 "C:\\creds\\service_accounts\\service-account-goma-client.json",
449 "--goma-dir", 443 "--goma-dir",
450 "[CACHE]\\cipd\\goma", 444 "[CACHE]\\cipd\\goma",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
605 }, 599 },
606 "name": "process_dumps" 600 "name": "process_dumps"
607 }, 601 },
608 { 602 {
609 "name": "$result", 603 "name": "$result",
610 "recipe_result": null, 604 "recipe_result": null,
611 "status_code": 0 605 "status_code": 0
612 } 606 }
613 ] 607 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698