Skip to content

Commit 1cb8bb1

Browse files
committedFeb 26, 2025·
BWC test command change
Signed-off-by: Mohit Kumar <mohitamg@amazon.com>
1 parent f797e68 commit 1cb8bb1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed
 

‎.github/actions/create-bwc-build/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ runs:
3939
arguments: assemble
4040
build-root-directory: ${{ inputs.plugin-branch }}
4141

42+
4243
- id: get-opensearch-version
4344
uses: peternied/get-opensearch-version@v1
4445
with:

‎.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,14 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Build BWC tests
28-
uses: gradle/gradle-build-action@v3
29-
with:
30-
cache-disabled: true
31-
arguments: |
32-
-p bwc-test build -x test -x integTest
28+
run: ./gradlew -p bwc-test build -x test -x integTest
3329

3430
backward-compatibility:
3531
strategy:
3632
fail-fast: false
3733
matrix:
3834
jdk: [21]
39-
platform: [ ubuntu-24.04-arm, ubuntu-24.04, windows-latest ]
35+
platform: [ ubuntu-latest, windows-latest ]
4036
runs-on: ${{ matrix.platform }}
4137

4238
steps:

0 commit comments

Comments
 (0)