You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLM retention was merged in #46407 and will be backported in #46506.
This disables BWC tests until both the backport and the version change
in #46509 are merged.
Copy file name to clipboardExpand all lines: build.gradle
+2-2
Original file line number
Diff line number
Diff line change
@@ -176,8 +176,8 @@ task verifyVersions {
176
176
* after the backport of the backcompat code is complete.
177
177
*/
178
178
179
-
boolean bwc_tests_enabled =true
180
-
finalString bwc_tests_disabled_issue =""/* place a PR link here when committing bwc changes */
179
+
boolean bwc_tests_enabled =false
180
+
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/46509"/* place a PR link here when committing bwc changes */
181
181
if (bwc_tests_enabled ==false) {
182
182
if (bwc_tests_disabled_issue.isEmpty()) {
183
183
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments