Lessons from Eight Years of Operational Data from a Continuous Integration Service: An Exploratory Case Study of CircleCI

 ACM SIGSOFT Distinguished Paper Award Nominee 
Authors - Keheliya Gallaba, Maxime Lamothe, Shane McIntosh
Venue - International Conference on Software Engineering, pp. 1330–1342, 2022

Related Tags - ICSE 2022 continuous integration

Abstract - Continuous Integration (CI) is a popular practice that enables the rapid pace of modern software development. Cloud-based CI services have made CI ubiquitous by relieving software teams of the hassle of maintaining a CI infrastructure. To improve these CI services, prior research has focused on analyzing historical CI data to help service consumers. However, finding areas of improvement for CI service providers could also improve the experience for service consumers. To search for these opportunities, we conduct an empirical study of 22.2 million builds spanning 7,795 open-source projects that used CircleCI from 2012 to 2020.

First, we quantitatively analyze the builds (i.e., invocations of the CI service) with passing or failing outcomes. We observe that the heavy and typical service consumer groups spend significantly different proportions of time on seven of the nine build actions (e.g., dependency retrieval). On the other hand, the compilation and testing actions consistently consume a large proportion of build time across consumer groups (median 33%). Second, we study builds that terminate prior to generating a pass or fail signal. Through a systematic manual analysis, we find that availability issues, configuration errors, user cancellation, and exceeding time limits are key reasons that lead to premature build termination.

Our observations suggest that (1) heavy service consumers would benefit most from build acceleration approaches that tackle long build durations (e.g., skipping build steps) or high throughput rates (e.g., optimizing CI service job queues), (2) efficiency in CI pipelines can be improved for most CI consumers by focusing on the compilation and testing stages, and (3) avoiding misconfigurations and tackling service availability issues present the largest opportunities for improving the robustness of CI services.

Preprint - PDF

Bibtex

@inproceedings{gallaba2022icse,
  Author = {Keheliya Gallaba and Maxime Lamothe and Shane McIntosh},
  Title = {{Lessons from Eight Years of Operational Data from a Continuous Integration Service: An Exploratory Case Study of CircleCI}},
  Year = {2022},
  Booktitle = {Proc. of the International Conference on Software Engineering (ICSE)},
  Pages = {1330–1342}
}