paper-with-me

Papers

Detecting Continuous Integration Skip : A Reinforcement Learning-based Approach

2024-05-15 · Hajer Mhalla, Mohamed Aymen Saied

The software industry is experiencing a surge in the adoption of Continuous Integration (CI) practices, both in commercial and open-source environments. CI practices facilitate the seamless integration of code changes by employing automated building and testing processes. Some frameworks, such as Travis CI and GitHub Actions have significantly contributed to simplifying and enhancing the CI process, rendering it more accessible and efficient for development teams. Despite the availability these CI tools , developers continue to encounter difficulties in accurately flagging commits as either suitable for CI execution or as candidates for skipping especially for large projects with many dependencies. Inaccurate flagging of commits can lead to resource-intensive test and build processes, as even minor commits may inadvertently trigger the Continuous Integration process. The problem of detecting CI-skip commits, can be modeled as binary classification task where we decide to either build a commit or to skip it. This study proposes a novel solution that leverages Deep Reinforcement Learning techniques to construct an optimal Decision Tree classifier that addresses the imbalanced nature of the data. We evaluate our solution by running a within and a cross project validation benchmark on diverse range of Open-Source projects hosted on GitHub which showcased superior results when compared with existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2405.09657

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

A Machine Learning Approach to Improve the Detection of CI Skip Commits

2021-12-01 · IEEE Transactions on Software Engineering, vol. 47, no. 12 2021 12 · Rabe Abdalkareem, Suhaib Mujahid, Emad Shihab

Continuous integration (CI) frameworks, such as Travis CI, are growing in popularity, encouraged by market trends towards speeding up the release cycle and building higher-quality software. A key facilitator of CI is to…

Reinforcement Learning for Dynamic Workflow Optimization in CI/CD Pipelines

2026-01-15 · Aniket Abhishek Soni, Milan Parikh, Rashi Nimesh Kumar Dhenia, Jubin Abhishek Soni 외 arxiv

Continuous Integration and Continuous Deployment (CI/CD) pipelines are central to modern software delivery, yet their static workflows often introduce inefficiencies as systems scale. This paper proposes a reinforcement …

Reinforcement Learning

Adversarial Multi-Agent Reinforcement Learning for Proactive False Data Injection Detection

2024-11-19 · Kejun Chen, Truc Nguyen, Malik Hassanaly

Smart inverters are instrumental in the integration of renewable and distributed energy resources (DERs) into the electric grid. Such inverters rely on communication layers for continuous control and monitoring, potentia…

continuous-controlContinuous ControlMulti-agent Reinforcement LearningTransfer Learning

SCALE: A Scalable Language Engineering Toolkit

2016-05-01 · LREC 2016 5 · Joris Pelemans, Lyan Verwimp, Kris Demuynck, Hugo Van hamme 외

In this paper we present SCALE, a new Python toolkit that contains two extensions to n-gram language models. The first extension is a novel technique to model compound words called Semantic Head Mapping (SHM). The second…

Language ModelingLanguage Modelling

Comparative Study of Machine Learning Test Case Prioritization for Continuous Integration Testing

2022-04-22 · Dusica Marijan

There is a growing body of research indicating the potential of machine learning to tackle complex software testing challenges. One such challenge pertains to continuous integration testing, which is highly time-constrai…

BIG-bench Machine Learningsoftware testing