nix-gitlab-ci/tests
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
..
fixtures feat: auto-generate CI jobs from flake checks 2026-05-11 08:02:44 +01:00
auto_checks_test.nix feat: auto-generate CI jobs from flake checks 2026-05-11 08:02:44 +01:00
cilib_test.nix fix(jobPatched): handle non-nix jobs correctly 2025-12-02 15:10:35 +01:00
flake_parts_test.nix chore(ci): try setting ssl env vars in the test directly (cuz pure mode) 2025-09-04 08:39:37 +02:00
helpers_test.nix test: copy over most tests, add new tests for soonix 2025-09-02 12:08:29 +02:00
modules_test.nix feat: auto-generate CI jobs from flake checks 2026-05-11 08:02:44 +01:00
soonix_test.nix test: copy over most tests, add new tests for soonix 2025-09-02 12:08:29 +02:00
utils_test.nix test: copy over most tests, add new tests for soonix 2025-09-02 12:08:29 +02:00