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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "--gsutil-py-path", 295 "--gsutil-py-path",
296 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 296 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
297 "--ninja-path", 297 "--ninja-path",
298 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 298 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
299 "--target", 299 "--target",
300 "Release", 300 "Release",
301 "--src-dir", 301 "--src-dir",
302 "[BUILDER_CACHE]\\CrWinClangLLD\\src", 302 "[BUILDER_CACHE]\\CrWinClangLLD\\src",
303 "--goma-cache-dir", 303 "--goma-cache-dir",
304 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
305 "--buildbot-buildername",
306 "CrWinClangLLD",
307 "--buildbot-mastername",
308 "chromium.fyi",
309 "--buildbot-slavename",
310 "TestSlavename",
305 "--goma-deps-cache-dir", 311 "--goma-deps-cache-dir",
306 "[GOMA_DEPS_CACHE]", 312 "[GOMA_DEPS_CACHE]",
307 "--build-data-dir", 313 "--build-data-dir",
308 "[ROOT]\\build_data_dir", 314 "[ROOT]\\build_data_dir",
309 "--compiler", 315 "--compiler",
310 "clang", 316 "clang",
311 "--", 317 "--",
312 "all" 318 "all"
313 ], 319 ],
314 "env": { 320 "env": {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "~followup_annotations": [ 411 "~followup_annotations": [
406 "@@@STEP_TEXT@CrWinClangLLD tester@@@" 412 "@@@STEP_TEXT@CrWinClangLLD tester@@@"
407 ] 413 ]
408 }, 414 },
409 { 415 {
410 "name": "$result", 416 "name": "$result",
411 "recipe_result": null, 417 "recipe_result": null,
412 "status_code": 0 418 "status_code": 0
413 } 419 }
414 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698