-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Update BWC version for PRRLs #43958
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
Update BWC version for PRRLs #43958
Conversation
This commit updates the version in which PRRLs are expected to exist to 7.4.0.
Pinging @elastic/es-distributed |
@@ -7,5 +7,6 @@ | |||
ES_BUILD_JAVA=openjdk12 | |||
ES_RUNTIME_JAVA=java11 | |||
GRADLE_TASK=build | |||
GRADLE_EXTRA_ARGS=-Dtests.bwc.refspec.7.x=peer-recovery-retention-leases-7.x |
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.
There's a risk that we forget to remove this when we merge these branches to master. The consequence will be that master
builds start to use peer-recovery-retention-leases-7.x
rather than 7.x
, which will fail when:
- we delete the
peer-recovery-retention-leases-7.x
, or - we introduce a BWC-affecting change to
master
and7.x
(but, of course not topeer-recovery-retention-leases-7.x
)
I think we'll catch this mistake pretty quickly, but if it's a concern then ideas for machinery to fail the build sooner are welcome.
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.
it's fine
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.
LGTM
@@ -7,5 +7,6 @@ | |||
ES_BUILD_JAVA=openjdk12 | |||
ES_RUNTIME_JAVA=java11 | |||
GRADLE_TASK=build | |||
GRADLE_EXTRA_ARGS=-Dtests.bwc.refspec.7.x=peer-recovery-retention-leases-7.x |
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.
it's fine
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.
LGTM
This commit updates the version in which PRRLs are expected to exist to 7.4.0.
See #43959 for the 7.x version of this.