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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 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",
402 "--goma-deps-cache-dir", 408 "--goma-deps-cache-dir",
403 "[GOMA_DEPS_CACHE]", 409 "[GOMA_DEPS_CACHE]",
404 "--compiler", 410 "--compiler",
405 "goma", 411 "goma",
406 "--goma-jsonstatus", 412 "--goma-jsonstatus",
407 "/path/to/tmp/json", 413 "/path/to/tmp/json",
408 "--goma-service-account-json-file", 414 "--goma-service-account-json-file",
409 "C:\\creds\\service_accounts\\service-account-goma-client.json", 415 "C:\\creds\\service_accounts\\service-account-goma-client.json",
410 "--goma-dir", 416 "--goma-dir",
411 "[CACHE]\\cipd\\goma", 417 "[CACHE]\\cipd\\goma",
(...skipping 19 matching lines...) Expand all
431 "import sys; sys.exit(0)" 437 "import sys; sys.exit(0)"
432 ], 438 ],
433 "name": "mark: before_tests" 439 "name": "mark: before_tests"
434 }, 440 },
435 { 441 {
436 "name": "$result", 442 "name": "$result",
437 "recipe_result": null, 443 "recipe_result": null,
438 "status_code": 0 444 "status_code": 0
439 } 445 }
440 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698