Skip to content

Commit

Permalink
remove bwc-test reference
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Dec 21, 2023
1 parent 29b17c7 commit 8d64c64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/actions/create-bwc-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ runs:

- name: Copy current distro into the expected folder
run: |
mkdir -p ./bwc-test/src/test/resources/${{ steps.get-opensearch-version.outputs.version }}
cp ${{ inputs.plugin-branch }}/build/distributions/opensearch-security-${{ steps.get-opensearch-version.outputs.version }}-SNAPSHOT.zip ./bwc-test/src/test/resources/${{ steps.get-opensearch-version.outputs.version }}
mkdir -p ./src/backwardsCompatabilityTest/java/org/opensearch/security/resources/${{ steps.get-opensearch-version.outputs.version }}
cp ${{ inputs.plugin-branch }}/build/distributions/opensearch-security-${{ steps.get-opensearch-version.outputs.version }}-SNAPSHOT.zip ./src/backwardsCompatabilityTest/java/org/opensearch/security/resources/${{ steps.get-opensearch-version.outputs.version }}
shell: bash
9 changes: 4 additions & 5 deletions .github/actions/run-bwc-suite/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Runs the backward bompatiblity test suite'
description: 'Tests backwards compability between a previous and next version of this plugin'
name: 'Runs the backward compatibility test suite'
description: 'Tests backwards compatibility between a previous and next version of this plugin'

inputs:
plugin-previous-branch:
Expand Down Expand Up @@ -41,8 +41,7 @@ runs:
with:
cache-disabled: true
arguments: |
-p bwc-test
bwcTestSuite
bwcTestSuite
-Dtests.security.manager=false
-Dtests.opensearch.secure=true
-Dtests.opensearch.username=${{ inputs.username }}
Expand All @@ -55,4 +54,4 @@ runs:
with:
name: ${{ inputs.report-artifact-name }}
path: |
./bwc-test/build/reports/
./build/security/backwardsCompatabilityTest/reports/
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
with:
cache-disabled: true
arguments: |
-p bwc-test build -x test -x integTest
build -x test -x integTest
backward-compatibility:
strategy:
Expand Down

0 comments on commit 8d64c64

Please sign in to comment.