ci
Reusable GitLab CI templates for CUE validation, export, topology, impact
| Field | Value |
|---|---|
| Path | ci/gitlab/ |
| Layer | ci |
| Status | active |
Purpose
Reusable GitLab CI job templates that any downstream project can include. Each template runs a specific CUE operation and reports results as pipeline artifacts.
Templates
| Template | What It Does |
|---|---|
validate |
cue vet on all CUE packages |
export |
cue export to JSON for downstream consumption |
topology |
Graph analysis — depth, layers, critical path |
impact |
Blast radius and SPOF analysis |
Usage: include the templates in your .gitlab-ci.yml and override the CUE_PACKAGE variable.