Workflow
Workflow manages a single certification category run. It is created by the Certification controller — one per category — and is not typically created directly by users.
Spec fields
Generated from CRD schema — coming soon.
Status fields
Naming
Workflows are named <certificationName>-<domain>-<variant>.
Lifecycle
- Pulls
WorkflowSpecfrom the catalog for the assigned{domain, variant}. - Detects platform and GPU architecture; applies matching overrides.
- Creates a child
Job. - Manages iteration count; marks Succeeded or Failed when complete.