Open discussion on how to best host the RCB.
Requirements:
- Can be run in a container, but needn't be.
- Requires a persistent Postgres DB.
- Requires a Rakudo and a set of modules among them the Cro stack, Red, LibXML and WebService::GitHub. LibXML requires the libxml dev libs to be installed.
- A TLS reverse proxy is probably a wise choice. (Could be an Nginx or or something else.)
- Currently stores sources and build logs indefinitely. Ticks in at about 32MB per test run. Sooner or later we'll need to implement some form of cleanup. 100GB of disk space will give us ~3000 test runs.
- Needs to be accessible via a stable domain name to be able to use GitHub hooks.
- A nice URL to make the web interface available could be https://cibot.rakudo.org/. Bikeshedding allowed.
- Some kind of orchestrator that auto-restarts the service should it die is wise to have. The minimal solution could be a systemd service file, kubernetes is most certainly overkill. Some raku and rakudo infra currently already is deployed on portainer, so maybe just stick with that.
Ping @rba
Open discussion on how to best host the RCB.
Requirements:
Ping @rba