sergio borghese | 18 May 2013 17:24
Picon

User Question: 1 builder -> 2 buildslaves

Hi All,

I have a question I cannot find an answer after reading the manual, and doing some test; hope someone can help here;

I setup a buildmaster and two buildslaves on two distinct hosts (Ubuntu 12.04 and Debian Weezy) 
Configured a builder and assigned to both slaves to build my code on both the hosts
When the SVNPoller notice something has changed in the repo, I was expecting the build process to start on both hosts, to test the build on both O.S.
It seams the build process starts only on one of the slaves instead, and the one that is started seem random (I did not see a pattern)
I notice there is a param "nextSlave" to decide which slave to run. So my question is: If I set multiple slaves for the same builder, only one slave is run?
Can I set up the master/slave system to kick the build on all my buildslaves at once?

Many thanks
Sergio 

--
preferisco ammazzare il tempo,
preferisco sparare cazzate,
preferisco fare esplodere una moda,
preferisco morire d'amore.
(Caparezza)

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel@...
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
Michael Williamson | 18 May 2013 12:12

Getting pass/fail status from JSON API

Hello,

Is there an easy way to get the pass/fail status of a builder (or all
builders) from the JSON API? The examples I've seen seem to look for
particular text substrings in the "text" property, which seems a little
brittle.

Thanks

Mike

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
Kenny Ho | 16 May 2013 23:24

Conceptual Questions: Change-based BuildStep

Hi,

I am still fairly new to BuildBot and I am still a bit confused about some of the concepts.  Is it possible to define a BuildStep via BuildFactory with information from multiple changes?  For example, let say one of the Build contain a SourceStamp that points to 2 ChangeS.  Is it possible to define a BuildStep to cherry pick those 2 ChangeS to current HEAD?   or do I need to subclass something to archive this?

I noticed there are Properties set but they appear to belong to only one of the change?  (or may be it's just the web UI showing properties of one change and there's actually an array of build properties?)

Regards,
Kenny
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel@...
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
Markos Chandras | 16 May 2013 21:28
Picon
Gravatar

e-mail notifications based on scheduler type

Hi everybody,

I have e-mail notifications configured for certain builders. However,
these builders are triggered either by different schedulers
(Triggering, Try, Force etc). Is it possible to send e-mail
notifications for a builder but only if it was triggered by a
particular scheduler? I see no such option in the MailNotifier class
so I was wondering if there is a "good" way to do that.

--
Regards,
Markos Chandras

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
Flower Platform Team | 15 May 2013 16:28

Tools for GSoC mentors

Hello GSoC Mentors,

As you are participating to Google Summer of Code, I'm wondering if you 
could consider using Flower Dev Center [1] while working with students.

Flower Dev Center is an online platform for UML modeling diagramming, 
with a strong focus on code synchronization, integration with dev tools 
(Git, SVN, etc) and real time collaboration on diagrams (and a little 
bit on code as well).

We think Flower Dev Center can be helpful for both: mentors and students 
during Google Summer of Code. We have created an article on this topic 
(i.e. Flower Dev Center + GSoC): [2], [3].

If you have a couple of spare minutes, could you tell us if you would 
like to use Flower Dev Center? And/or raise topics that you think are 
important (based on previous GSoC participations) to be supported by 
Flower Dev Center?

The next version of Flower Dev Center, the 2.0.0 planned for June/July 
2013, has major new features, that we did not demonstrate yet and that 
will improve even more the collaboration between developers.

Flower Dev Center doesn't currently support Python programming language. 
But if you are interested in using Flower Dev Center, we'll prioritize 
it's implementation and we'll work hard to do it ASAP, with Flower Dev 
Center 2.0.0.

Thank you in advance!

Best regards,
Mircea  <at>  The Flower Platform Team.

