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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_release.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "iOS ARM64 Release", 10 "iOS ARM64 Release",
(...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", 157 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
158 "--target", 158 "--target",
159 "Release-iphoneos", 159 "Release-iphoneos",
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 "iOS ARM64 Release",
166 "--buildbot-mastername",
167 "client.libyuv",
168 "--buildbot-slavename",
169 "slavename",
164 "--compiler", 170 "--compiler",
165 "goma-clang", 171 "goma-clang",
166 "--goma-jsonstatus", 172 "--goma-jsonstatus",
167 "/path/to/tmp/json", 173 "/path/to/tmp/json",
168 "--goma-service-account-json-file", 174 "--goma-service-account-json-file",
169 "/creds/service_accounts/service-account-goma-client.json", 175 "/creds/service_accounts/service-account-goma-client.json",
170 "--goma-dir", 176 "--goma-dir",
171 "[CACHE]/cipd/goma", 177 "[CACHE]/cipd/goma",
172 "--", 178 "--",
173 "All" 179 "All"
174 ], 180 ],
175 "env": { 181 "env": {
176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
177 }, 183 },
178 "name": "compile", 184 "name": "compile",
179 "~followup_annotations": [ 185 "~followup_annotations": [
180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
181 "@@@STEP_LOG_END@json.output (invalid)@@@" 187 "@@@STEP_LOG_END@json.output (invalid)@@@"
182 ] 188 ]
183 }, 189 },
184 { 190 {
185 "name": "$result", 191 "name": "$result",
186 "recipe_result": null, 192 "recipe_result": null,
187 "status_code": 0 193 "status_code": 0
188 } 194 }
189 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698