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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.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 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",
311 "--goma-deps-cache-dir", 305 "--goma-deps-cache-dir",
312 "[GOMA_DEPS_CACHE]", 306 "[GOMA_DEPS_CACHE]",
313 "--build-data-dir", 307 "--build-data-dir",
314 "[ROOT]\\build_data_dir", 308 "[ROOT]\\build_data_dir",
315 "--compiler", 309 "--compiler",
316 "clang", 310 "clang",
317 "--", 311 "--",
318 "all" 312 "all"
319 ], 313 ],
320 "env": { 314 "env": {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "~followup_annotations": [ 405 "~followup_annotations": [
412 "@@@STEP_TEXT@CrWinClangLLD tester@@@" 406 "@@@STEP_TEXT@CrWinClangLLD tester@@@"
413 ] 407 ]
414 }, 408 },
415 { 409 {
416 "name": "$result", 410 "name": "$result",
417 "recipe_result": null, 411 "recipe_result": null,
418 "status_code": 0 412 "status_code": 0
419 } 413 }
420 ] 414 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698