-
Notifications
You must be signed in to change notification settings - Fork 31
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
CI/CD workflows #351
Labels
area/tooling
Makefile and scripts for the dev workflow, testing, etc
kind/epic
participation/help needed
Extra attention is needed
size/large
Comments
guicassolato
added
participation/help needed
Extra attention is needed
kind/epic
size/large
labels
Sep 1, 2022
An idea of how to organise this:
1 PRs and pushes only (ref). TBD: Workflows related to Code scan (vulnerability and dependency updates) and Badges. |
18 tasks
guicassolato
added
the
area/tooling
Makefile and scripts for the dev workflow, testing, etc
label
Sep 1, 2022
This was referenced Nov 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/tooling
Makefile and scripts for the dev workflow, testing, etc
kind/epic
participation/help needed
Extra attention is needed
size/large
We want to improve automation in all repos for the Kuadrant components. We're aiming for:
As part of a preliminary investigation (Kuadrant/kuadrant-operator#21) of the current state of such automation, the following desired workflows and corresponding state for the Authorino repo were identified. Please review the list below.
go fmt
,go vet
,cargo fmt
)go test
,cargo test
)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: Kuadrant/kuadrant-operator#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.
The text was updated successfully, but these errors were encountered: