Skip to content

Commit

Permalink
Fix bwc tests (#287)
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 3b141aa commit 02ad0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ task integTestRemote(type: RestIntegTestTask) {
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/distribution-build-opensearch/2.1.0/5757/linux/x64/builds/opensearch/plugins/opensearch-performance-analyzer-2.1.0.0.zip"
String bwcRemoteFile = "https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.1.0/5757/linux/x64/tar/builds/opensearch/plugins/opensearch-performance-analyzer-2.1.0.0.zip"
String bwcOpenSearchPlugin = "opensearch-performance-analyzer-2.1.0.0.zip"

2.times {i ->
Expand Down

0 comments on commit 02ad0e3

Please sign in to comment.