7 repository-uri
Architectures that distribute build and test workloads across a network of master and agent nodes.
Distinct from Distributed Execution: Existing candidates focus on AI agents or general worker scaling, not the master-agent build delegation pattern.
Explore 7 awesome GitHub repositories matching devops & infrastructure · Distributed Build Execution. Refine with filters or upvote what's useful.
Jenkins is a CI/CD automation server and build automation tool used to orchestrate software build, test, and deployment pipelines. It functions as a pipeline orchestration engine and continuous delivery platform that manages the movement of software from source control to production environments. The project is built as a plugin-based automation framework, utilizing an extensibility model that integrates third-party tools and custom scripts to expand its capabilities. This architecture allows for the integration of specialized automation workflows and custom tool support through a plugin syst
Delegates heavy build and test tasks to remote worker agents to scale processing and isolate build environments.
Concourse is a container-based continuous integration and delivery platform that functions as a distributed build system. It operates as a declarative pipeline orchestrator, using a central controller and multiple worker nodes to execute concurrent tasks within isolated containers. The system distinguishes itself by executing every build step in a separate container to ensure environment consistency and by defining software delivery sequences through portable, versionable configuration files. It provides a web-based pipeline visualizer to display the real-time status and progress of automated
Employs a distributed architecture to offload build and test workloads across a network of worker nodes.
This project is a containerized build automation system and self-hosted DevOps platform provided as a Docker image. It serves as a distributed build orchestrator and a Dockerized continuous integration and delivery server, ensuring consistent execution environments across different infrastructure. The system distinguishes itself through a distributed execution model that separates a primary controller from multiple remote agents connected via SSH, TCP, or web sockets. It utilizes a modular extensibility framework that allows the core system functionality to be augmented through the installati
Implements a distributed architecture that separates the primary orchestration controller from remote agents for executing build tasks.
GoCD is a continuous delivery server and build automation platform designed to orchestrate software delivery pipelines. It functions as a CD pipeline orchestrator that manages the automated execution of build, test, and deployment stages to move code from commit to production. The system utilizes an agent-based job execution model where remote agents pull work from a central server via polling. It employs a state-machine approach to pipeline orchestration, tracking the progression of software through stages and managing immutable build outputs via a central artifact repository to ensure consi
Runs automated build tasks across multiple remote agents to distribute workloads and manage environment consistency.
Buildbot este un framework de integrare continuă (CI) bazat pe Python și un orchestrator distribuit de build-uri. Acesta funcționează ca un motor de automatizare a build-urilor care coordonează preluarea codului sursă, execuția etapelor de build și raportarea rezultatelor printr-un controller central și o rețea de agenți worker la distanță. Sistemul se distinge printr-o arhitectură de extensibilitate bazată pe plugin-uri și un model de distribuție master-worker. Permite modificarea dinamică a build-urilor la runtime și suportă un backend de bază de date pluggable pentru persistența stării sistemului și a datelor istorice de build. Proiectul acoperă o gamă largă de capabilități, inclusiv programarea automatizată a build-urilor și orchestrarea pipeline-urilor, integrarea cu controlul versiunilor prin polling și webhooks, și provizionarea de workeri pe servere fizice, containere Docker și clustere Kubernetes. Oferă, de asemenea, monitorizare și observabilitate cuprinzătoare prin analiza log-urilor de build și urmărirea performanței, alături de gestionarea securizată a secretelor și autentificare multi-provider. Controlul administrativ este disponibil printr-o interfață web dedicată și instrumente CLI pentru validarea configurației și gestionarea proceselor.
Distributes build and test workloads across a network of master and agent nodes for scalable execution.
Pants is a monorepo build system designed to manage multi-language software projects within a single repository. It functions as a polyglot task runner and distributed build orchestrator, providing a unified interface for executing compilers, linters, and test runners across different programming languages. The system is distinguished by a dependency analysis engine that uses static source code analysis to model software dependencies, removing the need for manual build metadata files. It ensures reproducible builds through hermetic isolation and protects the software supply chain using depend
Distributes build and test workloads across a network of local or remote worker nodes.
Acest proiect este o platformă de integrare și livrare continuă (CI/CD) self-hosted, concepută special pentru dezvoltarea de aplicații mobile. Oferă un mediu de server centralizat care monitorizează repository-urile de cod sursă pentru a declanșa fluxuri de lucru automatizate de build, testare și deployment, asigurându-se că lansările de software mobil rămân consistente și fiabile. Platforma se distinge prin suportul specializat pentru ciclul de viață al aplicațiilor mobile, inclusiv gestionarea și distribuirea securizată a identităților de semnare criptografică. Prin integrarea directă cu platformele de version control existente pentru autentificare, simplifică controlul accesului, menținând în același timp pipeline-uri securizate și automatizate pentru semnarea codului și distribuția binară. Sistemul gestionează orchestrarea build-urilor distribuite prin delegarea sarcinilor către mai multe noduri de lucru remote, permițând echipelor să își scaleze infrastructura pentru a reduce timpii de compilare. Toată logica de build și setările de mediu sunt menținute prin fișiere de configurare versionate, asigurându-se că procesele de automatizare rămân transparente și reproductibile în toate mediile de dezvoltare.
Executes build commands across distributed development environments by listening for tasks on remote worker nodes.