Skip to content

Commit 1bb9a46

Browse files
ps48joshuali925
authored andcommitted
Remove odfe bwc test (opensearch-project#408)
* removed odfe bwc test Signed-off-by: Shenoy Pratik <[email protected]> * removed bwc test from workflows Signed-off-by: Shenoy Pratik <[email protected]>
1 parent 7d5556c commit 1bb9a46

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/reports-scheduler-test-and-build-workflow.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ jobs:
2525
- name: Checkout Reports Scheduler
2626
uses: actions/checkout@v2
2727

28-
- name: RunBackwards Compatibility Tests
29-
run: |
30-
cd reports-scheduler
31-
echo "Running backwards compatibility tests ..."
32-
./gradlew bwcTestSuite
33-
34-
3528
- name: Build with Gradle
3629
run: |
3730
cd reports-scheduler
@@ -54,4 +47,3 @@ jobs:
5447
with:
5548
name: reports-scheduler
5649
path: reports-scheduler-builds
57-

reports-scheduler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ String bwcReportsSchedulerURL = "https://d3g5vo6xdbdb9a.cloudfront.net/downloads
291291
testClusters {
292292
"${baseName}$i" {
293293
testDistribution = "ARCHIVE"
294-
versions = ["7.10.2","1.3.4-SNAPSHOT"]
294+
versions = ["7.10.2", opensearch_version]
295295
numberOfNodes = 3
296296
plugin(provider(new Callable<RegularFile>(){
297297
@Override

0 commit comments

Comments
 (0)