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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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 "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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "--gsutil-py-path", 284 "--gsutil-py-path",
285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
286 "--ninja-path", 286 "--ninja-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
288 "--target", 288 "--target",
289 "Release-iphoneos", 289 "Release-iphoneos",
290 "--src-dir", 290 "--src-dir",
291 "[BUILDER_CACHE]/ios/src", 291 "[BUILDER_CACHE]/ios/src",
292 "--goma-cache-dir", 292 "--goma-cache-dir",
293 "[GOMA_CACHE]", 293 "[GOMA_CACHE]",
294 "--buildbot-buildername",
295 "ios",
296 "--buildbot-mastername",
297 "chromium.fake",
298 "--buildbot-slavename",
299 "fake-vm",
294 "--goma-deps-cache-dir", 300 "--goma-deps-cache-dir",
295 "[GOMA_DEPS_CACHE]", 301 "[GOMA_DEPS_CACHE]",
296 "--compiler", 302 "--compiler",
297 "goma-clang", 303 "goma-clang",
298 "--goma-jsonstatus", 304 "--goma-jsonstatus",
299 "/path/to/tmp/json", 305 "/path/to/tmp/json",
300 "--goma-service-account-json-file", 306 "--goma-service-account-json-file",
301 "/creds/service_accounts/service-account-goma-client.json", 307 "/creds/service_accounts/service-account-goma-client.json",
302 "--goma-dir", 308 "--goma-dir",
303 "[CACHE]/cipd/goma", 309 "[CACHE]/cipd/goma",
304 "--", 310 "--",
305 "All" 311 "All"
306 ], 312 ],
307 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 313 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
308 "env": { 314 "env": {
309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
310 }, 316 },
311 "name": "compile", 317 "name": "compile",
312 "~followup_annotations": [ 318 "~followup_annotations": [
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
314 "@@@STEP_LOG_END@json.output (invalid)@@@" 320 "@@@STEP_LOG_END@json.output (invalid)@@@"
315 ] 321 ]
316 }, 322 },
317 { 323 {
318 "name": "$result", 324 "name": "$result",
319 "recipe_result": null, 325 "recipe_result": null,
320 "status_code": 0 326 "status_code": 0
321 } 327 }
322 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698