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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/check_ecs_deps_fail.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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "--src-dir", 187 "--src-dir",
188 "[SLAVE_BUILD]/src", 188 "[SLAVE_BUILD]/src",
189 "--goma-cache-dir", 189 "--goma-cache-dir",
190 "[GOMA_CACHE]", 190 "[GOMA_CACHE]",
191 "--buildbot-buildername", 191 "--buildbot-buildername",
192 "linux_ecs_ozone", 192 "linux_ecs_ozone",
193 "--buildbot-mastername", 193 "--buildbot-mastername",
194 "chromium.fyi", 194 "chromium.fyi",
195 "--buildbot-slavename", 195 "--buildbot-slavename",
196 "test_slave", 196 "test_slave",
197 "--goma-deps-cache-file",
198 "linux_ecs_ozone.gomadeps",
197 "--compiler", 199 "--compiler",
198 "goma", 200 "goma",
199 "--goma-jsonstatus", 201 "--goma-jsonstatus",
200 "/path/to/tmp/json", 202 "/path/to/tmp/json",
201 "--goma-service-account-json-file", 203 "--goma-service-account-json-file",
202 "/creds/service_accounts/service-account-goma-client.json", 204 "/creds/service_accounts/service-account-goma-client.json",
203 "--goma-dir", 205 "--goma-dir",
204 "[CACHE]/cipd/goma", 206 "[CACHE]/cipd/goma",
205 "--", 207 "--",
206 "content_shell" 208 "content_shell"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "--src-dir", 246 "--src-dir",
245 "[SLAVE_BUILD]/src", 247 "[SLAVE_BUILD]/src",
246 "--goma-cache-dir", 248 "--goma-cache-dir",
247 "[GOMA_CACHE]", 249 "[GOMA_CACHE]",
248 "--buildbot-buildername", 250 "--buildbot-buildername",
249 "linux_ecs_ozone", 251 "linux_ecs_ozone",
250 "--buildbot-mastername", 252 "--buildbot-mastername",
251 "chromium.fyi", 253 "chromium.fyi",
252 "--buildbot-slavename", 254 "--buildbot-slavename",
253 "test_slave", 255 "test_slave",
256 "--goma-deps-cache-file",
257 "linux_ecs_ozone.gomadeps",
254 "--compiler", 258 "--compiler",
255 "goma", 259 "goma",
256 "--goma-jsonstatus", 260 "--goma-jsonstatus",
257 "/path/to/tmp/json", 261 "/path/to/tmp/json",
258 "--goma-service-account-json-file", 262 "--goma-service-account-json-file",
259 "/creds/service_accounts/service-account-goma-client.json", 263 "/creds/service_accounts/service-account-goma-client.json",
260 "--goma-dir", 264 "--goma-dir",
261 "[CACHE]/cipd/goma", 265 "[CACHE]/cipd/goma",
262 "--", 266 "--",
263 "aura_unittests", 267 "aura_unittests",
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "url_unittests" 779 "url_unittests"
776 ], 780 ],
777 "name": "url_unittests" 781 "name": "url_unittests"
778 }, 782 },
779 { 783 {
780 "name": "$result", 784 "name": "$result",
781 "recipe_result": null, 785 "recipe_result": null,
782 "status_code": 0 786 "status_code": 0
783 } 787 }
784 ] 788 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/basic.json ('k') | scripts/slave/recipes/ozone_ecs.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698