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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "--gsutil-py-path", 399 "--gsutil-py-path",
400 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 400 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
401 "--ninja-path", 401 "--ninja-path",
402 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 402 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
403 "--target", 403 "--target",
404 "Release", 404 "Release",
405 "--src-dir", 405 "--src-dir",
406 "[SLAVE_BUILD]\\src", 406 "[SLAVE_BUILD]\\src",
407 "--goma-cache-dir", 407 "--goma-cache-dir",
408 "[GOMA_CACHE]", 408 "[GOMA_CACHE]",
409 "--buildbot-buildername",
410 "win_chromium_rel_ng",
411 "--buildbot-mastername",
412 "tryserver.chromium.win",
413 "--buildbot-slavename",
414 "TestSlavename",
409 "--compiler", 415 "--compiler",
410 "goma", 416 "goma",
411 "--goma-jsonstatus", 417 "--goma-jsonstatus",
412 "/path/to/tmp/json", 418 "/path/to/tmp/json",
413 "--goma-service-account-json-file", 419 "--goma-service-account-json-file",
414 "C:\\creds\\service_accounts\\service-account-goma-client.json", 420 "C:\\creds\\service_accounts\\service-account-goma-client.json",
415 "--goma-dir", 421 "--goma-dir",
416 "[CACHE]\\cipd\\goma", 422 "[CACHE]\\cipd\\goma",
417 "--goma-fail-fast", 423 "--goma-fail-fast",
418 "--goma-disable-local-fallback", 424 "--goma-disable-local-fallback",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 571 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
566 }, 572 },
567 "name": "process_dumps" 573 "name": "process_dumps"
568 }, 574 },
569 { 575 {
570 "name": "$result", 576 "name": "$result",
571 "recipe_result": null, 577 "recipe_result": null,
572 "status_code": 0 578 "status_code": 0
573 } 579 }
574 ] 580 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698