solstice-ci/TODO.txt
Till Wegmueller c00ce54112
Add heuristic failure detection and improve runner URL configuration
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.
2025-11-03 22:36:31 +01:00

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)