-
Notifications
You must be signed in to change notification settings - Fork 344
Resolve latest patches per major Gradle version in CI workflow #11635
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
Merged
gh-worker-dd-mergequeue-cf854d
merged 3 commits into
master
from
daniel.mohedano/gradle-latest-patches
Jun 15, 2026
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 10 additions & 1 deletion
11
dd-smoke-tests/gradle/src/test/resources/latest-tool-versions.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,12 @@ | ||
| # Pinned latest eligible stable versions (>=48h old) for CI Visibility Gradle smoke tests. | ||
| # Updated automatically by the update-smoke-test-latest-versions workflow. | ||
| gradle.version=9.5.1 | ||
| gradle.latest=9.5.1 | ||
| # Latest eligible stable patch per Gradle major release. Used to resolve the "oldest" smoke-test | ||
| # Gradle version (the latest patch of the oldest major the current TestKit supports). | ||
| gradle.latest.3=3.5.1 | ||
| gradle.latest.4=4.10.3 | ||
| gradle.latest.5=5.6.4 | ||
| gradle.latest.6=6.9.4 | ||
| gradle.latest.7=7.6.6 | ||
| gradle.latest.8=8.14.5 | ||
| gradle.latest.9=9.5.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
dd-smoke-tests/maven/src/test/resources/latest-tool-versions.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # Pinned latest eligible stable versions (>=48h old) for CI Visibility Maven smoke tests. | ||
| # Updated automatically by the update-smoke-test-latest-versions workflow. | ||
| maven.version=4.0.0-beta-3 | ||
| maven-surefire.version=3.5.5 | ||
| maven.latest=4.0.0-beta-3 | ||
| maven-surefire.latest=3.5.5 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
note: FYI I didn't see any test using the "latest" marker.
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.
for the
testLegacyscenarios all are either pinned or usingoldest, but in thetestNewscenarios almost all of them uselatestas the Gradle version