-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI check for demo script #1690
Add CI check for demo script #1690
Conversation
Hit a failure due to version mismatch where we updated a jar version that is behind in the distribution
|
Good contribution! Looking forward to this! |
This change is blocked on opensearch-project/OpenSearch#2544 getting merged |
One of the tasks failed.
|
Codecov Report
@@ Coverage Diff @@
## main #1690 +/- ##
============================================
+ Coverage 62.89% 62.90% +0.01%
- Complexity 3259 3260 +1
============================================
Files 253 253
Lines 18087 18087
Branches 3255 3255
============================================
+ Hits 11375 11377 +2
+ Misses 5063 5062 -1
+ Partials 1649 1648 -1
Continue to review full report at Codecov.
|
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
1b1a3b5
to
7582c8d
Compare
Signed-off-by: Peter Nied <[email protected]>
Description
Added a new check to build, install, and run the security plugin with the demo configuration script.
This was built heavily borrowing from https://github.com/opensearch-project/security-dashboards-plugin/blob/main/.github/workflows/integration-test.yml
Issues Resolved
Testing
Automatically runs as part of PR and PUSH Github actions
Check List
New functionality includes testingNew functionality has been documentedBy 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.