oclusterversion
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.
Author | talex5@gmail.com |
---|---|
License | Apache-2.0 |
Published | |
Homepage | https://github.com/ocurrent/ocluster |
Issue Tracker | https://github.com/ocurrent/ocluster/issues |
Maintainer | talex5@gmail.com |
Dependencies |
|
Conflicts |
|
Source [http] | https://github.com/ocurrent/ocluster/releases/download/v0.2/ocluster-0.2.tbz sha256=a6245d78f1f2b4b431596cfe167dfe18497b72c2844b8b7fb99603731eda4192 sha512=477f16a1abc7de7c8e807ac1b8e33a461865e20358734716707874af2e6fec47f7fe24753cd88d520fe94921d9f1f8da63d96c41ab1dfae9f86be85dd4098c7d |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocluster/ocluster.0.2/opam |
No package is dependent