Changes between Version 17 and Version 18 of Buildbot


Ignore:
Timestamp:
Sep 20, 2012, 11:34:57 AM (12 years ago)
Author:
Even Rouault
Comment:

Rewrite the page according to the up-to-date situation

Legend:

Unmodified
Added
Removed
Modified
  • Buildbot

    v17 v18  
    11= GDAL Buildbot =
    22
    3 UPDATE: ==> The buildbot instances listed below are not active. <==
     3Note: There used to be an OSGeo Buildbot farm that included GDAL builds, but it is no longer use.
     4You can still consult the [http://trac.osgeo.org/gdal/wiki/Buildbot?version=17 old content].
    45
    5 GDAL Buildbot instance is hosted on the [http://buildbot.osgeo.org/ OSGeo Buildbot farm].
     6== Windows slaves ==
    67
    7  * [http://buildbot.osgeo.org:8500/ GDAL Buildbot Intance] - here you can check if builds and tests are working.
     8Builds and regression testing of GDAL for 32bit and 64bit Windows platforms with various versions of the MSVC compilers
     9are done on a daily basis on [http://www.gisinternals.com/sdk/ gisinternals]. The set of optional
     10drivers compiled in is rather extensive.
    811
    9  * You can learn about the [http://wiki.osgeo.org/index.php/BuildBot_Configuration Buildbot Configuration] at the OSGeo Wiki
     12== Linux slaves ==
    1013
    11 == Buildbot Slaves ==
     14The PostGIS team has set up a [http://debbie.postgis.net:8080/view/GDAL/ buildbot]
     15that, in addition to PostGIS, includes builds of GDAL trunk and runs the Python autotest suite.
    1216
    13 From the [http://buildbot.net/repos/release/docs/buildbot.html Buildbot manual]:
    14 
    15   ''The Buildbot consists of a single buildmaster and one or more buildslaves.''
    16 
    17 ||'''Name'''||'''Operating System'''||'''Target Arch'''||'''Compiler'''||
    18 ||[http://buildbot.osgeo.org:8500/telascience-full telascience]||Linux, Fedora Core 4|| x86-32||GCC||
    19 ||[http://buildbot.osgeo.org:8500/epimetheus-full epimetheus]||Darwin 8|| 64-bit, PowerPC 970||GCC||
    20 ||[http://buildbot.osgeo.org:8500/szekerest-vc71-full szekerest-vc71]||Windows Server 2003 Enterprise x64 Ed.||x86-32||Visual C++ 7.1||
    21 ||[http://buildbot.osgeo.org:8500/szekerest-vc80-full szekerest-vc80]||Windows Server 2003 Enterprise x64 Ed.||x86-32||Visual C++ 8.0||
    22 ||[http://buildbot.osgeo.org:8500/szekerest-vc80x64-full szekerest-vc80x64]||Windows Server 2003 Enterprise x64 Ed.||x86-64||Visual C++ 8.0||
    23 
    24 
    25 == Buildbot Builders ==
    26 
    27   ''The Builder is a long-lived object which controls all Builds of a given type.''
    28 
    29 '''Important note:''' All '''quick''' builders have been disabled and only '''telascience-quick''' is available now. This motion is due to problems with frequent cleaning required in quick builders, so their maintenance became a bit annoying. After someone will implement a ''push the button'' feature for clean action, we will bring all '''quick''' builders back.
    30 
    31 === telascience ===
    32 
    33  * [http://buildbot.osgeo.org:8500/telascience-quick quick]
    34    * Sources: trunk
    35    * Configure options:
    36 {{{
    37 --with-libtiff=internal
    38 --with-python
    39 --without-ngpython
    40 --without-libtool
    41 --without-pg
    42 }}}
    43    * Optimized (without environment variable [wiki:FAQMiscellaneous#HowdoIdebugGDAL CFG=DEBUG])
    44    * Libraries:
    45      * PROJ.4 (dynamically linked)
    46    * Python bindings: traditional
    47 
    48 
    49  * [http://buildbot.osgeo.org:8500/telascience-full full]
    50    * Sources: trunk
    51    * Configure options:
    52 {{{
    53 --with-libtiff=internal
    54 --with-python
    55 --without-ngpython
    56 --without-libtool
    57 --without-pg
    58 }}}
    59    * Optimized (without environment variable [wiki:FAQMiscellaneous#HowdoIdebugGDAL CFG=DEBUG])
    60    * Libraries:
    61      * PROJ.4 (dynamically linked)
    62    * Python bindings: traditional
    63 
    64 
    65  * [http://buildbot.osgeo.org:8500/telascience-stable stable]
    66    * Sources: branches/<current stable>
    67    * Configure options:
    68 {{{
    69 --with-libtiff=internal
    70 --with-python
    71 --without-ngpython
    72 --without-libtool
    73 --without-pg
    74 }}}
    75    * Optimized (without environment variable [wiki:FAQMiscellaneous#HowdoIdebugGDAL CFG=DEBUG])
    76    * Libraries:
    77      * PROJ.4 (dynamically linked)
    78    * Python bindings: traditional
    79 
    80 
    81 === epimetheus ===
    82 
    83  * [http://buildbot.osgeo.org:8500/epimetheus-quick quick]
    84    * Sources: trunk
    85    * Configure options: default
    86 {{{
    87 --with-libtool
    88 }}}
    89    * Optimized (without environment variable [wiki:FAQMiscellaneous#HowdoIdebugGDAL CFG=DEBUG])
    90    * Libraries:
    91      * PROJ.4 (dynamically linked)
    92    * Python bindings: next-gen
    93 
    94 
    95  * [http://buildbot.osgeo.org:8500/epimetheus-full full]
    96    * Sources: trunk
    97    * Configure options: default
    98 {{{
    99 --with-libtool
    100 }}}
    101 
    102    * Optimized (without environment variable [wiki:FAQMiscellaneous#HowdoIdebugGDAL CFG=DEBUG])
    103    * Libraries:
    104      * PROJ.4 (dynamically linked)
    105    * Python bindings: traditional
    106 
    107 === szekerest-vc71 ===
    108 
    109  * [http://buildbot.osgeo.org:8500/szekerest-vc71-quick quick]
    110 
    111  * [http://buildbot.osgeo.org:8500/szekerest-vc71-full full]
    112 
    113 === szekerest-vc80 ===
    114 
    115  * [http://buildbot.osgeo.org:8500/szekerest-vc80-quick quick]
    116 
    117  * [http://buildbot.osgeo.org:8500/szekerest-vc80-full full]
    118 
    119 === szekerest-vc80x64 ===
    120 
    121  * [http://buildbot.osgeo.org:8500/szekerest-vc80x64-quick quick]
    122 
    123  * [http://buildbot.osgeo.org:8500/szekerest-vc80x64-full full]
     17The OS of that buildbot is apparently Linux Debian. Note : the list of
     18optional GDAL/OGR drivers that rely on dependant libraries included in those
     19builds is still minimal.