un-inception/test-matrix.yml
russell@unturf.com 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

14 lines
329 B
YAML

# Placeholder child pipeline - replaced by generate-matrix job
# This file must be valid GitLab CI YAML for initial pipeline parsing
stages:
- placeholder
placeholder:
stage: placeholder
tags:
- build
script:
- echo "This placeholder is replaced by dynamically generated test matrix"
rules:
- when: never