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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.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 "Linux Tsan v2", 177 "Linux Tsan v2",
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 "Linux_Tsan_v2.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 27 matching lines...) Expand all
219 "libyuv_unittest" 221 "libyuv_unittest"
220 ], 222 ],
221 "name": "libyuv_unittest" 223 "name": "libyuv_unittest"
222 }, 224 },
223 { 225 {
224 "name": "$result", 226 "name": "$result",
225 "recipe_result": null, 227 "recipe_result": null,
226 "status_code": 0 228 "status_code": 0
227 } 229 }
228 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698