Update smoke test latest tool versions#11688
Update smoke test latest tool versions#11688gh-worker-dd-mergequeue-cf854d[bot] merged 3 commits into
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 205a8e7193
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| # Updated automatically by the update-smoke-test-latest-versions workflow. | ||
| maven.latest=4.0.0-beta-3 | ||
| maven-surefire.latest=3.5.5 | ||
| maven-surefire.latest=3.6.0-M1 |
There was a problem hiding this comment.
Pin Surefire to a stable release
This file says the smoke tests use the latest eligible stable Surefire version, but 3.6.0-M1 is a Maven milestone/pre-release. In the latest-maven-surefire smoke-test rows this will exercise an unreleased milestone instead of the latest stable plugin, and the same value is duplicated in the Maven instrumentation latestDepTest properties, so both pins should stay on a stable release until a final 3.6.x is available.
Useful? React with 👍 / 👎.
|
Changed the Maven Surefire version bump to |
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
|
What Does This Do
This PR updates the pinned latest eligible stable tool versions used by CI Visibility smoke tests
and by the Maven instrumentation latestDepTest.
Only releases at least 48 hours old are eligible.
Motivation
Keep smoke tests running against the latest eligible stable versions of build tools without adopting releases in their first 48 hours.
Contributor Checklist