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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_arm64_rel.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase 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",
166 "--compiler", 172 "--compiler",
167 "goma-clang", 173 "goma-clang",
168 "--goma-jsonstatus", 174 "--goma-jsonstatus",
169 "/path/to/tmp/json", 175 "/path/to/tmp/json",
170 "--goma-service-account-json-file", 176 "--goma-service-account-json-file",
171 "/creds/service_accounts/service-account-goma-client.json", 177 "/creds/service_accounts/service-account-goma-client.json",
172 "--goma-dir", 178 "--goma-dir",
173 "[CACHE]/cipd/goma", 179 "[CACHE]/cipd/goma",
174 "--goma-fail-fast", 180 "--goma-fail-fast",
175 "--goma-disable-local-fallback", 181 "--goma-disable-local-fallback",
176 "--", 182 "--",
177 "All" 183 "All"
178 ], 184 ],
179 "env": { 185 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
181 }, 187 },
182 "name": "compile", 188 "name": "compile",
183 "~followup_annotations": [ 189 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
185 "@@@STEP_LOG_END@json.output (invalid)@@@" 191 "@@@STEP_LOG_END@json.output (invalid)@@@"
186 ] 192 ]
187 }, 193 },
188 { 194 {
189 "name": "$result", 195 "name": "$result",
190 "recipe_result": null, 196 "recipe_result": null,
191 "status_code": 0 197 "status_code": 0
192 } 198 }
193 ] 199 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698