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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "--gsutil-py-path", 314 "--gsutil-py-path",
315 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 315 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
316 "--ninja-path", 316 "--ninja-path",
317 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 317 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
318 "--target", 318 "--target",
319 "Release", 319 "Release",
320 "--src-dir", 320 "--src-dir",
321 "[BUILDER_CACHE]\\CrWinAsan\\src", 321 "[BUILDER_CACHE]\\CrWinAsan\\src",
322 "--goma-cache-dir", 322 "--goma-cache-dir",
323 "[GOMA_CACHE]", 323 "[GOMA_CACHE]",
324 "--buildbot-buildername",
325 "CrWinAsan",
326 "--buildbot-mastername",
327 "chromium.fyi",
328 "--buildbot-slavename",
329 "TestSlavename",
330 "--goma-deps-cache-dir", 324 "--goma-deps-cache-dir",
331 "[GOMA_DEPS_CACHE]", 325 "[GOMA_DEPS_CACHE]",
332 "--build-data-dir", 326 "--build-data-dir",
333 "[ROOT]\\build_data_dir", 327 "[ROOT]\\build_data_dir",
334 "--compiler", 328 "--compiler",
335 "clang", 329 "clang",
336 "--", 330 "--",
337 "browser_tests", 331 "browser_tests",
338 "browser_tests_run", 332 "browser_tests_run",
339 "chromium_builder_asan" 333 "chromium_builder_asan"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "~followup_annotations": [ 426 "~followup_annotations": [
433 "@@@STEP_TEXT@CrWinAsan tester@@@" 427 "@@@STEP_TEXT@CrWinAsan tester@@@"
434 ] 428 ]
435 }, 429 },
436 { 430 {
437 "name": "$result", 431 "name": "$result",
438 "recipe_result": null, 432 "recipe_result": null,
439 "status_code": 0 433 "status_code": 0
440 } 434 }
441 ] 435 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698