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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__dbg_.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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "--gsutil-py-path", 332 "--gsutil-py-path",
333 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 333 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
334 "--ninja-path", 334 "--ninja-path",
335 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 335 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
336 "--target", 336 "--target",
337 "Debug", 337 "Debug",
338 "--src-dir", 338 "--src-dir",
339 "[BUILDER_CACHE]\\win\\src", 339 "[BUILDER_CACHE]\\win\\src",
340 "--goma-cache-dir", 340 "--goma-cache-dir",
341 "[GOMA_CACHE]", 341 "[GOMA_CACHE]",
342 "--buildbot-buildername",
343 "Win Builder (dbg)",
344 "--buildbot-mastername",
345 "chromium.win",
346 "--buildbot-slavename",
347 "TestSlavename",
348 "--goma-deps-cache-dir", 342 "--goma-deps-cache-dir",
349 "[GOMA_DEPS_CACHE]", 343 "[GOMA_DEPS_CACHE]",
350 "--build-data-dir", 344 "--build-data-dir",
351 "[ROOT]\\build_data_dir", 345 "[ROOT]\\build_data_dir",
352 "--compiler", 346 "--compiler",
353 "goma", 347 "goma",
354 "--goma-jsonstatus", 348 "--goma-jsonstatus",
355 "/path/to/tmp/json", 349 "/path/to/tmp/json",
356 "--goma-service-account-json-file", 350 "--goma-service-account-json-file",
357 "C:\\creds\\service_accounts\\service-account-goma-client.json", 351 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "~followup_annotations": [ 454 "~followup_annotations": [
461 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 455 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
462 ] 456 ]
463 }, 457 },
464 { 458 {
465 "name": "$result", 459 "name": "$result",
466 "recipe_result": null, 460 "recipe_result": null,
467 "status_code": 0 461 "status_code": 0
468 } 462 }
469 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698