| 1 | = Bcfg2 Continuous Integration = |
| 2 | |
| 3 | This document is a draft. |
| 4 | |
| 5 | == Introduction == |
| 6 | |
| 7 | The purpose of this project is to create an infrastructure that is capable of implementing quality control jobs against the Bcfg2 code. |
| 8 | |
| 9 | == Proposed Stories for Project == |
| 10 | |
| 11 | * As a developer and VCS manager, I want to know my commits do not break the building of packages for debian. |
| 12 | * As a developer and VCS manager, I want to know my commits do not break the building of packages for redhat. |
| 13 | * As a developer and VCS manager, I want to know new commits do not break existing nose tests. |
| 14 | |
| 15 | == Rough Outline for Building Infrastructure == |
| 16 | |
| 17 | === Phase 1 === |
| 18 | * Set up a [http://jenkins-ci.org/ Jenkins] servers. |
| 19 | * Set up jobs for building Bcfg2 |
| 20 | * Set up jobs for running existing tests |
| 21 | |
| 22 | === Phase 2 === |
| 23 | |
| 24 | ??? |