[cleanup/refactor] cnudie
-> ocm
+ prepare for re-use in GitHubActions (minimise dependencies)
#1108
Labels
component/cicd
Continuous integration/delivery (tooling and processes)
kind/cleanup
Something that is not needed anymore and can be cleaned up
kind/enhancement
Enhancement, improvement, extension
kind/technical-debt
Something that is only solved on the surface, but requires more (re)work to be done properly
Context / Motivation
"CNUDIE" was renamed to OCM some years ago. Therefore, we should mv remaining code from
cnudie
package intoocm
package. While doing so, dependencies, especially those against Concourse-Pipeline-Template / Gardener-CICD-Infrastructure should be reduced to allow for easier re-use, esp. from GitHub-Actions.Implementation Notes
caveat: consider usages from (need migration-path):
remove / replace usages of (at least downgrade to optional dependencies):
make semantics of filters/filterfunctions consistent (similar to python's
filter
built-in:True
-> keep value |False
-> discard value)The text was updated successfully, but these errors were encountered: