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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "--src-dir", 169 "--src-dir",
170 "[SLAVE_BUILD]\\src", 170 "[SLAVE_BUILD]\\src",
171 "--goma-cache-dir", 171 "--goma-cache-dir",
172 "[GOMA_CACHE]", 172 "[GOMA_CACHE]",
173 "--buildbot-buildername", 173 "--buildbot-buildername",
174 "Chromium Windows Analyze", 174 "Chromium Windows Analyze",
175 "--buildbot-mastername", 175 "--buildbot-mastername",
176 "chromium.fyi", 176 "chromium.fyi",
177 "--buildbot-slavename", 177 "--buildbot-slavename",
178 "TestSlavename", 178 "TestSlavename",
179 "--goma-deps-cache-file",
180 "Chromium_Windows_Analyze.gomadeps",
179 "--", 181 "--",
180 "chrome" 182 "chrome"
181 ], 183 ],
182 "env": { 184 "env": {
183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
184 }, 186 },
185 "name": "compile" 187 "name": "compile"
186 }, 188 },
187 { 189 {
188 "name": "$result", 190 "name": "$result",
189 "recipe_result": null, 191 "recipe_result": null,
190 "status_code": 0 192 "status_code": 0
191 } 193 }
192 ] 194 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698