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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--src-dir", 250 "--src-dir",
251 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src", 251 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src",
252 "--goma-cache-dir", 252 "--goma-cache-dir",
253 "[GOMA_CACHE]", 253 "[GOMA_CACHE]",
254 "--buildbot-buildername", 254 "--buildbot-buildername",
255 "Chromium Win SyzyASAN", 255 "Chromium Win SyzyASAN",
256 "--buildbot-mastername", 256 "--buildbot-mastername",
257 "client.v8.fyi", 257 "client.v8.fyi",
258 "--buildbot-slavename", 258 "--buildbot-slavename",
259 "TestSlavename", 259 "TestSlavename",
260 "--goma-deps-cache-dir", 260 "--goma-deps-cache-file",
261 "[GOMA_DEPS_CACHE]", 261 "Chromium_Win_SyzyASAN.gomadeps",
262 "--build-data-dir", 262 "--build-data-dir",
263 "[ROOT]\\build_data_dir", 263 "[ROOT]\\build_data_dir",
264 "--", 264 "--",
265 "chromium_builder_asan" 265 "chromium_builder_asan"
266 ], 266 ],
267 "env": { 267 "env": {
268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
269 }, 269 },
270 "name": "compile" 270 "name": "compile"
271 }, 271 },
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
384 "@@@STEP_LOG_END@python.inline@@@" 384 "@@@STEP_LOG_END@python.inline@@@"
385 ] 385 ]
386 }, 386 },
387 { 387 {
388 "name": "$result", 388 "name": "$result",
389 "recipe_result": null, 389 "recipe_result": null,
390 "status_code": 0 390 "status_code": 0
391 } 391 }
392 ] 392 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698