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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_gn_rel.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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "--src-dir", 171 "--src-dir",
172 "[SLAVE_BUILD]/src", 172 "[SLAVE_BUILD]/src",
173 "--goma-cache-dir", 173 "--goma-cache-dir",
174 "[GOMA_CACHE]", 174 "[GOMA_CACHE]",
175 "--buildbot-buildername", 175 "--buildbot-buildername",
176 "android_gn_rel", 176 "android_gn_rel",
177 "--buildbot-mastername", 177 "--buildbot-mastername",
178 "tryserver.libyuv", 178 "tryserver.libyuv",
179 "--buildbot-slavename", 179 "--buildbot-slavename",
180 "slavename", 180 "slavename",
181 "--goma-deps-cache-file",
182 "android_gn_rel.gomadeps",
181 "--compiler", 183 "--compiler",
182 "goma", 184 "goma",
183 "--goma-jsonstatus", 185 "--goma-jsonstatus",
184 "/path/to/tmp/json", 186 "/path/to/tmp/json",
185 "--goma-service-account-json-file", 187 "--goma-service-account-json-file",
186 "/creds/service_accounts/service-account-goma-client.json", 188 "/creds/service_accounts/service-account-goma-client.json",
187 "--goma-dir", 189 "--goma-dir",
188 "[CACHE]/cipd/goma", 190 "[CACHE]/cipd/goma",
189 "--goma-fail-fast", 191 "--goma-fail-fast",
190 "--goma-disable-local-fallback", 192 "--goma-disable-local-fallback",
191 "--", 193 "--",
192 "all" 194 "all"
193 ], 195 ],
194 "env": { 196 "env": {
195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
196 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 198 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
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