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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_memcheck.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux Memcheck", 10 "Linux Memcheck",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "--gsutil-py-path", 130 "--gsutil-py-path",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
132 "--ninja-path", 132 "--ninja-path",
133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
134 "--target", 134 "--target",
135 "Release", 135 "Release",
136 "--src-dir", 136 "--src-dir",
137 "[SLAVE_BUILD]/src", 137 "[SLAVE_BUILD]/src",
138 "--goma-cache-dir", 138 "--goma-cache-dir",
139 "[GOMA_CACHE]", 139 "[GOMA_CACHE]",
140 "--buildbot-buildername",
141 "Linux Memcheck",
142 "--buildbot-mastername",
143 "client.libyuv",
144 "--buildbot-slavename",
145 "slavename",
146 "--compiler", 140 "--compiler",
147 "goma", 141 "goma",
148 "--goma-jsonstatus", 142 "--goma-jsonstatus",
149 "/path/to/tmp/json", 143 "/path/to/tmp/json",
150 "--goma-service-account-json-file", 144 "--goma-service-account-json-file",
151 "/creds/service_accounts/service-account-goma-client.json", 145 "/creds/service_accounts/service-account-goma-client.json",
152 "--goma-dir", 146 "--goma-dir",
153 "[CACHE]/cipd/goma", 147 "[CACHE]/cipd/goma",
154 "--", 148 "--",
155 "All" 149 "All"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "memcheck" 182 "memcheck"
189 ], 183 ],
190 "name": "libyuv_unittest" 184 "name": "libyuv_unittest"
191 }, 185 },
192 { 186 {
193 "name": "$result", 187 "name": "$result",
194 "recipe_result": null, 188 "recipe_result": null,
195 "status_code": 0 189 "status_code": 0
196 } 190 }
197 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698