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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "--gsutil-py-path", 392 "--gsutil-py-path",
393 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 393 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
394 "--ninja-path", 394 "--ninja-path",
395 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 395 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
396 "--target", 396 "--target",
397 "Release", 397 "Release",
398 "--src-dir", 398 "--src-dir",
399 "[BUILDER_CACHE]\\win_archive\\src", 399 "[BUILDER_CACHE]\\win_archive\\src",
400 "--goma-cache-dir", 400 "--goma-cache-dir",
401 "[GOMA_CACHE]", 401 "[GOMA_CACHE]",
402 "--buildbot-buildername",
403 "win_archive",
404 "--buildbot-mastername",
405 "tryserver.chromium.win",
406 "--buildbot-slavename",
407 "TestSlavename",
408 "--goma-deps-cache-dir", 402 "--goma-deps-cache-dir",
409 "[GOMA_DEPS_CACHE]", 403 "[GOMA_DEPS_CACHE]",
410 "--compiler", 404 "--compiler",
411 "goma", 405 "goma",
412 "--goma-jsonstatus", 406 "--goma-jsonstatus",
413 "/path/to/tmp/json", 407 "/path/to/tmp/json",
414 "--goma-service-account-json-file", 408 "--goma-service-account-json-file",
415 "C:\\creds\\service_accounts\\service-account-goma-client.json", 409 "C:\\creds\\service_accounts\\service-account-goma-client.json",
416 "--goma-dir", 410 "--goma-dir",
417 "[CACHE]\\cipd\\goma", 411 "[CACHE]\\cipd\\goma",
(...skipping 19 matching lines...) Expand all
437 "import sys; sys.exit(0)" 431 "import sys; sys.exit(0)"
438 ], 432 ],
439 "name": "mark: before_tests" 433 "name": "mark: before_tests"
440 }, 434 },
441 { 435 {
442 "name": "$result", 436 "name": "$result",
443 "recipe_result": null, 437 "recipe_result": null,
444 "status_code": 0 438 "status_code": 0
445 } 439 }
446 ] 440 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698