A Cost-efficient Approach to Building in Continuous Integration
A Cost-efficient Approach to Building in Continuous Integration
复制标题
构建持续集成的经济有效的方法
DOI:
10.1145/3377811.3380437
复制
发表时间:
2020
期刊:
影响因子:
--
通讯作者:
Francisco Servant
中科院分区:
文献类型:
--
作者:
Xianhao Jin;Francisco Servant
Continuous integration (CI) is a widely used practice in modern software engineering. Unfortunately, it is also an expensive practice - Google and Mozilla estimate their CI systems in millions of dollars. In this paper, we propose a novel approach for reducing the cost of CI. The cost of CI lies in the computing power to run builds and its value mostly lies on letting developers find bugs early - when their size is still small. Thus, we target reducing the number of builds that CI executes by still executing as many failing builds as early as possible. To achieve this goal, we propose SmartBuildSkip, a technique which predicts the first builds in a sequence of build failures and the remaining build failures separately. SmartBuildSkip is customizable, allowing developers to select different preferred trade-offs of saving many builds vs. observing build failures early. We evaluate the motivating hypothesis of SmartBuildSkip, its prediction power, and its cost savings in a realistic scenario. In its most conservative configuration, SmartBuildSkip saved a median 30% of builds by only incurring a median delay of 1 build in a median of 15% failing builds.
DOI:
10.1109/icse.2019.00056
发表时间:
2019-05
期刊:
2019 IEEE/ACM 41st International Conference on Software Engineering (ICSE)
影响因子:
--
作者:
Chenguang Zhu;Owolabi Legunsen;A. Shi;Miloš Gligorić
通讯作者:
Chenguang Zhu;Owolabi Legunsen;A. Shi;Miloš Gligorić