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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "--src-dir", 293 "--src-dir",
294 "[BUILDER_CACHE]\\CrWinClangLLD64\\src", 294 "[BUILDER_CACHE]\\CrWinClangLLD64\\src",
295 "--goma-cache-dir", 295 "--goma-cache-dir",
296 "[GOMA_CACHE]", 296 "[GOMA_CACHE]",
297 "--buildbot-buildername", 297 "--buildbot-buildername",
298 "CrWinClangLLD64", 298 "CrWinClangLLD64",
299 "--buildbot-mastername", 299 "--buildbot-mastername",
300 "chromium.fyi", 300 "chromium.fyi",
301 "--buildbot-slavename", 301 "--buildbot-slavename",
302 "TestSlavename", 302 "TestSlavename",
303 "--goma-deps-cache-dir", 303 "--goma-deps-cache-file",
304 "[GOMA_DEPS_CACHE]", 304 "CrWinClangLLD64.gomadeps",
305 "--build-data-dir", 305 "--build-data-dir",
306 "[ROOT]\\build_data_dir", 306 "[ROOT]\\build_data_dir",
307 "--compiler", 307 "--compiler",
308 "clang", 308 "clang",
309 "--", 309 "--",
310 "all" 310 "all"
311 ], 311 ],
312 "env": { 312 "env": {
313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
314 "LLVM_FORCE_HEAD_REVISION": "YES" 314 "LLVM_FORCE_HEAD_REVISION": "YES"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "~followup_annotations": [ 403 "~followup_annotations": [
404 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@" 404 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@"
405 ] 405 ]
406 }, 406 },
407 { 407 {
408 "name": "$result", 408 "name": "$result",
409 "recipe_result": null, 409 "recipe_result": null,
410 "status_code": 0 410 "status_code": 0
411 } 411 }
412 ] 412 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698