- Child pipeline gets generated test-matrix.yml from artifact - Each of 42 languages runs as parallel job - Child pipeline builds its own C CLI
14 lines
329 B
YAML
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
|