You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
rc1
to build successfully.rc1
because their PR checks fail due to no2.0.0 GA
maven/docker.rc1
qualifier.--component
parameter.Thanks.
The text was updated successfully, but these errors were encountered: