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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win10_blink_rel.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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "--gsutil-py-path", 388 "--gsutil-py-path",
389 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 389 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
390 "--ninja-path", 390 "--ninja-path",
391 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 391 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
392 "--target", 392 "--target",
393 "Release", 393 "Release",
394 "--src-dir", 394 "--src-dir",
395 "[BUILDER_CACHE]\\win_layout\\src", 395 "[BUILDER_CACHE]\\win_layout\\src",
396 "--goma-cache-dir", 396 "--goma-cache-dir",
397 "[GOMA_CACHE]", 397 "[GOMA_CACHE]",
398 "--buildbot-buildername",
399 "win10_blink_rel",
400 "--buildbot-mastername",
401 "tryserver.blink",
402 "--buildbot-slavename",
403 "TestSlavename",
398 "--goma-deps-cache-dir", 404 "--goma-deps-cache-dir",
399 "[GOMA_DEPS_CACHE]", 405 "[GOMA_DEPS_CACHE]",
400 "--compiler", 406 "--compiler",
401 "goma", 407 "goma",
402 "--goma-jsonstatus", 408 "--goma-jsonstatus",
403 "/path/to/tmp/json", 409 "/path/to/tmp/json",
404 "--goma-service-account-json-file", 410 "--goma-service-account-json-file",
405 "C:\\creds\\service_accounts\\service-account-goma-client.json", 411 "C:\\creds\\service_accounts\\service-account-goma-client.json",
406 "--goma-dir", 412 "--goma-dir",
407 "[CACHE]\\cipd\\goma", 413 "[CACHE]\\cipd\\goma",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 508 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
503 }, 509 },
504 "name": "process_dumps" 510 "name": "process_dumps"
505 }, 511 },
506 { 512 {
507 "name": "$result", 513 "name": "$result",
508 "recipe_result": null, 514 "recipe_result": null,
509 "status_code": 0 515 "status_code": 0
510 } 516 }
511 ] 517 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698