Currently, there is no "official" continuous integration (CI) tool for the 
Wayland community.  However, there are several people and organizations that 
run Wayland CI on their own, each tailored to their specific tools, needs and 
environment.

If you want to provide a CI service to any community, then I think there is 
quite a bit to consider.  First of all, it will be time consuming to manage... 
especially up front.  Also, you would likely need a reasonable infrastructure 
(i.e. hardware and network) for the "master" service.  Are you ready to devote 
time and support for that?  How would your current ISP respond to running a 
"home" server like this?

Next, a Wayland software stack can be tailored for all sorts of environments 
and platforms, leading to a "lot" of different software/hardware build 
variants.  IMHO, an "official" Wayland CI solution would probably need to cover 
all those variants to be generally useful to the entire Wayland community.  And 
to support that, you'd likely want contributors to be able to easily "plug" 
their own slave variant(s) into the service.  IIRC, setting up a Buildbot slave 
network requires some sort of direct access and privileges to the "master" 
server (to change the config scripts, restart the service, etc.).

I'm a strong supporter of CI and have used several tools like Buildbot, 
Jenkins, QuickBuild, and even custom solutions.  Each one has their own 
strengths and weaknesses.  I personally find that the Buildbot web UI is clunky 
and unpleasant to look at and master/slave configurations can be high 
maintenance (although I do love Python ;-).  In that regard, I feel that 
Buildbot is more like a "framework" for developing a CI tool... not a 
"out-of-the-box" CI tool in itself.

Currently, my "Test Team" has been employing QuickBuild internally (using free 
OSS license) to run Wayland CI for several years now and we've been quite happy 
with it.  I've thought about exposing this service to the community too but, of 
course, it would be costly and time consuming.

----
U. Artie Eoff
Intel Open Source Technology Center

From: [email protected] 
[mailto:[email protected]] On Behalf Of Artsiom 
Anikeyenka
Sent: Monday, November 11, 2013 5:26 AM
To: [email protected]
Subject: CI for wayland (buildbot).

Hi, guys,

Do you have any of those running (I mean CI tools) (I didn't find any links)? 
If not then I can setup a buildbot<http://buildbot.net/>. Actually it's already 
runnig on my home machine. You can access it 
here<http://zorg.by:8010/builders/runtests/builds/10>.

This build indicates 1 failing test for "make check" in wayland project. I've 
just started and currently I'm working on setting up CI for the whole process 
of building as described here<http://wayland.freedesktop.org/building.html>.

Later on we can change the way buildbot builds stuff, and add more slaves 
(different platforms) which can be distributed over the internet. I chose 
buildbot because it's super flexible.

If you agree then I'll follow up with the "next-steps-email". BTW I'll be 
setting it up anyways :) to understand how wayland is built, so I just wanted 
to know if you want buildbot as the "official" CI tool for wayland (BTW I 
highly recommend it over the other tools like Jenkins or CC).

Any thoughts, feedback?

Cheers!
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to