Skip to content

Commit

Permalink
Remove unused lines
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Mar 30, 2023
1 parent ec90485 commit af734c9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions notifications/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,12 @@ testClusters.integTest {
}

// Always be minimumCompatibilityVersion of current opensearch version(3.0.0)
def bwcVersion = "2.7.0"
def bwcPluginVersion= bwcVersion + ".0" + "-SNAPSHOT"
def bwcVersionSnapshot = bwcVersion + "-SNAPSHOT"
def bwcVersionShort = "2.7.0"
def bwcVersion = bwcVersionShort + ".0"
def bwcOpenSearchVesion= bwcVersionShort + "-SNAPSHOT"
def bwcPluginVersion = bwcVersion + "-SNAPSHOT"
String baseName = "notificationsBwcCluster"

String bwcPluginsResourcePath = "src/test/resources/plugins/bwc"
String bwcNotificationsCoreFilePath = "$bwcPluginsResourcePath/notifications-core/$bwcVersion"
String bwcNotificationsFilePath = "$bwcPluginsResourcePath/notifications/$bwcVersion"

configurations {
opensearchPlugin
}
Expand Down Expand Up @@ -303,7 +300,7 @@ def notificationsFile = resolvePluginFile("notifications")
testClusters {
"${baseName}$i" {
testDistribution = "INTEG_TEST"
versions = [bwcVersionSnapshot, opensearch_version]
versions = [bwcOpenSearchVesion, opensearch_version]
numberOfNodes = 3
plugin(provider(notificationsCoreFile))
plugin(provider(notificationsFile))
Expand Down

0 comments on commit af734c9

Please sign in to comment.