Skip to content

Commit 1fd500e

Browse files
Updates bwc versions to latest release
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 334a6e4 commit 1fd500e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- run: |
6464
echo "Running backwards compatibility tests ..."
6565
security_plugin_version_no_snapshot=$(./gradlew properties -q | grep -E '^version:' | awk '{print $2}' | sed 's/-SNAPSHOT//g')
66-
bwc_version=2.6.0
66+
bwc_version=2.8.0
6767
cp -r build/ ./bwc-test/
6868
mkdir ./bwc-test/src/test/resources/security_plugin_version_no_snapshot
6969
cp build/distributions/opensearch-security-${security_plugin_version_no_snapshot}.zip ./bwc-test/src/test/resources/${security_plugin_version_no_snapshot}

bwc-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
testImplementation "org.opensearch.test:framework:${opensearch_version}"
7474
}
7575

76-
String bwcVersion = "2.6.0.0";
76+
String bwcVersion = "2.8.0.0";
7777
String baseName = "securityBwcCluster"
7878
String bwcFilePath = "src/test/resources/"
7979
String projectVersion = "2.9.0.0"
@@ -82,7 +82,7 @@ String projectVersion = "2.9.0.0"
8282
testClusters {
8383
"${baseName}$i" {
8484
testDistribution = "ARCHIVE"
85-
versions = ["2.6.0","2.9.0"]
85+
versions = ["2.8.0","2.9.0"]
8686
numberOfNodes = 3
8787
plugin(provider(new Callable<RegularFile>() {
8888
@Override

0 commit comments

Comments
 (0)