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

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

Powered by Google App Engine
This is Rietveld 408576698