Changes between Version 2 and Version 3 of BuildbotPolicy


Ignore:
Timestamp:
2009-03-09T03:40:27Z (15 years ago)
Author:
zooko
Comment:

add notes about buildbot policy and packages

Legend:

Unmodified
Added
Removed
Modified
  • BuildbotPolicy

    v2 v3  
    1 There are two classes of builder for the [http://allmydata.org/buildbot/ Tahoe Buildbot]: ''Supported'' and ''Unsupported''.  The basic policy is that if a supported builder goes red then we fix it right away.
     1There are two classes of builder for the [http://allmydata.org/buildbot/ Tahoe Buildbot]: ''Supported'' and ''Unsupported''.  The basic policy is that packages are produced only when the supported builders are green, and if a supported builder goes red then we fix it right away.
    22
    331.  It could be we just committed a patch that breaks Tahoe in a way that makes a test fail on that builder.  In this case we either:
     
    1414
    1515In any of these cases, we might be unable to resolve the redness in a timely manner.  In that case we demote that builder from the ''Supported Builders'' page to the ''Unsupported Builders'' page, as linked from the ''Buildbot'' button at the top of every page on this site.
     16
     17The fact that packages (.deb's, tarballs/zipfiles/etc., .egg's) are produced only when all supported builders are green means that you know when you download one of those packages that you are getting a package produced from a version of the source code that passed all tests on all supported platforms.
     18
     19(It might be nice if we did build packages even for versions of the software that didn't pass all tests, but segregated those packages somehow, such as put them in a separate download directory or a separate apt repository.  I don't know exactly how to program buildbot to do that, though.  --Zooko 2009-03-08)