天天看点

持续集成的成熟度模型

在去年的AgileChina 大会中,Jez Humble(Cruise 的产品经理)提到了持续集成的成熟模型, 从低到高为:

1 自动化构建并持续编译 ( Automated build / continuous compilation)

2 让 单元测试自动化 ( Automated unit tests)

3 让 功能测试自动化 (Automated functional tests)

4 让 部署自动化,并进行验收性测试和性能测试等

      ( Automated deployment to UAT / performance testing etc.)

5 自动部署到试运行环境和生产环境

         (Automated deployment to staging and production)

而今年 的CITCON (Continuous Integration and Testing Conference) NA 上,这个也成了一个热议的话题,而且似乎将其进一步细化了(参见这里 )。

尽管这个列表不能作为一个标准,但做为一个参考,目前还是绰绰有余的。虽然其中的某些条目并不一定适合所有的软件,但选择权在使用者。

只要我们接受这个模型背后的思想,那我们就会正确判定自己的位置,并明确前进的方向。