-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GMD tests #867
Fix GMD tests #867
Conversation
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
I've tried all the options I can think of to see whether it is a cache issue since the task started failing randomly (https://github.com/bitfireAT/davx5-ose/actions/runs/9660381810) however nothing seems to work. |
Does run locally without any issues |
May be related to AGP since last merge to main-ose was in https://github.com/bitfireAT/davx5-ose/actions/runs/9537918257 before the first failing check Edit: downgrading doesn't help |
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Upgraded AGP again and restored to the original run command but cleared all caches from Github Actions |
Runs with large runner; maybe really a resource problem? We could try to reduce required resources by reducing heap sizes etc, or just use the large runner (which doesn't have free minutes). |
Seems this was caused by too little free space on the runner. I think because the gradle user cache become too big, because cleaning up the old entries is not very reliable. I tried to improve caching with a separate task and by excluding transformed JARs (>1 GB). |
Purpose
Research and maybe fix #866
Short description
Checklist