oVirt / ovirt-jenkins-plugin

Jenkins plugin to run agents using oVirt
3 stars 2 forks source link

Add CI #3

Open danielBelenky opened 5 years ago

danielBelenky commented 5 years ago

We need to add CI that will automatically run our unit tests for each PR and block PRs from being merged otherwise.

A good starting point can is to run unit tests and maybe findbugs?

nirs commented 5 years ago

Lets have a minimal working demo first.

danielBelenky commented 5 years ago

I think we should include tests from day 1. I don't like adding tests retroactively. Doesn't have to be something complex, but testing basic functionality.