Essays about: "continuous-integration"

Showing result 16 - 20 of 118 essays containing the word continuous-integration.

  1. 16. Real-Time Failure Event Streaming of Continuous Integration Builds

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Felix Seifert; [2022]
    Keywords : Continuous Integration; Build; Streaming; Stream Processing Systems; Realtime systems; Developer Productivity Engineering; Kontinuerlig Integration; Bygge; Strömning; Strömningssystem; Realtidssystem; Utvecklarproduktivitet;

    Abstract : An application build describes compiling and linking the source code of a developed application to libraries and executables. A Continuous Integration (CI) build executes such a build after the source code has been changed and tries to integrate the changes into the existing application. READ MORE

  2. 17. Multivariate Time Series Prediction for DevOps : A first Step to Fault Prediction of the CI Infrastructure

    University essay from Linköpings universitet/Statistik och maskininlärning

    Author : Yiran Wang; [2022]
    Keywords : VAR; LSTM; BiLSTM; time series; CI; DevOps;

    Abstract : The continuous integration infrastructure (CI servers) is commonly used as a shared test environment due to the need for collaborative and distributive development for the software products under growing scale and complexity in recent years. To ensure the stability of the CI servers, with the help of the constantly recorded measurement data of the servers, fault prediction is of great interest to software development companies. READ MORE

  3. 18. Evaluation of different runner set-ups for CI/CD pipelines

    University essay from Linköpings universitet/Artificiell intelligens och integrerade datorsystem

    Author : Sindre Jonsson Wold; [2022]
    Keywords : continuous practices; CI CD; software quality;

    Abstract : DevOps and continuous practices are increasingly popular development practices aiming at bridging the gap between software development and IT operations with the indented outcome of shorter development life cycles while maintaining a high software quality. A fundamental part of many DevOps systems is a CI/CD (continuous integration/deployment) pipeline allowing for automatic building, testing and deployment of software. READ MORE

  4. 19. Determining confidence in test quality assessment in large-scale software development

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Cecilia Malmrud; [2022]
    Keywords : software testing; test confidence; large-scale software development;

    Abstract : Software testing can be cumbersome and complicated. The complexity of the tests increases when the software itself becomes larger and more complex. When continuous integration is applied to software development feedback to tests can be obtained regularly.  These tests are performed in stages and each loop provides test results. READ MORE

  5. 20. Mathematical Optimization for the Test Case Prioritization Problem

    University essay from Linköpings universitet/Tillämpad matematik; Linköpings universitet/Tekniska fakulteten

    Author : Eric Felding; [2022]
    Keywords : test case prioritization; continuous integration; simulated annealing; mathematical optimization; testfallsprioritering; kontinuerlig integration; simulerad kylning; matematisk optimering;

    Abstract : Regression testing is the process of testing software to make sure changes to the software will not change the functionality. With growing test suites theneed to prioritize arises. This thesis explores how to weigh factors such as the number of fails detected, days since latest test case execution, and coverage. READ MORE