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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_dbg.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_mac_dbg", 10 "v8_mac_dbg",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "--gsutil-py-path", 307 "--gsutil-py-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
309 "--ninja-path", 309 "--ninja-path",
310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
311 "--target", 311 "--target",
312 "Debug", 312 "Debug",
313 "--src-dir", 313 "--src-dir",
314 "[SLAVE_BUILD]/v8", 314 "[SLAVE_BUILD]/v8",
315 "--goma-cache-dir", 315 "--goma-cache-dir",
316 "[GOMA_CACHE]", 316 "[GOMA_CACHE]",
317 "--buildbot-buildername",
318 "v8_mac_dbg",
319 "--buildbot-mastername",
320 "tryserver.v8",
321 "--buildbot-slavename",
322 "TestSlavename",
317 "--compiler", 323 "--compiler",
318 "goma-clang", 324 "goma-clang",
319 "--goma-jsonstatus", 325 "--goma-jsonstatus",
320 "/path/to/tmp/json", 326 "/path/to/tmp/json",
321 "--goma-service-account-json-file", 327 "--goma-service-account-json-file",
322 "/creds/service_accounts/service-account-goma-client.json", 328 "/creds/service_accounts/service-account-goma-client.json",
323 "--goma-dir", 329 "--goma-dir",
324 "[CACHE]/cipd/goma", 330 "[CACHE]/cipd/goma",
325 "--goma-fail-fast", 331 "--goma-fail-fast",
326 "--goma-disable-local-fallback", 332 "--goma-disable-local-fallback",
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1222 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1217 "@@@STEP_LOG_END@durations@@@" 1223 "@@@STEP_LOG_END@durations@@@"
1218 ] 1224 ]
1219 }, 1225 },
1220 { 1226 {
1221 "name": "$result", 1227 "name": "$result",
1222 "recipe_result": null, 1228 "recipe_result": null,
1223 "status_code": 0 1229 "status_code": 0
1224 } 1230 }
1225 ] 1231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698