-
Notifications
You must be signed in to change notification settings - Fork 75
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
Temporarily use 2024-06 API-Tools for API checks in verification builds #2374
Temporarily use 2024-06 API-Tools for API checks in verification builds #2374
Conversation
If this does not help, the only candidates on the Tycho site I see are |
Temporarily revert to use previous release's API-Tools to unblock verification builds.
50a21b4
to
b199cd7
Compare
Ok, so with this applied and the |
Is there a way to reproduce the problem e.g. can one build a single project to see the hang or does it only happen randomly? |
I didn't see a systematic schema so I think it's random. But when I run the aggregator build it usually hangs after a few projects have been built. |
Btw. if we don't find another immediate remediation, couldn't we simply use only the apitools plug-in in version 4.0.8? |
Could it be, that jenkins builds are failing now because something is not in-sync with the pom config? |
I cannot really say anything with certainty. I assume this didn't make it worse, but I cannot guarantee it. |
The funny thing is that PR build failed 3 times with different issues (two times due API errors) and after that it succeeded without any change in the code. So I assume we have (had?) some infrastructure issues. |
That's also possible, but as far as I can tell #2380 improved the situation for now. |
Revert to use previous release's API-Tools to hopefully unblock verification builds that are currently suffering from #2360 (comment).
If this doesn't help, the problem is probably not directly within PDE's API-Tools but in the integration with Tycho.