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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_10_Fast_Ring.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_x64", 295 "Release_x64",
296 "--src-dir", 296 "--src-dir",
297 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src", 297 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src",
298 "--goma-cache-dir", 298 "--goma-cache-dir",
299 "[GOMA_CACHE]", 299 "[GOMA_CACHE]",
300 "--buildbot-buildername",
301 "Win 10 Fast Ring",
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 11 matching lines...) Expand all
321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
322 "@@@STEP_LOG_END@json.output (invalid)@@@" 328 "@@@STEP_LOG_END@json.output (invalid)@@@"
323 ] 329 ]
324 }, 330 },
325 { 331 {
326 "name": "$result", 332 "name": "$result",
327 "recipe_result": null, 333 "recipe_result": null,
328 "status_code": 0 334 "status_code": 0
329 } 335 }
330 ] 336 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698