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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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",
306 "--goma-deps-cache-dir", 300 "--goma-deps-cache-dir",
307 "[GOMA_DEPS_CACHE]", 301 "[GOMA_DEPS_CACHE]",
308 "--build-data-dir", 302 "--build-data-dir",
309 "[ROOT]\\build_data_dir", 303 "[ROOT]\\build_data_dir",
310 "--compiler", 304 "--compiler",
311 "goma", 305 "goma",
312 "--goma-jsonstatus", 306 "--goma-jsonstatus",
313 "/path/to/tmp/json", 307 "/path/to/tmp/json",
314 "--goma-service-account-json-file", 308 "--goma-service-account-json-file",
315 "C:\\creds\\service_accounts\\service-account-goma-client.json", 309 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
409 }, 403 },
410 "name": "process_dumps" 404 "name": "process_dumps"
411 }, 405 },
412 { 406 {
413 "name": "$result", 407 "name": "$result",
414 "recipe_result": null, 408 "recipe_result": null,
415 "status_code": 0 409 "status_code": 0
416 } 410 }
417 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698