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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_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_x64_rel", 10 "win_x64_rel",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "--gsutil-py-path", 132 "--gsutil-py-path",
133 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 133 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
134 "--ninja-path", 134 "--ninja-path",
135 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 135 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
136 "--target", 136 "--target",
137 "Release_x64", 137 "Release_x64",
138 "--src-dir", 138 "--src-dir",
139 "[SLAVE_BUILD]\\src", 139 "[SLAVE_BUILD]\\src",
140 "--goma-cache-dir", 140 "--goma-cache-dir",
141 "[GOMA_CACHE]", 141 "[GOMA_CACHE]",
142 "--buildbot-buildername",
143 "win_x64_rel",
144 "--buildbot-mastername",
145 "tryserver.libyuv",
146 "--buildbot-slavename",
147 "slavename",
148 "--compiler", 142 "--compiler",
149 "goma", 143 "goma",
150 "--goma-jsonstatus", 144 "--goma-jsonstatus",
151 "/path/to/tmp/json", 145 "/path/to/tmp/json",
152 "--goma-service-account-json-file", 146 "--goma-service-account-json-file",
153 "C:\\creds\\service_accounts\\service-account-goma-client.json", 147 "C:\\creds\\service_accounts\\service-account-goma-client.json",
154 "--goma-dir", 148 "--goma-dir",
155 "[CACHE]\\cipd\\goma", 149 "[CACHE]\\cipd\\goma",
156 "--goma-fail-fast", 150 "--goma-fail-fast",
157 "--goma-disable-local-fallback", 151 "--goma-disable-local-fallback",
(...skipping 26 matching lines...) Expand all
184 "libyuv_unittest.exe" 178 "libyuv_unittest.exe"
185 ], 179 ],
186 "name": "libyuv_unittest" 180 "name": "libyuv_unittest"
187 }, 181 },
188 { 182 {
189 "name": "$result", 183 "name": "$result",
190 "recipe_result": null, 184 "recipe_result": null,
191 "status_code": 0 185 "status_code": 0
192 } 186 }
193 ] 187 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698