-
Notifications
You must be signed in to change notification settings - Fork 84
Clean up CI script files #4
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
Conversation
|
CI will fail since license check is not disabled yet. |
|
|
||
| - name: Build and pull docker files | ||
| env: | ||
| OPENDISTRO_VERSION: "1.13.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we still using ODFE?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. This plugin will support elasticsearach oss + opendistro + OpenSearch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be we should also add one for pulling opensearch rc1 artifacts for running tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. This will be part of OpenSearch support
scripts/Dockerfile
Outdated
| ARG DISTRIBUTION | ||
| ENV DISTRIBUTION=$DISTRIBUTION | ||
| # INTEGRATION="true" while integration testing (false-y by default) | ||
| ENV ELASTICSEARCH_OSS_VERSION=$ELASTICSEARCH_OSS_VERSION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WHy are we still using Elasticsearch OSS?
Keep relevant files to test logstash. Use opendistro instead of Elasticsearch. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Include files like github templates, code of conduct, maintainers, admins, etc. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Enable unit test and integration test on push any branch and any pull request. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Signed-off-by: Vijayan Balasubramanian <[email protected]>
Signed-off-by: Vijayan Balasubramanian <[email protected]>
|
This is merged as #11 |
Description
Clean up CI scripts. Add basic opensearch repo template files.
Check List
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.