CI/CD workflows #95
Labels
kind/epic
Master issue tracking broken down work
participation/help wanted
Extra attention is needed
Milestone
We want to improve automation in all repos for the Kuadrant components. We're aiming for:
As part of a preliminary investigation (#21) of the current state of such automation, the following desired workflows and corresponding status for the Kuadrant controller repo were identified. Please review the list below.
go fmt
,go vet
,cargo fmt
)go test
,cargo test
)1 Currently configured in Quay instead of GHA.
Workflows do not have to be implemented exactly as in the list. The list is just a driver for the kind of tasks we want to cover. Each component should assess it as it makes sense considering the component's specificities. More details in the original epic: #21.
You may also want to use this issue to reorganize how current workflows are implemented, thus helping us make the whole thing consistent across components.
For an example of how Authorino and Authorino Operator intend to organise this for Golang code bases, see respectively Kuadrant/authorino#351 (comment) and Kuadrant/authorino-operator#96 (comment).
The text was updated successfully, but these errors were encountered: