Changes between Version 3 and Version 4 of BuildbotPolicy


Ignore:
Timestamp:
2009-12-02T19:02:18Z (14 years ago)
Author:
zooko
Comment:

clarify policy

Legend:

Unmodified
Added
Removed
Modified
  • BuildbotPolicy

    v3 v4  
    1 There 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.
     1There are two classes of builder for the [http://allmydata.org/buildbot/ Tahoe Buildbot]: ''Supported'' and ''Unsupported''.  The buildbot policy has two parts:
     2
     31.  Packages are produced for ''any'' platform only when ''all'' of the supported platforms pass tests.  This means that if, for example, the Windows platform starts failing unit tests, then we stop producing new .deb packages for Debian or Ubuntu.  Also vice versa: if one of the Supported debian platforms fails its unit tests, then we won't produce a new Windows package from that version of the source code.
     42.  If a supported builder goes red then we fix it right away.
    25
    361.  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: