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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_msan.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 MSan", 10 "Linux MSan",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "--gsutil-py-path", 152 "--gsutil-py-path",
153 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 153 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
154 "--ninja-path", 154 "--ninja-path",
155 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 155 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
156 "--target", 156 "--target",
157 "Release", 157 "Release",
158 "--src-dir", 158 "--src-dir",
159 "[SLAVE_BUILD]/src", 159 "[SLAVE_BUILD]/src",
160 "--goma-cache-dir", 160 "--goma-cache-dir",
161 "[GOMA_CACHE]", 161 "[GOMA_CACHE]",
162 "--buildbot-buildername",
163 "Linux MSan",
164 "--buildbot-mastername",
165 "client.libyuv",
166 "--buildbot-slavename",
167 "slavename",
168 "--compiler", 162 "--compiler",
169 "goma-clang", 163 "goma-clang",
170 "--goma-jsonstatus", 164 "--goma-jsonstatus",
171 "/path/to/tmp/json", 165 "/path/to/tmp/json",
172 "--goma-service-account-json-file", 166 "--goma-service-account-json-file",
173 "/creds/service_accounts/service-account-goma-client.json", 167 "/creds/service_accounts/service-account-goma-client.json",
174 "--goma-dir", 168 "--goma-dir",
175 "[CACHE]/cipd/goma", 169 "[CACHE]/cipd/goma",
176 "--", 170 "--",
177 "All" 171 "All"
(...skipping 26 matching lines...) Expand all
204 "libyuv_unittest" 198 "libyuv_unittest"
205 ], 199 ],
206 "name": "libyuv_unittest" 200 "name": "libyuv_unittest"
207 }, 201 },
208 { 202 {
209 "name": "$result", 203 "name": "$result",
210 "recipe_result": null, 204 "recipe_result": null,
211 "status_code": 0 205 "status_code": 0
212 } 206 }
213 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698