Skip to content

Commit c422065

Browse files
authored
Update bwc workflow to include 2.13.0-SNAPSHOT (#616)
Signed-off-by: Varun Jain <varunudr@amazon.com>
1 parent 89babd5 commit c422065

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
matrix:
1616
java: [ 11, 17, 21 ]
1717
os: [ubuntu-latest,windows-latest]
18-
bwc_version : ["2.9.0","2.10.0","2.11.0"]
19-
opensearch_version : [ "2.12.0-SNAPSHOT" ]
18+
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0"]
19+
opensearch_version : [ "2.13.0-SNAPSHOT" ]
2020

2121
name: NeuralSearch Restart-Upgrade BWC Tests
2222
runs-on: ${{ matrix.os }}
@@ -42,8 +42,8 @@ jobs:
4242
matrix:
4343
java: [ 11, 17, 21 ]
4444
os: [ubuntu-latest,windows-latest]
45-
bwc_version: [ "2.11.0" ]
46-
opensearch_version: [ "2.12.0-SNAPSHOT" ]
45+
bwc_version: [ "2.11.0","2.12.0" ]
46+
opensearch_version: [ "2.13.0-SNAPSHOT" ]
4747

4848
name: NeuralSearch Rolling-Upgrade BWC Tests
4949
runs-on: ${{ matrix.os }}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# https://github.com/opensearch-project/OpenSearch/blob/main/libs/core/src/main/java/org/opensearch/Version.java .
88
# Wired compatibility of OpenSearch works like 3.x version is compatible with 2.(latest-major) version.
99
# Therefore, to run rolling-upgrade BWC Test on local machine the BWC version here should be set 2.(latest-major).
10-
systemProp.bwc.version=2.12.0-SNAPSHOT
11-
systemProp.bwc.bundle.version=2.11.0
10+
systemProp.bwc.version=2.13.0-SNAPSHOT
11+
systemProp.bwc.bundle.version=2.12.0
1212

1313
# For fixing Spotless check with Java 17
1414
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \

0 commit comments

Comments
 (0)