On Thu May 15 2014 at 10:24:45 AM, Skip Montanaro <s...@pobox.com> wrote:

> On Thu, May 15, 2014 at 8:26 AM, Antoine Pitrou <solip...@pitrou.net>
> wrote:
> > We already have such buildbots, they are in the "unstable" category.
> > You can browse through existing buildbots here:
> > https://www.python.org/dev/buildbot/
>
> I can't see how to distinguish "stable" from "unstable" (or to view
> just the "unstable" category.


Take
http://buildbot.python.org/all/waterfall?category=3.x.stable&category=3.x.unstableand
remove the category GET argument that you  don't want to see, e.g. to
only see unstable buildbots use
http://buildbot.python.org/all/waterfall?category=3.x.unstable


> What do those two categories have to do
> with "supported" and "unsupported"?
>

Antoine can give the definitive answer, but I view stable buildbots as
staying up and testing critical platforms. I.e. when I submit a patch I
make sure the stable buildbots are always green (unless it's a transient
failure) and I don't worry about the unstable ones (I view them as more
informative than necessary). Basically red stable buildbot should block a
release.

-Brett
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to