-
Notifications
You must be signed in to change notification settings - Fork 946
spring boot test versions #11357
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
Comments
@trask the tests are mainly in the smoke tests, where the version comes from the plugin id. would this still work? |
maybe could run the smoke tests twice, e.g. once with earliest 2.x version and one with latest 2.x version? |
(maybe would require building two different images?) |
there's no image build step - we'd just need to update the version @laurit do you have an idea how to do that? |
check out Lines 43 to 62 in facdc18
|
that doesn't work - the version here has to be exact: opentelemetry-java-instrumentation/smoke-tests-otel-starter/spring-boot-reactive-3/build.gradle.kts Line 3 in ed083ef
|
we could add this script to be called before gradle Index: .github/scripts/set-earliest-spring-boot-version.sh
|
Is your feature request related to a problem? Please describe.
question from #11262 (comment)
The text was updated successfully, but these errors were encountered: