-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Container image and Kubernetes ITs takes too much time on CI #31273
Comments
@iocanel could you check if anything suspicious is going on there? I checked the raw logs of this build: https://github.com/quarkusio/quarkus/actions/runs/4206183467/jobs/7299751359 |
Started looking at the issue. |
@gsmet: I looked in detail at the Kubernetes tests and I don't see anything worrisome other than their number. The problem seems to lie in the container image tests (the invoker part which does take the longest). I think that we do have way too many of them that practically test the same thing. So, my suggestion is to keep one for each extension (one docker, one jib etc) and drop the rest. If we want to furhter trim the time down we could just run them daily as we do with the kubernetes ones. @geoand: wdyt? |
Sounds reasonable to me |
Depends on whether we are satisfied with the result. If not we could run the container itests once per day. @gsmet how does it look now? |
@gsmet: wdyt is this something we can close now? |
Let's close this and we can re-open if issue re-appears |
I recently had a look at how the time in CI is spread and stumbled upon this:
That is 20+ minutes to run the Container image and Kubernetes ITs.
If this is normal (?), we need to split them from the standard JDK builds as we did for the Maven and Gradle tests.
The text was updated successfully, but these errors were encountered: