Skip to main content

Buildbot worker for Docker Swarm

Project description

PyPI Build Status Coverage Status Code style: black

buildbot-docker-swarm-worker

This package provides a buildbot plugin to deploy buildbot workers on demand as services on a Docker Swarm cluster.

Installation

Install this package from PyPI:

pip install buildbot-docker-swarm-worker

Usage

from buildbot.plugins import worker
swarm_worker = worker.DockerSwarmLatentWorker(
    "docker-swarm-worker",
    "buildbot/buildbot-worker:latest",
)

Related projects

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page