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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Win.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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "--gsutil-py-path", 267 "--gsutil-py-path",
268 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 268 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
269 "--ninja-path", 269 "--ninja-path",
270 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 270 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
271 "--target", 271 "--target",
272 "Release", 272 "Release",
273 "--src-dir", 273 "--src-dir",
274 "[BUILDER_CACHE]\\Print_Preview_Win\\src", 274 "[BUILDER_CACHE]\\Print_Preview_Win\\src",
275 "--goma-cache-dir", 275 "--goma-cache-dir",
276 "[GOMA_CACHE]", 276 "[GOMA_CACHE]",
277 "--buildbot-buildername",
278 "Print Preview Win",
279 "--buildbot-mastername",
280 "chromium.fyi",
281 "--buildbot-slavename",
282 "TestSlavename",
277 "--goma-deps-cache-dir", 283 "--goma-deps-cache-dir",
278 "[GOMA_DEPS_CACHE]", 284 "[GOMA_DEPS_CACHE]",
279 "--build-data-dir", 285 "--build-data-dir",
280 "[ROOT]\\build_data_dir", 286 "[ROOT]\\build_data_dir",
281 "--compiler", 287 "--compiler",
282 "goma", 288 "goma",
283 "--goma-jsonstatus", 289 "--goma-jsonstatus",
284 "/path/to/tmp/json", 290 "/path/to/tmp/json",
285 "--goma-service-account-json-file", 291 "--goma-service-account-json-file",
286 "C:\\creds\\service_accounts\\service-account-goma-client.json", 292 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
341 }, 347 },
342 "name": "process_dumps" 348 "name": "process_dumps"
343 }, 349 },
344 { 350 {
345 "name": "$result", 351 "name": "$result",
346 "recipe_result": null, 352 "recipe_result": null,
347 "status_code": 0 353 "status_code": 0
348 } 354 }
349 ] 355 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698