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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "--gsutil-py-path", 256 "--gsutil-py-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
258 "--ninja-path", 258 "--ninja-path",
259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
260 "--target", 260 "--target",
261 "Debug", 261 "Debug",
262 "--src-dir", 262 "--src-dir",
263 "[BUILDER_CACHE]/mac_dbg/src", 263 "[BUILDER_CACHE]/mac_dbg/src",
264 "--goma-cache-dir", 264 "--goma-cache-dir",
265 "[GOMA_CACHE]", 265 "[GOMA_CACHE]",
266 "--buildbot-buildername",
267 "mac_dbg",
268 "--buildbot-mastername",
269 "tryserver.webrtc",
270 "--buildbot-slavename",
271 "slavename",
272 "--goma-deps-cache-dir", 266 "--goma-deps-cache-dir",
273 "[GOMA_DEPS_CACHE]", 267 "[GOMA_DEPS_CACHE]",
274 "--compiler", 268 "--compiler",
275 "goma-clang", 269 "goma-clang",
276 "--goma-jsonstatus", 270 "--goma-jsonstatus",
277 "/path/to/tmp/json", 271 "/path/to/tmp/json",
278 "--goma-service-account-json-file", 272 "--goma-service-account-json-file",
279 "/creds/service_accounts/service-account-goma-client.json", 273 "/creds/service_accounts/service-account-goma-client.json",
280 "--goma-dir", 274 "--goma-dir",
281 "[CACHE]/cipd/goma", 275 "[CACHE]/cipd/goma",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 ], 684 ],
691 "cwd": "[BUILDER_CACHE]/mac_dbg", 685 "cwd": "[BUILDER_CACHE]/mac_dbg",
692 "name": "webrtc_nonparallel_tests" 686 "name": "webrtc_nonparallel_tests"
693 }, 687 },
694 { 688 {
695 "name": "$result", 689 "name": "$result",
696 "recipe_result": null, 690 "recipe_result": null,
697 "status_code": 0 691 "status_code": 0
698 } 692 }
699 ] 693 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698