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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Release.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\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "--src-dir", 91 "--src-dir",
92 "[SLAVE_BUILD]\\src", 92 "[SLAVE_BUILD]\\src",
93 "--goma-cache-dir", 93 "--goma-cache-dir",
94 "[GOMA_CACHE]", 94 "[GOMA_CACHE]",
95 "--buildbot-buildername", 95 "--buildbot-buildername",
96 "Syzygy Release", 96 "Syzygy Release",
97 "--buildbot-mastername", 97 "--buildbot-mastername",
98 "master.client.syzygy", 98 "master.client.syzygy",
99 "--buildbot-slavename", 99 "--buildbot-slavename",
100 "vm331-m3", 100 "vm331-m3",
101 "--goma-deps-cache-file",
102 "Syzygy_Release.gomadeps",
101 "--ninja-ensure-up-to-date", 103 "--ninja-ensure-up-to-date",
102 "--", 104 "--",
103 "build_all" 105 "build_all"
104 ], 106 ],
105 "env": { 107 "env": {
106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
107 }, 109 },
108 "name": "compile" 110 "name": "compile"
109 }, 111 },
110 { 112 {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "--verbose" 246 "--verbose"
245 ], 247 ],
246 "name": "benchmark_chrome" 248 "name": "benchmark_chrome"
247 }, 249 },
248 { 250 {
249 "name": "$result", 251 "name": "$result",
250 "recipe_result": null, 252 "recipe_result": null,
251 "status_code": 0 253 "status_code": 0
252 } 254 }
253 ] 255 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698