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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Win___WPTServe.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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "--gsutil-py-path", 331 "--gsutil-py-path",
332 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 332 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
333 "--ninja-path", 333 "--ninja-path",
334 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 334 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
335 "--target", 335 "--target",
336 "Release", 336 "Release",
337 "--src-dir", 337 "--src-dir",
338 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src", 338 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src",
339 "--goma-cache-dir", 339 "--goma-cache-dir",
340 "[GOMA_CACHE]", 340 "[GOMA_CACHE]",
341 "--buildbot-buildername",
342 "WebKit Win - WPTServe",
343 "--buildbot-mastername",
344 "chromium.fyi",
345 "--buildbot-slavename",
346 "TestSlavename",
341 "--goma-deps-cache-dir", 347 "--goma-deps-cache-dir",
342 "[GOMA_DEPS_CACHE]", 348 "[GOMA_DEPS_CACHE]",
343 "--build-data-dir", 349 "--build-data-dir",
344 "[ROOT]\\build_data_dir", 350 "[ROOT]\\build_data_dir",
345 "--compiler", 351 "--compiler",
346 "goma", 352 "goma",
347 "--goma-jsonstatus", 353 "--goma-jsonstatus",
348 "/path/to/tmp/json", 354 "/path/to/tmp/json",
349 "--goma-service-account-json-file", 355 "--goma-service-account-json-file",
350 "C:\\creds\\service_accounts\\service-account-goma-client.json", 356 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
539 }, 545 },
540 "name": "process_dumps" 546 "name": "process_dumps"
541 }, 547 },
542 { 548 {
543 "name": "$result", 549 "name": "$result",
544 "recipe_result": null, 550 "recipe_result": null,
545 "status_code": 0 551 "status_code": 0
546 } 552 }
547 ] 553 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698