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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64___xcode.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 - xcode", 10 "V8 Mac64 - xcode",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "--gsutil-py-path", 249 "--gsutil-py-path",
250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
251 "--ninja-path", 251 "--ninja-path",
252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
253 "--target", 253 "--target",
254 "Release", 254 "Release",
255 "--src-dir", 255 "--src-dir",
256 "[SLAVE_BUILD]/v8", 256 "[SLAVE_BUILD]/v8",
257 "--goma-cache-dir", 257 "--goma-cache-dir",
258 "[GOMA_CACHE]", 258 "[GOMA_CACHE]",
259 "--buildbot-buildername",
260 "V8 Mac64 - xcode",
261 "--buildbot-mastername",
262 "client.v8",
263 "--buildbot-slavename",
264 "TestSlavename",
259 "--compiler", 265 "--compiler",
260 "goma-clang", 266 "goma-clang",
261 "--goma-jsonstatus", 267 "--goma-jsonstatus",
262 "/path/to/tmp/json", 268 "/path/to/tmp/json",
263 "--goma-service-account-json-file", 269 "--goma-service-account-json-file",
264 "/creds/service_accounts/service-account-goma-client.json", 270 "/creds/service_accounts/service-account-goma-client.json",
265 "--goma-dir", 271 "--goma-dir",
266 "[CACHE]/cipd/goma", 272 "[CACHE]/cipd/goma",
267 "--" 273 "--"
268 ], 274 ],
269 "env": { 275 "env": {
270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
271 }, 277 },
272 "name": "compile", 278 "name": "compile",
273 "~followup_annotations": [ 279 "~followup_annotations": [
274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
275 "@@@STEP_LOG_END@json.output (invalid)@@@" 281 "@@@STEP_LOG_END@json.output (invalid)@@@"
276 ] 282 ]
277 }, 283 },
278 { 284 {
279 "name": "$result", 285 "name": "$result",
280 "recipe_result": null, 286 "recipe_result": null,
281 "status_code": 0 287 "status_code": 0
282 } 288 }
283 ] 289 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698