On Thu May 15 2014 at 10:24:45 AM, Skip Montanaro <
skip@pobox.com> wrote:
On Thu, May 15, 2014 at 8:26 AM, Antoine Pitrou <solipsis@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.
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