Phabricator and automatic build testing

Craig Rodrigues rodrigc at FreeBSD.org
Thu Mar 12 19:59:08 UTC 2015


On Thu, Mar 12, 2015 at 12:53 PM, Hans Petter Selasky <hps at selasky.org>
wrote:

> Hi,
>
> Is it possible to integrate Phabricator (reviews.freebsd.org) with
> automatic build testing?
>
> Keep me CC'ed, hence I'm not subscribed to this list.
>


Can you describe a workflow that you would like to see with
reviews.freebsd.org and automatic build testing?

It is quite possible to integrate phabricator with a continuous integration
system like Jenkins, for example.
Here is a blog post on giving one example of how it can be done:

http://www.dctrwatson.com/2013/01/jenkins-and-phabricator/

If the FreeBSD project was more tightly integrated with git and github,
there would be a lot
of scripts that we could instantly leverage to do this kind of thing.
There are many projects
that I contribute to on github, where if you do a github pull request,
automated scripts
build and test the change in the pull request, and report the results.

In FreeBSD, we are not there yet, so we need to write the scripts to
integrate with the stuff
that we have, i.e. bugzilla, phabricator, jenkins, etc.

The other piece of the puzzle is that someone needs to step up and do the
work to make
this happen with phabricator and jenkins (or whatever scripts we want to
use).

I've done a lot with jenkins and kyua in the past year, but I could
definitely use more help
from people interested in working on this stuff, and taking it to the next
level.


--
Craig


More information about the freebsd-testing mailing list