Skip to content

Commit ab59d66

Browse files
authored
Update bwc workflow to include 2.13.0-SNAPSHOT (#602)
* Update bwc workflow to include 2.13.0-SNAPSHOT Signed-off-by: Varun Jain <varunudr@amazon.com> * Adding changelog Signed-off-by: Varun Jain <varunudr@amazon.com> * Remove changelog Signed-off-by: Varun Jain <varunudr@amazon.com> --------- Signed-off-by: Varun Jain <varunudr@amazon.com>
1 parent 9acad2e commit ab59d66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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","2.12.0-SNAPSHOT"]
18+
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0-SNAPSHOT"]
1919
opensearch_version : [ "3.0.0-SNAPSHOT" ]
2020

2121
name: NeuralSearch Restart-Upgrade BWC Tests
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
java: [ 11, 17, 21 ]
4444
os: [ubuntu-latest,windows-latest]
45-
bwc_version: [ "2.12.0-SNAPSHOT" ]
45+
bwc_version: [ "2.13.0-SNAPSHOT" ]
4646
opensearch_version: [ "3.0.0-SNAPSHOT" ]
4747

4848
name: NeuralSearch Rolling-Upgrade BWC Tests

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.12.0
10+
systemProp.bwc.version=2.13.0-SNAPSHOT
11+
systemProp.bwc.bundle.version=2.13.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)