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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "--gsutil-py-path", 306 "--gsutil-py-path",
307 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 307 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
308 "--ninja-path", 308 "--ninja-path",
309 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 309 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
310 "--target", 310 "--target",
311 "Release-iphoneos", 311 "Release-iphoneos",
312 "--src-dir", 312 "--src-dir",
313 "[BUILDER_CACHE]/ios/src", 313 "[BUILDER_CACHE]/ios/src",
314 "--goma-cache-dir", 314 "--goma-cache-dir",
315 "[GOMA_CACHE]", 315 "[GOMA_CACHE]",
316 "--buildbot-buildername",
317 "ios",
318 "--buildbot-mastername",
319 "chromium.fake",
320 "--buildbot-slavename",
321 "fake-vm",
316 "--goma-deps-cache-dir", 322 "--goma-deps-cache-dir",
317 "[GOMA_DEPS_CACHE]", 323 "[GOMA_DEPS_CACHE]",
318 "--compiler", 324 "--compiler",
319 "goma-clang", 325 "goma-clang",
320 "--goma-jsonstatus", 326 "--goma-jsonstatus",
321 "/path/to/tmp/json", 327 "/path/to/tmp/json",
322 "--goma-service-account-json-file", 328 "--goma-service-account-json-file",
323 "/creds/service_accounts/service-account-goma-client.json", 329 "/creds/service_accounts/service-account-goma-client.json",
324 "--goma-dir", 330 "--goma-dir",
325 "[CACHE]/cipd/goma", 331 "[CACHE]/cipd/goma",
326 "--", 332 "--",
327 "All" 333 "All"
328 ], 334 ],
329 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 335 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
330 "env": { 336 "env": {
331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
332 }, 338 },
333 "name": "compile", 339 "name": "compile",
334 "~followup_annotations": [ 340 "~followup_annotations": [
335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
336 "@@@STEP_LOG_END@json.output (invalid)@@@" 342 "@@@STEP_LOG_END@json.output (invalid)@@@"
337 ] 343 ]
338 }, 344 },
339 { 345 {
340 "name": "$result", 346 "name": "$result",
341 "recipe_result": null, 347 "recipe_result": null,
342 "status_code": 0 348 "status_code": 0
343 } 349 }
344 ] 350 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698