mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 21:30:41 +00:00
- Add parsing and execution support for `.solstice/workflow.kdl` with job-specific configurations, including `runs_on`, `script path`, and `workflow_job_id`. - Enable job grouping via `group_id` for cohesive workflow processing. - Update orchestrator to pass workflow-specific parameters to `cloud-init` for finer control over execution. - Refactor enqueue logic to handle multiple jobs per workflow with fallback to single job when no workflow is defined. - Enhance dependencies for workflow parsing by integrating `base64`, `regex`, and `uuid`. - Increment orchestrator version to 0.1.14 for release. Signed-off-by: Till Wegmueller <toasterson@gmail.com> |
||
|---|---|---|
| .. | ||
| config.rs | ||
| error.rs | ||
| grpc.rs | ||
| http.rs | ||
| hypervisor.rs | ||
| main.rs | ||
| persist.rs | ||
| scheduler.rs | ||