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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/trybot.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "--src-dir", 193 "--src-dir",
194 "[SLAVE_BUILD]/src", 194 "[SLAVE_BUILD]/src",
195 "--goma-cache-dir", 195 "--goma-cache-dir",
196 "[GOMA_CACHE]", 196 "[GOMA_CACHE]",
197 "--buildbot-buildername", 197 "--buildbot-buildername",
198 "linux_ecs_ozone", 198 "linux_ecs_ozone",
199 "--buildbot-mastername", 199 "--buildbot-mastername",
200 "chromium.fyi", 200 "chromium.fyi",
201 "--buildbot-slavename", 201 "--buildbot-slavename",
202 "test_slave", 202 "test_slave",
203 "--goma-deps-cache-file",
204 "linux_ecs_ozone.gomadeps",
203 "--compiler", 205 "--compiler",
204 "goma", 206 "goma",
205 "--goma-jsonstatus", 207 "--goma-jsonstatus",
206 "/path/to/tmp/json", 208 "/path/to/tmp/json",
207 "--goma-service-account-json-file", 209 "--goma-service-account-json-file",
208 "/creds/service_accounts/service-account-goma-client.json", 210 "/creds/service_accounts/service-account-goma-client.json",
209 "--goma-dir", 211 "--goma-dir",
210 "[CACHE]/cipd/goma", 212 "[CACHE]/cipd/goma",
211 "--goma-fail-fast", 213 "--goma-fail-fast",
212 "--goma-disable-local-fallback", 214 "--goma-disable-local-fallback",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "--src-dir", 250 "--src-dir",
249 "[SLAVE_BUILD]/src", 251 "[SLAVE_BUILD]/src",
250 "--goma-cache-dir", 252 "--goma-cache-dir",
251 "[GOMA_CACHE]", 253 "[GOMA_CACHE]",
252 "--buildbot-buildername", 254 "--buildbot-buildername",
253 "linux_ecs_ozone", 255 "linux_ecs_ozone",
254 "--buildbot-mastername", 256 "--buildbot-mastername",
255 "chromium.fyi", 257 "chromium.fyi",
256 "--buildbot-slavename", 258 "--buildbot-slavename",
257 "test_slave", 259 "test_slave",
260 "--goma-deps-cache-file",
261 "linux_ecs_ozone.gomadeps",
258 "--compiler", 262 "--compiler",
259 "goma", 263 "goma",
260 "--goma-jsonstatus", 264 "--goma-jsonstatus",
261 "/path/to/tmp/json", 265 "/path/to/tmp/json",
262 "--goma-service-account-json-file", 266 "--goma-service-account-json-file",
263 "/creds/service_accounts/service-account-goma-client.json", 267 "/creds/service_accounts/service-account-goma-client.json",
264 "--goma-dir", 268 "--goma-dir",
265 "[CACHE]/cipd/goma", 269 "[CACHE]/cipd/goma",
266 "--goma-fail-fast", 270 "--goma-fail-fast",
267 "--goma-disable-local-fallback", 271 "--goma-disable-local-fallback",
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 "url_unittests" 785 "url_unittests"
782 ], 786 ],
783 "name": "url_unittests" 787 "name": "url_unittests"
784 }, 788 },
785 { 789 {
786 "name": "$result", 790 "name": "$result",
787 "recipe_result": null, 791 "recipe_result": null,
788 "status_code": 0 792 "status_code": 0
789 } 793 }
790 ] 794 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698