paper-with-me

Papers

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, Ayush Raj Jha, Sneja Mitinbhai Shah 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 learning (RL) based approach to dynamically optimize CI/CD pipeline workflows. The pipeline is modeled as a Markov Decision Process, and an RL agent is trained to make runtime decisions such as selecting full, partial, or no test execution in order to maximize throughput while minimizing testing overhead. A configurable CI/CD simulation environment is developed to evaluate the approach across build, test, and deploy stages. Experimental results show that the RL optimized pipeline achieves up to a 30 percent improvement in throughput and approximately a 25 percent reduction in test execution time compared to static baselines, while maintaining a defect miss rate below 5 percent. The agent learns to selectively skip or abbreviate tests for low risk commits, accelerating feedback cycles without significantly increasing failure risk. These results demonstrate the potential of reinforcement learning to enable adaptive and intelligent DevOps workflows, providing a practical pathway toward more efficient, resilient, and sustainable CI/CD automation.

📄 PDF Abstract BibTeX arXiv:2601.11647

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Beyond Static Pipelines: Learning Dynamic Workflows for Text-to-SQL

2026-02-17 · Yihan Wang, Peiyu Liu, Runyu Chen, Wei Xu arxiv

Text-to-SQL has recently achieved impressive progress, yet remains difficult to apply effectively in real-world scenarios. This gap stems from the reliance on single static workflows, fundamentally limiting scalability t…

Reinforcement Learning

LiveTune: Dynamic Parameter Tuning for Feedback-Driven Optimization

2023-11-28 · Soheil Zibakhsh Shabgahi, Nojan Sheybani, Aiden Tabrizi, Farinaz Koushanfar

Feedback-driven optimization, such as traditional machine learning training, is a static process that lacks real-time adaptability of hyperparameters. Tuning solutions for optimization require trial and error paired with…

Practical and efficient quantum circuit synthesis and transpiling with Reinforcement Learning

2024-05-21 · David Kremer, Victor Villar, Hanhee Paik, Ivan Duran 외

This paper demonstrates the integration of Reinforcement Learning (RL) into quantum transpiling workflows, significantly enhancing the synthesis and routing of quantum circuits. By employing RL, we achieve near-optimal s…

Reinforcement Learning (RL)

Multi Objective Prioritized Workflow Scheduling Using Deep Reinforcement Based Learning in Cloud Computing

2024-01-08 · IEEE Access 2024 1 · Sudheer Mangalampalli, SYED SHAKEEL HASHMI, GANESH REDDY KARRI, Tulika Chakrabarti 외

ABSTRACT Workflow Scheduling is a huge challenge in cloud paradigm as many number of workflows dynamically generated from various heterogeneous resources and task dependencies in each workflow varies from each other.…

Cloud ComputingDeep Reinforcement LearningScheduling

AutoB2G: Agentic Simulation and Reinforcement Learning for Spatio-Temporal Grid-Interactive Building Control

2026-03-27 · Borui Zhang, Nariman Mahdavi, Subbu Sethuvenkatraman, Flora Salim arxiv

Grid-interactive building control has emerged as a promising approach for improving demand-side flexibility in modern power systems. Realistic studies of such systems, however, require tightly coupled co-simulation acros…

Reinforcement Learning