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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--gsutil-py-path", 250 "--gsutil-py-path",
251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
252 "--ninja-path", 252 "--ninja-path",
253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
254 "--target", 254 "--target",
255 "Debug", 255 "Debug",
256 "--src-dir", 256 "--src-dir",
257 "[BUILDER_CACHE]/Mac64_Debug/src", 257 "[BUILDER_CACHE]/Mac64_Debug/src",
258 "--goma-cache-dir", 258 "--goma-cache-dir",
259 "[GOMA_CACHE]", 259 "[GOMA_CACHE]",
260 "--buildbot-buildername",
261 "Mac64 Debug",
262 "--buildbot-mastername",
263 "client.webrtc",
264 "--buildbot-slavename",
265 "slavename",
260 "--goma-deps-cache-dir", 266 "--goma-deps-cache-dir",
261 "[GOMA_DEPS_CACHE]", 267 "[GOMA_DEPS_CACHE]",
262 "--compiler", 268 "--compiler",
263 "goma-clang", 269 "goma-clang",
264 "--goma-jsonstatus", 270 "--goma-jsonstatus",
265 "/path/to/tmp/json", 271 "/path/to/tmp/json",
266 "--goma-service-account-json-file", 272 "--goma-service-account-json-file",
267 "/creds/service_accounts/service-account-goma-client.json", 273 "/creds/service_accounts/service-account-goma-client.json",
268 "--goma-dir", 274 "--goma-dir",
269 "[CACHE]/cipd/goma", 275 "[CACHE]/cipd/goma",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 ], 685 ],
680 "cwd": "[BUILDER_CACHE]/Mac64_Debug", 686 "cwd": "[BUILDER_CACHE]/Mac64_Debug",
681 "name": "webrtc_nonparallel_tests" 687 "name": "webrtc_nonparallel_tests"
682 }, 688 },
683 { 689 {
684 "name": "$result", 690 "name": "$result",
685 "recipe_result": null, 691 "recipe_result": null,
686 "status_code": 0 692 "status_code": 0
687 } 693 }
688 ] 694 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698