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

Side by Side Diff: scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "--src-dir", 129 "--src-dir",
130 "[SLAVE_BUILD]/src", 130 "[SLAVE_BUILD]/src",
131 "--goma-cache-dir", 131 "--goma-cache-dir",
132 "[GOMA_CACHE]", 132 "[GOMA_CACHE]",
133 "--buildbot-buildername", 133 "--buildbot-buildername",
134 "Closure Compilation Linux", 134 "Closure Compilation Linux",
135 "--buildbot-mastername", 135 "--buildbot-mastername",
136 "chromium.fyi", 136 "chromium.fyi",
137 "--buildbot-slavename", 137 "--buildbot-slavename",
138 "TestSlavename", 138 "TestSlavename",
139 "--goma-deps-cache-file",
140 "Closure_Compilation_Linux.gomadeps",
139 "--" 141 "--"
140 ], 142 ],
141 "env": { 143 "env": {
142 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
143 }, 145 },
144 "name": "compile" 146 "name": "compile"
145 }, 147 },
146 { 148 {
147 "cmd": [ 149 "cmd": [
148 "[SLAVE_BUILD]/src/build/gyp_chromium", 150 "[SLAVE_BUILD]/src/build/gyp_chromium",
(...skipping 18 matching lines...) Expand all
167 "--src-dir", 169 "--src-dir",
168 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
169 "--goma-cache-dir", 171 "--goma-cache-dir",
170 "[GOMA_CACHE]", 172 "[GOMA_CACHE]",
171 "--buildbot-buildername", 173 "--buildbot-buildername",
172 "Closure Compilation Linux", 174 "Closure Compilation Linux",
173 "--buildbot-mastername", 175 "--buildbot-mastername",
174 "chromium.fyi", 176 "chromium.fyi",
175 "--buildbot-slavename", 177 "--buildbot-slavename",
176 "TestSlavename", 178 "TestSlavename",
179 "--goma-deps-cache-file",
180 "Closure_Compilation_Linux.gomadeps",
177 "--" 181 "--"
178 ], 182 ],
179 "env": { 183 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
181 }, 185 },
182 "name": "compile_v2" 186 "name": "compile_v2"
183 }, 187 },
184 { 188 {
185 "name": "$result", 189 "name": "$result",
186 "recipe_result": null, 190 "recipe_result": null,
187 "status_code": 0 191 "status_code": 0
188 } 192 }
189 ] 193 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698