mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
This commit introduces: - A heuristic to mark jobs as failed if VMs stop quickly without generating logs. - Improved configuration for runner URLs, including auto-detection of host IPs and default multi-OS runner URLs. - Updates to the orchestrator's HTTP routing for consistency. - New task scripts for Forge integration and updates to environment defaults for local development.
6 lines
No EOL
548 B
Text
6 lines
No EOL
548 B
Text
- Return status to codeberg: Extract repo from Webhook and keep in messages
|
|
- Make RabbitMQ Messages Print nicely
|
|
- move runner logs to debug level so they can be logged in the CI job but don't spam the deployed version
|
|
- Make Orchestrator serve the runner binaries so no external server is needed
|
|
- Make orchestrator detect the address it will be reachable by checking the libvirt config or on illumos use it's external IP
|
|
- Make VM reachable IP of the orchestrator configurable in case the setup on illumos gets more complicated (via config file) |