Skip to content

Commit

Permalink
[BWC] Temporarily disable bwc testing while bumping 1.0.1
Browse files Browse the repository at this point in the history
BWC tests are temporarily disabled to unblock main PRs while bumping 1.0.1

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Aug 26, 2021
1 parent 33cabe2 commit 26a4db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ tasks.register("verifyVersions") {
* after the backport of the backcompat code is complete.
*/

boolean bwc_tests_enabled = true
/* place a PR link here when committing bwc changes */
final String bwc_tests_disabled_issue = ""
boolean bwc_tests_enabled = false
/* place an issue link here when committing bwc changes */
final String bwc_tests_disabled_issue = "https://github.com/opensearch-project/OpenSearch/issues/1158"
if (bwc_tests_enabled == false) {
if (bwc_tests_disabled_issue.isEmpty()) {
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
Expand Down

0 comments on commit 26a4db6

Please sign in to comment.