oclusterversion Documentation on ocaml.org

Distribute build jobs to workers

OCluster manages a pool of build workers. A build scheduler service accepts build jobs from clients and distributes them to worker machines using Cap'n Proto. Workers register themselves by connecting to the scheduler (and workers do not need to be able to accept incoming network connections).

The scheduler can manage multiple pools (e.g. linux-x86_64 and linux-arm32). Clients say which pool should handle their requests. At the moment, two build types are provided: building a Dockerfile, or building an OBuilder spec. In either case, the build may done in the context of some Git commit. The scheduler tries to schedule similar builds on the same machine, to benefit from caching.

AuthorsAntonin Décimo <antonin@tarides.com>, David Allsopp <david.allsopp@metastack.com>, Kate <kit.ty.kate@disroot.org>, Lucas Pluvinage <lucas@tarides.com>, Mark Elvers <mark.elvers@tunbury.org>, Patrick Ferris <patrick@sirref.org>, Thomas Leonard <talex5@gmail.com> and Tim McGilchrist <timmcgil@gmail.com>
LicenseApache-2.0
Published
Homepagehttps://github.com/ocurrent/ocluster
Issue Trackerhttps://github.com/ocurrent/ocluster/issues
Documentationhttps://ocurrent.github.io/ocluster/
MaintainerMark Elvers <mark.elvers@tunbury.org>
Availablearch != "x86_32"
Dependencies
Source [http] https://github.com/ocurrent/ocluster/releases/download/v0.4.0/ocluster-0.4.0.tbz
md5=b024d87f08bed7a6fb40fd3a1e1d94f5
sha512=ab58b4279a5763b03c2d158d6261ca6edf800baf89c996f5a849e01ad8f332d6fdf7bb4947b36d8671b5b80a8ccc7faae252763d985464fdfb23287e057e793f
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ocluster/ocluster.0.4.0/opam
No package is dependent