Scheduling and executing shell jobs

Install

Authors

Maintainers

Sources

builder-0.3.0.tbz
sha256=0e823f6ab0084ab21f4ee44ca2f2aa7d001d3d55970cab58791fbc13022691ea
sha512=9d7359402eafd997db0b6b71ba49e49961d554c706717632d75f611924ab1cfa9f4ecd11a4a89adc46d3cce0b49c64bba360462be3e3a6694f4e64fce07d27fd

Description

The builder server has a schedule of jobs to be executed, stored persistently on disk. Any number of workers can connect via TCP (using ASN.1 encoded messages) that execute a single job -- usually contained in a sandbox (FreeBSD jail or Docker container). A client is a command-line interface to modify the schedule. Access control is out of scope - run it locally on your build host. The server receives the output artifacts of each job, and either stores them on the local file system or upload them to a remote server via http.

See https://builds.robur.coop for the live web frontend (builder-web).

Published: 11 Nov 2021

Dependencies (16)

  1. base64
  2. http-lwt-client >= "0.0.4" & < "0.1.0"
  3. uuidm
  4. ptime
  5. lwt
  6. logs
  7. fpath
  8. fmt >= "0.8.7"
  9. duration
  10. cstruct >= "6.0.0"
  11. cmdliner
  12. bos
  13. bheap >= "2.0.0"
  14. asn1-combinators
  15. dune >= "2.0.0"
  16. ocaml >= "4.08.0"

Development Dependencies

    None

Reverse Dependencies (1)

  1. builder-web

Conflicts

    None