Skip to content

Commit

Permalink
Update bwc tests from 2.1 (#275)
Browse files Browse the repository at this point in the history
Signed-off-by: Sruti Parthiban <partsrut@amazon.com>

Signed-off-by: Sruti Parthiban <partsrut@amazon.com>
  • Loading branch information
sruti1312 committed Sep 26, 2022
1 parent bdb4e7f commit 3b141aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -565,17 +565,17 @@ task integTestRemote(type: RestIntegTestTask) {
systemProperty "password", System.getProperty("password")
}

String bwcVersion = "1.1.0.0"
String bwcVersion = "2.1.0.0"
String baseName = "paBwcCluster"
String bwcFilePath = "src/test/resources/org/opensearch/performanceanalyzer/bwc/"
String bwcRemoteFile = "https://ci.opensearch.org/ci/dbc/bundle-build/1.1.0/20210930/linux/x64/builds/opensearch/plugins/opensearch-performance-analyzer-1.1.0.0.zip"
String bwcOpenSearchPlugin = "opensearch-performance-analyzer-1.1.0.0.zip"
String bwcRemoteFile = "https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.1.0/5757/linux/x64/builds/opensearch/plugins/opensearch-performance-analyzer-2.1.0.0.zip"
String bwcOpenSearchPlugin = "opensearch-performance-analyzer-2.1.0.0.zip"

2.times {i ->
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
versions = ["1.1.0", opensearch_version]
versions = ["2.1.0", opensearch_version]
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>(){
@Override
Expand Down

0 comments on commit 3b141aa

Please sign in to comment.