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
{{ message }}
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
For the audit, we need to figure out where the libraries and which parts of it are being used across OSIO. Also, check if they are being used in the booster/launcher projects.
Few observations from my side while working on the fix for Boosters imported through quickstart (so having Fabric8 pipeline library used)
only "CI" builds executes integration tests, regular builds on master branch (so "CD" part in the f8-p-l book) runs regular tests unless specified differently (see here
we tend to throw in project-specific functions to the library which don't belong there. I doubt this has any relevance or appeal for end-user. More on this here
Another interesting bit is that this library assumes that user has certain profile defined in his Maven build [1] [2] [3]. This results in Maven WARNING if profile is not there, so not a big deal, but shows that the flow was done ad-hoc without thinking about implications.
https://github.com/fabric8io/fabric8-pipeline-library is huge. We need to audit it, figure out the relevant bits. Extract these relevant, required and important bits into perhaps a new OSIO pipeline library.
For the audit, we need to figure out where the libraries and which parts of it are being used across OSIO. Also, check if they are being used in the booster/launcher projects.
The text was updated successfully, but these errors were encountered: