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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac_asan.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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--src-dir", 172 "--src-dir",
173 "[SLAVE_BUILD]/src", 173 "[SLAVE_BUILD]/src",
174 "--goma-cache-dir", 174 "--goma-cache-dir",
175 "[GOMA_CACHE]", 175 "[GOMA_CACHE]",
176 "--buildbot-buildername", 176 "--buildbot-buildername",
177 "Mac Asan", 177 "Mac Asan",
178 "--buildbot-mastername", 178 "--buildbot-mastername",
179 "client.libyuv", 179 "client.libyuv",
180 "--buildbot-slavename", 180 "--buildbot-slavename",
181 "slavename", 181 "slavename",
182 "--goma-deps-cache-file",
183 "Mac_Asan.gomadeps",
182 "--compiler", 184 "--compiler",
183 "goma-clang", 185 "goma-clang",
184 "--goma-jsonstatus", 186 "--goma-jsonstatus",
185 "/path/to/tmp/json", 187 "/path/to/tmp/json",
186 "--goma-service-account-json-file", 188 "--goma-service-account-json-file",
187 "/creds/service_accounts/service-account-goma-client.json", 189 "/creds/service_accounts/service-account-goma-client.json",
188 "--goma-dir", 190 "--goma-dir",
189 "[CACHE]/cipd/goma", 191 "[CACHE]/cipd/goma",
190 "--", 192 "--",
191 "All" 193 "All"
(...skipping 26 matching lines...) Expand all
218 "libyuv_unittest" 220 "libyuv_unittest"
219 ], 221 ],
220 "name": "libyuv_unittest" 222 "name": "libyuv_unittest"
221 }, 223 },
222 { 224 {
223 "name": "$result", 225 "name": "$result",
224 "recipe_result": null, 226 "recipe_result": null,
225 "status_code": 0 227 "status_code": 0
226 } 228 }
227 ] 229 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698