ideas:buildbot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ideas:buildbot [2009/08/27 10:39] – Added possible types of builds dabaseideas:buildbot [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
 ==== Minimal Build ==== ==== Minimal Build ====
-* Has a Minimum extensions activated and just covers the core features of php.  +  * Has a Minimum extensions activated and just covers the core features of php.  
-* Is supposed to run very fast (< 20 Minutes)  +  * Is supposed to run very fast (< 20 Minutes)  
-* Runs on every new SVN revision +  * Runs on every new SVN revision 
-* No Coverage (main goal is minimizing build time) +  * No Coverage (main goal is minimizing build time) 
  
 ==== Full Build ==== ==== Full Build ====
-* Has as much as possible extentions activated  +  * Has as much as possible extentions activated  
-* Is supposed to run complete +  * Is supposed to run complete 
-* Main reason is to check if there are tests broken in the big picture +  * Main reason is to check if there are tests broken in the big picture 
-* Runs timed (once a day?) +  * Runs timed (once a day?) 
  
 ==== Coverage and Grind build ==== ==== Coverage and Grind build ====
-* Generate Valgrind Reports and report overall failed tests +  * Generate Valgrind Reports and report overall failed tests 
-* Maybe run n special boxes ? +  * Maybe run n special boxes ? 
 + 
 +==== Extension level build with coverage ==== 
 +  * PHP Core and One Extension is tested 
 +  * With Coverage  
 +  * Triggered once a day 
 + 
 +==== Extension Level Builds without coverage ==== 
 +  * Triggered on checkin on this extension
  
 ==== Progress ==== ==== Progress ====
ideas/buildbot.1251369574.txt.gz · Last modified: 2017/09/22 13:28 (external edit)