Skip to content

Commit

Permalink
Update tests, builds and doc (opensearch-project#318)
Browse files Browse the repository at this point in the history
* rebased with bwc tests

Signed-off-by: Shenoy Pratik <[email protected]>

* updated bwc tests

Signed-off-by: Shenoy Pratik <[email protected]>

* added release notes

Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored and eugenesk24 committed Jan 25, 2022
1 parent b2f71f2 commit 1a18c7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opensearch-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ String bwcFilePath = "src/test/kotlin/org/opensearch/observability/resources/bwc
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
<<<<<<< HEAD
versions = ["1.1.0",opensearch_version]
=======
versions = ["1.1.0","1.2.1-SNAPSHOT"]
>>>>>>> d72e632 (Update tests, builds and doc (#318))
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>(){
@Override
Expand Down

0 comments on commit 1a18c7a

Please sign in to comment.