-
Notifications
You must be signed in to change notification settings - Fork 197
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
perf-regression: introduce version specific build options #4436
Comments
The tool makes a strong assumption that all camel-quarkus sampled versions are built/tested under similar setup in order to maximize chances to catch meaningful regressions only. So I would advocate to set Moreover, I think this option could be interesting on the long run. Even when testing native-mage <= 22.3.1 would not make sense anymore. |
Ok, I've implemented the option. Let's see how it goes. |
Thanks a lot, @aldettinger ! |
When trying to compare 2.13.1 with 2.13.2 using
I see 2.13.2 failing due to oracle/graal#5303.
There is a known workaround to use Mandrel image. As far as I can see, there is currently no way to override the builder image for one (preferred) or both of the versions from the command line. I wonder whether it would be possible to introduce such an option.
Actually, for this particular situation, it would be enough to pass
-Dquarkus.native.builder-image=mandrel
both version builds. But being able to set the options for the individual builds separately would be more flexible.The text was updated successfully, but these errors were encountered: