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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "--src-dir", 178 "--src-dir",
179 "[SLAVE_BUILD]/src", 179 "[SLAVE_BUILD]/src",
180 "--goma-cache-dir", 180 "--goma-cache-dir",
181 "[GOMA_CACHE]", 181 "[GOMA_CACHE]",
182 "--buildbot-buildername", 182 "--buildbot-buildername",
183 "mac_asan", 183 "mac_asan",
184 "--buildbot-mastername", 184 "--buildbot-mastername",
185 "tryserver.libyuv", 185 "tryserver.libyuv",
186 "--buildbot-slavename", 186 "--buildbot-slavename",
187 "slavename", 187 "slavename",
188 "--goma-deps-cache-file",
189 "mac_asan.gomadeps",
188 "--compiler", 190 "--compiler",
189 "goma-clang", 191 "goma-clang",
190 "--goma-jsonstatus", 192 "--goma-jsonstatus",
191 "/path/to/tmp/json", 193 "/path/to/tmp/json",
192 "--goma-service-account-json-file", 194 "--goma-service-account-json-file",
193 "/creds/service_accounts/service-account-goma-client.json", 195 "/creds/service_accounts/service-account-goma-client.json",
194 "--goma-dir", 196 "--goma-dir",
195 "[CACHE]/cipd/goma", 197 "[CACHE]/cipd/goma",
196 "--goma-fail-fast", 198 "--goma-fail-fast",
197 "--goma-disable-local-fallback", 199 "--goma-disable-local-fallback",
(...skipping 28 matching lines...) Expand all
226 "libyuv_unittest" 228 "libyuv_unittest"
227 ], 229 ],
228 "name": "libyuv_unittest" 230 "name": "libyuv_unittest"
229 }, 231 },
230 { 232 {
231 "name": "$result", 233 "name": "$result",
232 "recipe_result": null, 234 "recipe_result": null,
233 "status_code": 0 235 "status_code": 0
234 } 236 }
235 ] 237 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698