Research Article Open Access

Enhancing DevOps Pipelines With Viral Spread Optimization and Hybrid Deep Learning

Dileepkumar S R1 and Juby Mathew2
  • 1 Department of Computer Science, Lincoln University College Malaysia, India
  • 2 Department of Computer Science, Amal Jyothi College of Engineering, India

Abstract

Modern software teams rely on Continuous Integration and Continuous Deployment (CI/CD) pipelines to automate testing and delivery. However, these pipelines often waste resources by running unnecessary tests and failing to predict which builds will fail. This study presents a new framework that addresses three key challenges: (1) deciding which tests to run first, (2) predicting which builds will fail, and (3) allocating computing resources efficiently. The framework combines Viral Spread Optimization (VSO) a new algorithm inspired by how viruses spread through populations with a hybrid deep learning model that pairs Bidirectional Long Short-Term Memory networks with Support Vector Machines (BiLSTM–SVM). VSO treats high-priority tests like "infections" that spread influence to similar tests, while the BiLSTM–SVM learns patterns from historical test data to predict failures. An ensemble module combining multiple classifiers further improves prediction reliability. Experiments on two large public datasets (TravisTorrent and CI-Datasets) showed that the framework detected 89.6% of faults, reduced test execution time by 21.5%, and cut cloud infrastructure costs by approximately 18%. These results represent significant improvements over existing methods, offering practical benefits for software teams managing large-scale automated pipelines.

Journal of Computer Science
Volume 22 No. 6, 2026, 1991-2005

DOI: https://doi.org/10.3844/jcssp.2026.1991.2005

Submitted On: 29 September 2025 Published On: 3 July 2026

How to Cite: S R, D. & Mathew, J. (2026). Enhancing DevOps Pipelines With Viral Spread Optimization and Hybrid Deep Learning. Journal of Computer Science, 22(6), 1991-2005. https://doi.org/10.3844/jcssp.2026.1991.2005

  • 27 Views
  • 7 Downloads
  • 0 Citations

Download

Keywords

  • Continuous Integration
  • Continuous Deployment
  • Test Case Prioritization
  • Viral Spread Optimization
  • BiLSTM–SVM