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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "--src-dir", 211 "--src-dir",
212 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src", 212 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src",
213 "--goma-cache-dir", 213 "--goma-cache-dir",
214 "[GOMA_CACHE]", 214 "[GOMA_CACHE]",
215 "--buildbot-buildername", 215 "--buildbot-buildername",
216 "Win SyzyASAN LKGR", 216 "Win SyzyASAN LKGR",
217 "--buildbot-mastername", 217 "--buildbot-mastername",
218 "chromium.lkgr", 218 "chromium.lkgr",
219 "--buildbot-slavename", 219 "--buildbot-slavename",
220 "TestSlavename", 220 "TestSlavename",
221 "--goma-deps-cache-dir", 221 "--goma-deps-cache-file",
222 "[GOMA_DEPS_CACHE]", 222 "Win_SyzyASAN_LKGR.gomadeps",
223 "--build-data-dir", 223 "--build-data-dir",
224 "[ROOT]\\build_data_dir", 224 "[ROOT]\\build_data_dir",
225 "--", 225 "--",
226 "chromium_builder_asan" 226 "chromium_builder_asan"
227 ], 227 ],
228 "env": { 228 "env": {
229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
230 }, 230 },
231 "name": "compile" 231 "name": "compile"
232 }, 232 },
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 303 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
304 "@@@STEP_LOG_END@python.inline@@@" 304 "@@@STEP_LOG_END@python.inline@@@"
305 ] 305 ]
306 }, 306 },
307 { 307 {
308 "name": "$result", 308 "name": "$result",
309 "recipe_result": null, 309 "recipe_result": null,
310 "status_code": 0 310 "status_code": 0
311 } 311 }
312 ] 312 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698