Edgewall Software

Changes between Version 8 and Version 9 of TracDev/AutomaticBuilds


Ignore:
Timestamp:
Jul 29, 2014, 11:51:19 PM (10 years ago)
Author:
Peter Suter
Comment:

Travic CI (see discussion) replacing inoperative Buildbots

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/AutomaticBuilds

    v8 v9  
    1 = Automatic builds =
     1= Automatic builds
    22
    3 For official build status, see the [http://buildbot.timhatch.com/trac/waterfall Trac Buildbot].  If you would like to contribute a builder, contact us on IrcChannel or MailingList.
     3Automatic builds are run on [https://travis-ci.org/edgewall/trac/builds Travis CI]. (Configured in [source:trunk/.travis.yml].)
    44
    5 == Build configurations ==
     5== Previous automatic builds
    66
    7 The following build configurations are currently set up:
    8 
    9 ||'''Name'''||'''OS'''||'''Python'''||'''Database'''||'''SVN bindings'''||'''Build slave provider'''||'''Comment'''||
    10 ||Ubuntu||Ubuntu 9.04 amd64||2.4-2.6||SQLite||1.5.4||TimHatch|| ||
    11 ||OS X||OS X 10.5.6||2.4-2.6||SQLite||???||TimHatch||Stock py25, py24/26 from python.org||
    12 ||FreeBSD||FreeBSD 7.2 amd64||2.5-2.6||SQLite||1.6.6||TimHatch||Testing odd genshi + lxml||
    13 ||win7||Windows 7 32-bit||2.6||SQLite||???||TimHatch||[http://bugs.python.org/issue6906 Python issue 6906]||
    14 
    15 This Trac instance would normally be coordinating automatic builds of Trac through a [http://bitten.edgewall.org Bitten] build master.  This caused unusually high database load, so is currently disabled.
    16 
    17 {{{
    18 #!comment
    19 
    20 This Trac instance coordinates automatic builds of Trac for various configuration variants through a [http://bitten.edgewall.org Bitten] build master.
    21 
    22 == Build configurations ==
    23 
    24 The following build configurations are currently set up:
    25 
    26 ||'''Name'''||'''OS'''||'''Python'''||'''Database'''||'''SVN bindings'''||'''Build slave provider'''||'''Comment'''||
    27 ||`darwin-py23`||OS X 10.5 (x86)||2.3||SQLite||1.6.5||RemyBlank||Only for 0.11-stable||
    28 ||`darwin-py25`||OS X 10.5 (x86)||2.5||SQLite||1.6.5||RemyBlank|| ||
    29 ||`darwin-py25-pg`||OS X 10.5 (x86)||2.5||PostgreSQL 8.3||1.6.5||RemyBlank|| ||
    30 ||`darwin-py25-my`||OS X 10.5 (x86)||2.5||MySQL 5.0||1.6.5||RemyBlank|| ||
    31 ||`linux-py24`||Linux 2.6.27 (x86)||2.4||SQLite||1.5.1||JonasBorgstrom|| ||
    32 ||`linux-py25`||Linux 2.6.27 (x86)||2.5||SQLite||1.5.1||JonasBorgstrom|| ||
    33 ||`linux-py26`||Linux 2.6.27 (x86)||2.6||SQLite||1.5.1||JonasBorgstrom|| ||
    34 ||`windows-py25`||Windows XP Pro (x86)||2.5||SQLite||1.5.6||RemyBlank|| ||
    35 
    36 
    37 == Desired build configurations ==
    38 
    39 Please add desired build configurations in the table below, and indicate why you feel they should be tested. Also indicate if you are willing to run build slaves for any of the configurations.
    40 
    41 ||'''Name'''||'''OS'''||'''Python'''||'''Database'''||'''SVN bindings'''||'''Build slave provider'''||'''Comment'''||
    42 ||`darwin-py26`||OS X 10.5||2.6||SQLite|| ||EmmanuelBlot||to get ready for !SnowLeopard||
    43 
    44 == Comments ==
    45 
    46  eblot::
    47    It may be useful to add the CPU type and the SVN binding version.
    48 }}}
     7Trac previously used to be built on [http://buildbot.net/ BuildBot] coordinated through [http://bitten.edgewall.org Bitten] and the [https://www.python.org/dev/buildbot/community Python Community Buildbots]. ([wiki:TracDev/AutomaticBuilds@8 see previous version of this page] / [wiki:TracDev/UnitTests@18#Buildbots another page])