Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [acute-dev] SWTBot tests failing using Jenkins@xxxxxxxxxxx

Thanks a lot for your insights!

On Wed, Sep 6, 2017 at 9:32 PM, Lucas Bullen <lbullen@xxxxxxxxxx> wrote:
If I create a patch with some potential fixes and create a PR, will the Jenkins tests be ran against it or is it only on the master branch?

It's only against the master branch, and we won't use Jenkins for PRs at the moment. However, if you want, I can create a job on Jenkins for one of your branches that would build the same as master, but using your code so you can see how it works.

Also to confirm, with builds #9 and up, the tests have been disabled correct?

Correct. I did add the "-DskipTests=true" flag to Maven step.

Back to the top