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

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

Powered by Google App Engine
This is Rietveld 408576698