[1] - Flower Dev Center web site - http://www.flower-platform.com
[2] - Video “Flower Dev Center + Google Summer of Code” - 
http://learn-discuss.flower-platform.com/flower_dev_center/videos/flower_dev_center_and_google_summer_of_code_2013_the_video
[3] - Text version with same content as the above video - 
http://learn-discuss.flower-platform.com/flower_dev_center/tutorials/flower_dev_center_and_google_summer_of_code_2013

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
Simon Holm Nielsen | 15 May 2013 11:38
Favicon

Template folder

Hello

Maybe i should explain in details what I want to achieve.

Im working on the UI of a buildbot installation. My html files are located in the status/web/templates folder.

I have downloaded buildbot version Nine to get some inspiration and can see that the UI has another location. buildbot / www /  src  

I want to keep the default html files in status/web/templates folder unchanged and make a new UI in another folder (running Buildbot version: 0.8.7p1).. 

How do I do that?

I already tried overwriting the default templates by copying them to the files folder but that did not work.

Greetings,

Simon 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel@...
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
Simon Holm Nielsen | 15 May 2013 10:48
Favicon

Buildbot nine template path

Hello

How and where do I change the url to the templatefolder?  In buildbot Nine The templates are located in buildbot / www /  src  

in stead of the default status/web/templates folder


Greetings,

Simon 
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel@...
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
Dustin J. Mitchell | 15 May 2013 04:36
Picon
Gravatar

Grace Hopper Open Source Day

Lukas Blakk contacted me to invite Buildbot to the 2013 Grace Hopper
Open Source Day in Minneapolis, MN on October 5.  The event would be
similar to the Buildbot sprints at PyCon, but shorter (one day) and
focused on new contributors.  In particular, this event would provide
an opportunity for women to hack on Buildbot and connect with the
Buildbot community.

This will be part of the Grace Hopper Celebration of Women in
Computing - http://gracehopper.org/2013/.  The info for this year's
GHOSD isn't up yet, but last year's is described here:
  http://gracehopper.org/2012/conference/grace-hopper-open-source-day/

I'd love to see Buildbot represented here, but personal complications
make it hard to know if I'll be able to attend.  If you can be there,
please let me know so that I can let the organizers know that Buildbot
will be participating.

Dustin

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
Diane Maple | 14 May 2013 23:54
Picon
Favicon

How many project per master?


Hello,

How many projects can I have controlled by one master?

I currently have 5 masters for different projects.
Each master has between 26 and 48 builds to control.
I was thinking of merging all of them into one.
I just want to make sure buildbot will be okay with this.

My goal is to have my 14 slave systems have 8 builder processes each.
These 8 builders building any of the projects that need to be built.

As of now I have co nfigured the buildbot master to have two slaves for each master on each slave node.

The problem is the slaves are either under used or over used depending on what is happening in subversion.

Thank you for your comments.

Diane
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel@...
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
Diane Maple | 14 May 2013 23:23
Picon
Favicon

subversion push to buildbot

Hello,

I setup subversion to push to buildbot via the svn_buildbot.py script.
Buildbot sees the change and it shows up in the water fall as a path relative to the root of my repository.

... then nothing... no builds.

I'm guessing I have something wrong with my change filter or something... 

Can someone PLEASE post a full, clear example with multiple build slaves, targets (filters) of a working master.cfg

Thank you.
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel@...
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
Jeremy Cornett | 10 May 2013 21:11
Favicon

Consoldate Build Failure Emails?

I have setup a couple builders that can be triggered by the same check-in. When it so happens that the check-in breaks the build in more than one of the builders, the person who submitted it gets multiple build fail emails, one for each builder that failed for the single check-in. Is it possible to have BuildBot consolidate the multiple failures down to one email instead that lists all the failed builders?

 

| Jeremy Cornett | Configuration Management Engineer
| jeremy.cornett-xf2uNyQ5f/7QT0dZR+AlfA@public.gmane.org |
www.venafi.com

 

 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel@...
https://lists.sourceforge.net/lists/listinfo/buildbot-devel

Gmane