caronade
caronade copied to clipboard
A small and light tool to help with FreeBSD Ports CI (Continuous Integration)
If all jobs finish at the very same time it can happen that we send the notification emails multiple times.
- [x] SSH recipe - [ ] on demand start/deallocate for Azure - [ ] documentation
Right now caronade expects an overlay portstree for poudriere but for some workflows a full portstree (fork of the official tree) might be suitable. A full portstree is quite big...
It would be good to allow uploading artefacts (compressed workdir, pkg files ...) for a build job. The easiest way to implement that would be that caronade allows to upload...
The Check Runs API is the successor for the Status API at GitHub so it should be explored to see if we can support it. https://developer.github.com/v3/checks/runs/