File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ apply plugin: 'io.freefair.lombok'
4545apply plugin : ' com.wiredforcode.spawn'
4646
4747String baseVersion = " 2.19.0"
48- String bwcVersion = baseVersion + " .0" ;
49- String baseName = " sqlBwcCluster"
5048String bwcFilePath = " src/test/resources/bwc/"
5149String calciteCodegen = " $projectDir /src/test/java/codegen/"
5250
@@ -526,7 +524,9 @@ String bwcMinVersion = "1.1.0.0"
526524String bwcBundleVersion = " 1.3.2.0"
527525Boolean bwcBundleTest = (project. findProperty(' customDistributionDownloadType' ) != null &&
528526 project. properties[' customDistributionDownloadType' ] == " bundle" );
527+ String bwcVersion = bwcBundleTest ? bwcBundleVersion : bwcMinVersion
529528String currentVersion = opensearch_version. replace(" -SNAPSHOT" ," " )
529+ String baseName = " sqlBwcCluster"
530530String bwcSqlPlugin = " opensearch-sql-" + bwcVersion + " .zip"
531531String bwcJSPlugin = " opensearch-job-scheduler-" + bwcVersion + " .zip"
532532String bwcRemoteFileRoot = " https://ci.opensearch.org/ci/dbc/bundle-build/1.1.0/20210930/linux/x64/builds/opensearch/plugins/"
You can’t perform that action at this time.
0 commit comments