Commit graph

3 commits

Author SHA1 Message Date
f46d8cd556 fix(ci): Use child pipeline trigger for test matrix
- Child pipeline gets generated test-matrix.yml from artifact
- Each of 42 languages runs as parallel job
- Child pipeline builds its own C CLI
2026-01-17 10:24:08 -05:00
164ebcc408 fix(ci): Use valid GitLab CI YAML syntax in placeholder 2026-01-17 06:48:36 -05:00
512840c2a6 fix(ci): Add test-matrix.yml placeholder for GitLab CI
GitLab validates include directives at pipeline creation time, before
any jobs run. The generate-matrix job creates test-matrix.yml as an
artifact, but GitLab needs the file to exist in the repo when parsing
.gitlab-ci.yml.

This placeholder allows the pipeline to be created successfully. The
generate-matrix job will overwrite it with actual test definitions.
2026-01-17 06:41:52 -05:00