Skip to content
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

increase lowest tested version for cross version tests #29174

Conversation

reinsch82
Copy link
Contributor

We only guarantee compatibility with Daemon versions equal or higher than 3.0.
So there is no need to test anything less than that.

Reviewing cheatsheet

Before merging the PR, comments starting with

  • ❌ ❓must be fixed
  • 🤔 💅 should be fixed
  • 💭 may be fixed
  • 🎉 celebrate happy things

@reinsch82 reinsch82 self-assigned this May 16, 2024
@reinsch82
Copy link
Contributor Author

@bot-gradle test this

@bot-gradle
Copy link
Collaborator

I've triggered the following builds for you. Click here to see all build failures.

@reinsch82 reinsch82 marked this pull request as ready for review May 16, 2024 09:17
@reinsch82 reinsch82 requested a review from a team as a code owner May 16, 2024 09:17
@@ -34,7 +34,7 @@ class ReleasedVersionsDetails(currentBaseVersion: GradleVersion, releasedVersion

init {
val lowestInterestingVersion = GradleVersion.version("0.8")
val lowestTestedVersion = GradleVersion.version("1.0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the lowest version for the target distribution, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both to my understanding, with this we would still run TAPI clients that are lower than 7.0.
running gradle3.0CrossVersionTest means running everything where 3.0 is involved also the 3.0 clients if not restricted.

@reinsch82 reinsch82 added this pull request to the merge queue May 16, 2024
@bot-gradle bot-gradle added this to the 8.9 RC1 milestone May 16, 2024
Merged via the queue into master with commit 51e7315 May 16, 2024
58 checks passed
@reinsch82 reinsch82 deleted the reinhold/increase-lowest-tested-version-for-cross-version-tests branch May 16, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants