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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json

Issue 2306523002: 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Mac64 ASAN", 10 "V8 Mac64 ASAN",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "--gsutil-py-path", 301 "--gsutil-py-path",
302 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 302 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
303 "--ninja-path", 303 "--ninja-path",
304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
305 "--target", 305 "--target",
306 "Release", 306 "Release",
307 "--src-dir", 307 "--src-dir",
308 "[SLAVE_BUILD]/v8", 308 "[SLAVE_BUILD]/v8",
309 "--goma-cache-dir", 309 "--goma-cache-dir",
310 "[GOMA_CACHE]", 310 "[GOMA_CACHE]",
311 "--buildbot-buildername",
312 "V8 Mac64 ASAN",
313 "--buildbot-mastername",
314 "client.v8",
315 "--buildbot-slavename",
316 "TestSlavename",
311 "--compiler", 317 "--compiler",
312 "goma-clang", 318 "goma-clang",
313 "--goma-jsonstatus", 319 "--goma-jsonstatus",
314 "/path/to/tmp/json", 320 "/path/to/tmp/json",
315 "--goma-service-account-json-file", 321 "--goma-service-account-json-file",
316 "/creds/service_accounts/service-account-goma-client.json", 322 "/creds/service_accounts/service-account-goma-client.json",
317 "--goma-dir", 323 "--goma-dir",
318 "[CACHE]/cipd/goma", 324 "[CACHE]/cipd/goma",
319 "--" 325 "--"
320 ], 326 ],
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 780 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
775 "@@@STEP_LOG_END@durations@@@" 781 "@@@STEP_LOG_END@durations@@@"
776 ] 782 ]
777 }, 783 },
778 { 784 {
779 "name": "$result", 785 "name": "$result",
780 "recipe_result": null, 786 "recipe_result": null,
781 "status_code": 0 787 "status_code": 0
782 } 788 }
783 ] 789 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698