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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_WinClang64__dbg_.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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "--gsutil-py-path", 334 "--gsutil-py-path",
335 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 335 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
336 "--ninja-path", 336 "--ninja-path",
337 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 337 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
338 "--target", 338 "--target",
339 "Debug_x64", 339 "Debug_x64",
340 "--src-dir", 340 "--src-dir",
341 "[BUILDER_CACHE]\\win_clang\\src", 341 "[BUILDER_CACHE]\\win_clang\\src",
342 "--goma-cache-dir", 342 "--goma-cache-dir",
343 "[GOMA_CACHE]", 343 "[GOMA_CACHE]",
344 "--buildbot-buildername",
345 "WinClang64 (dbg)",
346 "--buildbot-mastername",
347 "chromium.win",
348 "--buildbot-slavename",
349 "TestSlavename",
344 "--goma-deps-cache-dir", 350 "--goma-deps-cache-dir",
345 "[GOMA_DEPS_CACHE]", 351 "[GOMA_DEPS_CACHE]",
346 "--build-data-dir", 352 "--build-data-dir",
347 "[ROOT]\\build_data_dir", 353 "[ROOT]\\build_data_dir",
348 "--compiler", 354 "--compiler",
349 "goma-clang", 355 "goma-clang",
350 "--goma-jsonstatus", 356 "--goma-jsonstatus",
351 "/path/to/tmp/json", 357 "/path/to/tmp/json",
352 "--goma-service-account-json-file", 358 "--goma-service-account-json-file",
353 "C:\\creds\\service_accounts\\service-account-goma-client.json", 359 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 398 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
393 ], 399 ],
394 "name": "package build" 400 "name": "package build"
395 }, 401 },
396 { 402 {
397 "name": "$result", 403 "name": "$result",
398 "recipe_result": null, 404 "recipe_result": null,
399 "status_code": 0 405 "status_code": 0
400 } 406 }
401 ] 407 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698