opensearch-project / opensearch-oci-object-storage

OpenSearch Repository Plugin For Oci Object Storage
Apache License 2.0
7 stars 19 forks source link

Ensure compatibility check readiness #51

Closed gaiksaya closed 1 year ago

gaiksaya commented 1 year ago

Coming from https://github.com/opensearch-project/opensearch-devops/issues/114#issuecomment-1548868449

Overview

In order to detect the breaking changes between OpenSearch (core/min) and plugins, we recently onboarded a compatibility check gradle task with OpenSearch. See the pull request. The task is dependent on publishToMavenLocal task (that publishes the core engine artifacts to maven local). It then clones the plugins' repository in temporary directory and runs ./gradlew assemble.

Action Items

In order to avoid false positives and false negatives, we need to make sure the tasks in below checklist are complete:

Please close this issue once the above checklist is complete.

Thanks!

bbarani commented 1 year ago

@anasalkouz can you please provide an update?

owaiskazi19 commented 1 year ago

Verified both the items.