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

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

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 178 "--buildbot-buildername",
179 "iOS ARM64 Release", 179 "iOS ARM64 Release",
180 "--buildbot-mastername", 180 "--buildbot-mastername",
181 "client.libyuv", 181 "client.libyuv",
182 "--buildbot-slavename", 182 "--buildbot-slavename",
183 "slavename", 183 "slavename",
184 "--goma-deps-cache-file",
185 "iOS_ARM64_Release.gomadeps",
184 "--compiler", 186 "--compiler",
185 "goma-clang", 187 "goma-clang",
186 "--goma-jsonstatus", 188 "--goma-jsonstatus",
187 "/path/to/tmp/json", 189 "/path/to/tmp/json",
188 "--goma-service-account-json-file", 190 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json", 191 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 192 "--goma-dir",
191 "[CACHE]/cipd/goma", 193 "[CACHE]/cipd/goma",
192 "--", 194 "--",
193 "All" 195 "All"
194 ], 196 ],
195 "env": { 197 "env": {
196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
197 }, 199 },
198 "name": "compile", 200 "name": "compile",
199 "~followup_annotations": [ 201 "~followup_annotations": [
200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
201 "@@@STEP_LOG_END@json.output (invalid)@@@" 203 "@@@STEP_LOG_END@json.output (invalid)@@@"
202 ] 204 ]
203 }, 205 },
204 { 206 {
205 "name": "$result", 207 "name": "$result",
206 "recipe_result": null, 208 "recipe_result": null,
207 "status_code": 0 209 "status_code": 0
208 } 210 }
209 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698