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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_arm64_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 "ios_arm64_rel", 10 "ios_arm64_rel",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "--gsutil-py-path", 156 "--gsutil-py-path",
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
158 "--ninja-path", 158 "--ninja-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
160 "--target", 160 "--target",
161 "Release-iphoneos", 161 "Release-iphoneos",
162 "--src-dir", 162 "--src-dir",
163 "[SLAVE_BUILD]/src", 163 "[SLAVE_BUILD]/src",
164 "--goma-cache-dir", 164 "--goma-cache-dir",
165 "[GOMA_CACHE]", 165 "[GOMA_CACHE]",
166 "--buildbot-buildername",
167 "ios_arm64_rel",
168 "--buildbot-mastername",
169 "tryserver.libyuv",
170 "--buildbot-slavename",
171 "slavename",
172 "--compiler", 166 "--compiler",
173 "goma-clang", 167 "goma-clang",
174 "--goma-jsonstatus", 168 "--goma-jsonstatus",
175 "/path/to/tmp/json", 169 "/path/to/tmp/json",
176 "--goma-service-account-json-file", 170 "--goma-service-account-json-file",
177 "/creds/service_accounts/service-account-goma-client.json", 171 "/creds/service_accounts/service-account-goma-client.json",
178 "--goma-dir", 172 "--goma-dir",
179 "[CACHE]/cipd/goma", 173 "[CACHE]/cipd/goma",
180 "--goma-fail-fast", 174 "--goma-fail-fast",
181 "--goma-disable-local-fallback", 175 "--goma-disable-local-fallback",
182 "--", 176 "--",
183 "All" 177 "All"
184 ], 178 ],
185 "env": { 179 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
187 }, 181 },
188 "name": "compile", 182 "name": "compile",
189 "~followup_annotations": [ 183 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
191 "@@@STEP_LOG_END@json.output (invalid)@@@" 185 "@@@STEP_LOG_END@json.output (invalid)@@@"
192 ] 186 ]
193 }, 187 },
194 { 188 {
195 "name": "$result", 189 "name": "$result",
196 "recipe_result": null, 190 "recipe_result": null,
197 "status_code": 0 191 "status_code": 0
198 } 192 }
199 ] 193 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698