H ybrid CIS ave : A Combined Build and Test Selection Approach in Continuous Integration

ACM Transactions on Software Engineering and Methodology(2022)

引用 0|浏览8
暂无评分
摘要
Continuous integration (CI) is a popular practice in modern software engineering. Unfortunately, it is also a high-cost practice — Google and Mozilla estimate their CI systems in millions of dollars. To reduce the computational cost in CI, researchers developed approaches to selectively execute builds or tests that are likely to fail (and skip those likely to pass). In this paper, we present a novel hybrid technique ( Hybrid CIS ave ) to improve on the limitations of existing techniques: to provide higher cost savings and higher safety. To provide higher cost savings, Hybrid CIS ave combines techniques to predict and skip executions of both full builds that are predicted to pass and partial ones (only the tests in them predicted to pass). To provide higher safety, Hybrid CIS ave combines the predictions of multiple techniques to obtain stronger certainty before it decides to skip a build or test. We evaluated Hybrid CIS ave by comparing its effectiveness with the existing build selection techniques over 100 projects, and found that it provided higher cost savings at the highest safety. We also evaluated each design decision in Hybrid CIS ave and found that skipping both full and partial builds increased its cost savings and that combining multiple test selection techniques made it safer.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要