-
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
[Build] Use last successful ECJ snapshot in verification builds #2538
base: master
Are you sure you want to change the base?
[Build] Use last successful ECJ snapshot in verification builds #2538
Conversation
Ok , looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but let's land it after 4.34 is branched to prevent possible last minute surprise.
db61025
to
2524e67
Compare
Acknowledge. I have now changed this PR to use a version range for This way the version does not have to be updated at all as long as ECJ stays at version 4.x. I tried this out in eclipse-pde/eclipse.pde#1467 and it worked as expected. |
Maven version ranges can give surprising results, e.g. a version of |
Use the latest ECJ snapshot version from the last successful I-build (without comparator errors) for verification builds, to automatically align with I-builds. Currently ECJ has to be deployed manually to a JDT snapshot-repository after changes in ECJ that caused comparator errors. This change makes that JDT snapshot repository is obsolete.
2524e67
to
162f2bb
Compare
In general for the master branch I assume that we want the latest version anyways, so the upper bound could be empty/infinity.
OK, for older branches this is indeed probably not wanted. I reverted that part.
@jarthana or @akurtakov can you tell if there are other users of that repository? If not I suggest we delete that repository and see if there are any unknown users. And if nobody complains or someone cannot be moved to the maven-repo into that the I-builds deploy, we can continue to delete the Jenkins job too. |
Use the latest ECJ snapshot version from the last successful I-build (without comparator errors) for verification builds, to automatically align with I-builds.
Currently ECJ has to be deployed manually to a JDT snapshot-repository after changes in ECJ that caused comparator-errors:
This prevents issues like
If there are no other usages of
https://repo.eclipse.org/content/repositories/eclipse-staging
, this should make the JDT Jenkins job to deploy ECJ to it obsoleteas well as the target repository and should allow us to delete:
https://repo.eclipse.org/content/repositories/eclipse-staging
@jarthana and @akurtakov this is what we talked about in today's PMC call.
@MohananRahul can you please check if the release process documentation update is correct and fine?