-
Notifications
You must be signed in to change notification settings - Fork 273
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
Verify dependencies between plugins in CI #441
Comments
[Triage] @dblock This looks resolved, please reopen if this isn't the case. |
We check that plugins depend on the correct version of OpenSearch in https://github.com/opensearch-project/opensearch-build/blob/main/bundle-workflow/src/ci_workflow/ci_check_gradle_dependencies_opensearch.py. This issue is about similarly checking that the version of other dependencies is correct. |
[Triage] @dblock Are you still looking into this issue or do you have a plan to resolve this? |
I am not looking into it, but I believe it's still a nice to have feature. |
We can have the build process to look for dependency logic ( Manifest: opensearch-2.4.0.yml
With |
You could also assume that everything depends on whatever is above to start, without introducing I think maybe the simplest solution would be to keep running the workflow and force pushing daily, until the PR is merged. |
Is your feature request related to a problem? Please describe.
Coming from #414 (comment), verify dependencies (versions of) between plugins. For example several plugins depend on job-scheduler.
The text was updated successfully, but these errors were encountered: