nix-gitlab-ci/lib/impl/modules
Jairo Llopis ab41bc24ec
feat: auto-generate CI jobs from flake checks
Add `checks` option and `config.autoChecks` to auto-generate a CI job
for each flake check derivation. Auto-generated jobs go through
`mkJobPatched` for proper Nix setup, cache, and environment handling.

The `checks` option is automatically wired to `config.checks` in
flake-parts. System is inferred from `pkgs.system` and set via the new
`system` option. User-defined jobs with the same name always take
precedence.

New tests cover both flake-parts and direct API entry points.

MT-14138
2026-05-11 08:02:44 +01:00
..
default.nix feat: initial v3 rewrite 2025-09-01 15:04:20 +02:00
job.nix fix(modules/job): fix variables with nix store paths getting dropped 2025-12-03 20:47:39 +01:00
pipeline.nix feat: auto-generate CI jobs from flake checks 2026-05-11 08:02:44 +01:00
root.nix feat: auto-generate CI jobs from flake checks 2026-05-11 08:02:44 +01:00
soonix.nix docs: improve option descriptions 2025-09-02 11:31:25 +02:00