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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "--gsutil-py-path", 280 "--gsutil-py-path",
281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
282 "--ninja-path", 282 "--ninja-path",
283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
284 "--target", 284 "--target",
285 "Debug", 285 "Debug",
286 "--src-dir", 286 "--src-dir",
287 "[BUILDER_CACHE]/mac_swarming/src", 287 "[BUILDER_CACHE]/mac_swarming/src",
288 "--goma-cache-dir", 288 "--goma-cache-dir",
289 "[GOMA_CACHE]", 289 "[GOMA_CACHE]",
290 "--buildbot-buildername",
291 "mac_swarming",
292 "--buildbot-mastername",
293 "tryserver.webrtc",
294 "--buildbot-slavename",
295 "slavename",
290 "--goma-deps-cache-dir", 296 "--goma-deps-cache-dir",
291 "[GOMA_DEPS_CACHE]", 297 "[GOMA_DEPS_CACHE]",
292 "--compiler", 298 "--compiler",
293 "goma-clang", 299 "goma-clang",
294 "--goma-jsonstatus", 300 "--goma-jsonstatus",
295 "/path/to/tmp/json", 301 "/path/to/tmp/json",
296 "--goma-service-account-json-file", 302 "--goma-service-account-json-file",
297 "/creds/service_accounts/service-account-goma-client.json", 303 "/creds/service_accounts/service-account-goma-client.json",
298 "--goma-dir", 304 "--goma-dir",
299 "[CACHE]/cipd/goma", 305 "[CACHE]/cipd/goma",
(...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2495 "@@@STEP_LOG_END@json.output@@@", 2501 "@@@STEP_LOG_END@json.output@@@",
2496 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2502 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2497 ] 2503 ]
2498 }, 2504 },
2499 { 2505 {
2500 "name": "$result", 2506 "name": "$result",
2501 "recipe_result": null, 2507 "recipe_result": null,
2502 "status_code": 0 2508 "status_code": 0
2503 } 2509 }
2504 ] 2510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698