Skip to content

Commit

Permalink
[Backport 2.x] Remove the separate gradle install for bwc-tests (open…
Browse files Browse the repository at this point in the history
…search-project#3642) (opensearch-project#3647)

### Description
Backport 3fbeec6 from opensearch-project#3642.

### Check List
- [ ] ~New functionality includes testing~
- [ ] ~New functionality has been documented~
- [X] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Nov 3, 2023
1 parent 01e7158 commit 9492188
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 347 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-bwc-suite/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ runs:
with:
cache-disabled: true
arguments: |
-p bwc-test
bwcTestSuite
-Dtests.security.manager=false
-Dtests.opensearch.secure=true
-Dtests.opensearch.username=${{ inputs.username }}
-Dtests.opensearch.password=${{ inputs.password }}
-Dbwc.version.previous=${{ steps.build-previous.outputs.built-version }}
-Dbwc.version.next=${{ steps.build-next.outputs.built-version }} -i
build-root-directory: bwc-test
- uses: actions/upload-artifact@v3
if: always()
Expand Down
Binary file removed bwc-test/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions bwc-test/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

248 changes: 0 additions & 248 deletions bwc-test/gradlew

This file was deleted.

91 changes: 0 additions & 91 deletions bwc-test/gradlew.bat

This file was deleted.

0 comments on commit 9492188

Please sign in to comment.