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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug_forced.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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "--src-dir", 150 "--src-dir",
151 "[SLAVE_BUILD]/src", 151 "[SLAVE_BUILD]/src",
152 "--goma-cache-dir", 152 "--goma-cache-dir",
153 "[GOMA_CACHE]", 153 "[GOMA_CACHE]",
154 "--buildbot-buildername", 154 "--buildbot-buildername",
155 "Linux64 Debug", 155 "Linux64 Debug",
156 "--buildbot-mastername", 156 "--buildbot-mastername",
157 "client.libyuv", 157 "client.libyuv",
158 "--buildbot-slavename", 158 "--buildbot-slavename",
159 "slavename", 159 "slavename",
160 "--goma-deps-cache-file",
161 "Linux64_Debug.gomadeps",
160 "--compiler", 162 "--compiler",
161 "goma", 163 "goma",
162 "--goma-jsonstatus", 164 "--goma-jsonstatus",
163 "/path/to/tmp/json", 165 "/path/to/tmp/json",
164 "--goma-service-account-json-file", 166 "--goma-service-account-json-file",
165 "/creds/service_accounts/service-account-goma-client.json", 167 "/creds/service_accounts/service-account-goma-client.json",
166 "--goma-dir", 168 "--goma-dir",
167 "[CACHE]/cipd/goma", 169 "[CACHE]/cipd/goma",
168 "--", 170 "--",
169 "All" 171 "All"
(...skipping 26 matching lines...) Expand all
196 "libyuv_unittest" 198 "libyuv_unittest"
197 ], 199 ],
198 "name": "libyuv_unittest" 200 "name": "libyuv_unittest"
199 }, 201 },
200 { 202 {
201 "name": "$result", 203 "name": "$result",
202 "recipe_result": null, 204 "recipe_result": null,
203 "status_code": 0 205 "status_code": 0
204 } 206 }
205 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698