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
Before going OSS we need to have a better jenkins intergration, in particular we need to test every PR that comes our way. so we can be sure it does not break anything
How success looks like
When anyone submits a new PR, the following happens
go test -v ./... passes
go vet ./lib ./tool passes
If any of the steps above is failed, the branch should not be merged and this should be displayed by jenkins-bot in the PR.
The text was updated successfully, but these errors were encountered:
Description
Before going OSS we need to have a better jenkins intergration, in particular we need to test every PR that comes our way. so we can be sure it does not break anything
How success looks like
When anyone submits a new PR, the following happens
go test -v ./...
passesgo vet ./lib ./tool
passesIf any of the steps above is failed, the branch should not be merged and this should be displayed by jenkins-bot in the PR.
The text was updated successfully, but these errors were encountered: