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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "--gsutil-py-path", 290 "--gsutil-py-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
292 "--ninja-path", 292 "--ninja-path",
293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
294 "--target", 294 "--target",
295 "Release", 295 "Release",
296 "--src-dir", 296 "--src-dir",
297 "[BUILDER_CACHE]\\Site_Isolation_Win\\src", 297 "[BUILDER_CACHE]\\Site_Isolation_Win\\src",
298 "--goma-cache-dir", 298 "--goma-cache-dir",
299 "[GOMA_CACHE]", 299 "[GOMA_CACHE]",
300 "--buildbot-buildername",
301 "Site Isolation Win",
302 "--buildbot-mastername",
303 "chromium.fyi",
304 "--buildbot-slavename",
305 "TestSlavename",
300 "--goma-deps-cache-dir", 306 "--goma-deps-cache-dir",
301 "[GOMA_DEPS_CACHE]", 307 "[GOMA_DEPS_CACHE]",
302 "--build-data-dir", 308 "--build-data-dir",
303 "[ROOT]\\build_data_dir", 309 "[ROOT]\\build_data_dir",
304 "--compiler", 310 "--compiler",
305 "goma", 311 "goma",
306 "--goma-jsonstatus", 312 "--goma-jsonstatus",
307 "/path/to/tmp/json", 313 "/path/to/tmp/json",
308 "--goma-service-account-json-file", 314 "--goma-service-account-json-file",
309 "C:\\creds\\service_accounts\\service-account-goma-client.json", 315 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
403 }, 409 },
404 "name": "process_dumps" 410 "name": "process_dumps"
405 }, 411 },
406 { 412 {
407 "name": "$result", 413 "name": "$result",
408 "recipe_result": null, 414 "recipe_result": null,
409 "status_code": 0 415 "status_code": 0
410 } 416 }
411 ] 417 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698