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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_tsan2.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 "linux_tsan2", 183 "linux_tsan2",
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 "linux_tsan2.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 29 matching lines...) Expand all
227 "libyuv_unittest" 229 "libyuv_unittest"
228 ], 230 ],
229 "name": "libyuv_unittest" 231 "name": "libyuv_unittest"
230 }, 232 },
231 { 233 {
232 "name": "$result", 234 "name": "$result",
233 "recipe_result": null, 235 "recipe_result": null,
234 "status_code": 0 236 "status_code": 0
235 } 237 }
236 ] 238 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698