Skip to content
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

[Enhancement] Allow component only build in distribution pipeline #2091

Closed
peterzhuamazon opened this issue May 5, 2022 · 3 comments
Closed
Assignees
Labels

Comments

@peterzhuamazon
Copy link
Member

As of now, our distribution build workflow for OS and OSD will build everything put in the manifest file.
This cause some issue and dependency problems when you only want to build one component, such as core, so plugin owners can consume the latest Maven and pass their checks on PR.

Example:

  • 2.0.0 GA requires all plugins to remove rc1 to build successfully.
  • Plugins cannot remove rc1 because their PR checks fail due to no 2.0.0 GA maven/docker.
  • But we cannot build 2.0.0 GA due to plugin still have rc1 qualifier.
  • The only solution to this is to only build 2.0.0 GA core, which current pipeline does not support, but python code already support with --component parameter.

Thanks.

@dblock
Copy link
Member

dblock commented May 5, 2022

I think you're proposing to create a new pipeline for just OpenSearch-min that can be run on demand.

@peterzhuamazon
Copy link
Member Author

We dont need to create a new pipeline, just add one param in the existing pipeline is enough.

@peterzhuamazon
Copy link
Member Author

This confirms to push 2.0.0-SNAPSHOT with @prudhvigodithi.

2.0.0-SNAPSHOT/ 	Tue May 10 19:31:29 UTC 2022 	

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants