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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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 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",
435 "--goma-deps-cache-dir", 441 "--goma-deps-cache-dir",
436 "[GOMA_DEPS_CACHE]", 442 "[GOMA_DEPS_CACHE]",
437 "--compiler", 443 "--compiler",
438 "goma", 444 "goma",
439 "--goma-jsonstatus", 445 "--goma-jsonstatus",
440 "/path/to/tmp/json", 446 "/path/to/tmp/json",
441 "--goma-service-account-json-file", 447 "--goma-service-account-json-file",
442 "C:\\creds\\service_accounts\\service-account-goma-client.json", 448 "C:\\creds\\service_accounts\\service-account-goma-client.json",
443 "--goma-dir", 449 "--goma-dir",
444 "[CACHE]\\cipd\\goma", 450 "[CACHE]\\cipd\\goma",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
599 }, 605 },
600 "name": "process_dumps" 606 "name": "process_dumps"
601 }, 607 },
602 { 608 {
603 "name": "$result", 609 "name": "$result",
604 "recipe_result": null, 610 "recipe_result": null,
605 "status_code": 0 611 "status_code": 0
606 } 612 }
607 ] 613 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698