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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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",
322 "--goma-deps-cache-dir", 316 "--goma-deps-cache-dir",
323 "[GOMA_DEPS_CACHE]", 317 "[GOMA_DEPS_CACHE]",
324 "--compiler", 318 "--compiler",
325 "goma-clang", 319 "goma-clang",
326 "--goma-jsonstatus", 320 "--goma-jsonstatus",
327 "/path/to/tmp/json", 321 "/path/to/tmp/json",
328 "--goma-service-account-json-file", 322 "--goma-service-account-json-file",
329 "/creds/service_accounts/service-account-goma-client.json", 323 "/creds/service_accounts/service-account-goma-client.json",
330 "--goma-dir", 324 "--goma-dir",
331 "[CACHE]/cipd/goma", 325 "[CACHE]/cipd/goma",
332 "--", 326 "--",
333 "All" 327 "All"
334 ], 328 ],
335 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 329 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
336 "env": { 330 "env": {
337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
338 }, 332 },
339 "name": "compile", 333 "name": "compile",
340 "~followup_annotations": [ 334 "~followup_annotations": [
341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
342 "@@@STEP_LOG_END@json.output (invalid)@@@" 336 "@@@STEP_LOG_END@json.output (invalid)@@@"
343 ] 337 ]
344 }, 338 },
345 { 339 {
346 "name": "$result", 340 "name": "$result",
347 "recipe_result": null, 341 "recipe_result": null,
348 "status_code": 0 342 "status_code": 0
349 } 343 }
350 ] 344 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698