-
Notifications
You must be signed in to change notification settings - Fork 50
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
Insights not generated if too many jobs #144
Comments
Thanks for reporting @ben-manes! I will take a look later today. It hasn’t been run with so many jobs before so might have hit an unexpected issue. |
I looked into this and am getting a I also noticed that one of the allowed domains is not set properly in the workflow file, and so harden-runner is not running properly. Can you please fix the domain name in the workflow file? I think you just need to remove the
|
oh good catch. Pushed a new build. |
I'm not sure why, but once fixed access is not granted
|
Oh, I think you mentioned this was an known bug wrt a domain resolving to multiple IPs
|
Hi @ben-manes Made progress on the original issue. The backend is able to analyze all the jobs, but it is now failing while storing the analysis results due to size limit. That is going to take a day or two to resolve. The other issue related to artifacts.codacy.com is a new issue, it is not the same as the known issue, which only affects audit mode. @h0x0er is investigating this. Will keep you posted. Thanks! |
thanks a bunch! no rush, this is from a hobby project for me so I won't hack on it again until next weekend. |
Found the issue with artifacts.codacy.com. That is because the allowed port is set to |
haha, ugh. 🙁 |
It works, but it is missing the compile jobs in the list. Probably the UI needs an improvement to handle these large fan outs. |
Yes. Working on that. It is only evaluating and showing the first 30 jobs as of now. |
I parallelized Caffeine's 2.5hr build by running tests across 112 jobs (117 jobs total), resulting in a 27 minute build time. I'd like to start separating the large, shared block of allowed endpoints. Unfortunately the dashboard fails to render, whereas 1 job workflows show up fine.
The text was updated successfully, but these errors were encountered: