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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_gn.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 "mac_gn", 10 "mac_gn",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "--gsutil-py-path", 168 "--gsutil-py-path",
169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
170 "--ninja-path", 170 "--ninja-path",
171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
172 "--target", 172 "--target",
173 "Debug", 173 "Debug",
174 "--src-dir", 174 "--src-dir",
175 "[SLAVE_BUILD]/src", 175 "[SLAVE_BUILD]/src",
176 "--goma-cache-dir", 176 "--goma-cache-dir",
177 "[GOMA_CACHE]", 177 "[GOMA_CACHE]",
178 "--buildbot-buildername",
179 "mac_gn",
180 "--buildbot-mastername",
181 "tryserver.libyuv",
182 "--buildbot-slavename",
183 "slavename",
184 "--compiler", 178 "--compiler",
185 "goma-clang", 179 "goma-clang",
186 "--goma-jsonstatus", 180 "--goma-jsonstatus",
187 "/path/to/tmp/json", 181 "/path/to/tmp/json",
188 "--goma-service-account-json-file", 182 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json", 183 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 184 "--goma-dir",
191 "[CACHE]/cipd/goma", 185 "[CACHE]/cipd/goma",
192 "--goma-fail-fast", 186 "--goma-fail-fast",
193 "--goma-disable-local-fallback", 187 "--goma-disable-local-fallback",
194 "--", 188 "--",
195 "all" 189 "all"
196 ], 190 ],
197 "env": { 191 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
199 }, 193 },
200 "name": "compile", 194 "name": "compile",
201 "~followup_annotations": [ 195 "~followup_annotations": [
202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
203 "@@@STEP_LOG_END@json.output (invalid)@@@" 197 "@@@STEP_LOG_END@json.output (invalid)@@@"
204 ] 198 ]
205 }, 199 },
206 { 200 {
207 "name": "$result", 201 "name": "$result",
208 "recipe_result": null, 202 "recipe_result": null,
209 "status_code": 0 203 "status_code": 0
210 } 204 }
211 ] 205 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698