Configuration¶
podCI is configured via a single TOML file (podci.toml by default). Configuration is intended to be committed in-repo so local runs and CI use the same definitions.
Documents¶
- Config reference: field-level documentation for every key.
- Profiles: how execution environments are selected.
- Jobs and steps: how to define what runs and in what order.
Related¶
- Concepts → Execution model
- Reference → CLI (
--config,podci run)