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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/basic.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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "--gsutil-py-path", 294 "--gsutil-py-path",
295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
296 "--ninja-path", 296 "--ninja-path",
297 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 297 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
298 "--target", 298 "--target",
299 "Debug-iphonesimulator", 299 "Debug-iphonesimulator",
300 "--src-dir", 300 "--src-dir",
301 "[BUILDER_CACHE]/ios_debug/src", 301 "[BUILDER_CACHE]/ios_debug/src",
302 "--goma-cache-dir", 302 "--goma-cache-dir",
303 "[GOMA_CACHE]", 303 "[GOMA_CACHE]",
304 "--buildbot-buildername",
305 "ios debug",
306 "--buildbot-mastername",
307 "chromium.fake",
308 "--buildbot-slavename",
309 "fake-vm",
304 "--goma-deps-cache-dir", 310 "--goma-deps-cache-dir",
305 "[GOMA_DEPS_CACHE]", 311 "[GOMA_DEPS_CACHE]",
306 "--compiler", 312 "--compiler",
307 "goma-clang", 313 "goma-clang",
308 "--goma-jsonstatus", 314 "--goma-jsonstatus",
309 "/path/to/tmp/json", 315 "/path/to/tmp/json",
310 "--goma-service-account-json-file", 316 "--goma-service-account-json-file",
311 "/creds/service_accounts/service-account-goma-client.json", 317 "/creds/service_accounts/service-account-goma-client.json",
312 "--goma-dir", 318 "--goma-dir",
313 "[CACHE]/cipd/goma", 319 "[CACHE]/cipd/goma",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "@@@STEP_LOG_END@fake log@@@", 397 "@@@STEP_LOG_END@fake log@@@",
392 "@@@STEP_LINK@fake URL text@fake URL@@@" 398 "@@@STEP_LINK@fake URL text@fake URL@@@"
393 ] 399 ]
394 }, 400 },
395 { 401 {
396 "name": "$result", 402 "name": "$result",
397 "recipe_result": null, 403 "recipe_result": null,
398 "status_code": 0 404 "status_code": 0
399 } 405 }
400 ] 406 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698