Skip to content

Pipeline Blueprint (Consolidated Pointer)

Canonical Sources

  • Detailed implementation: CI_Pipeline_Implementation.md
  • Gate requirements: CI_Enforcement_Checklist.md
  • Machine policy controls: production_enforcement_policy.yaml
  • Workflow template: ci_workflow_reference.yaml

Stage Summary

  1. Lint/Format
  2. Contract Validation
  3. Build + Unit Tests
  4. Integration + Contract Tests
  5. Security Scans
  6. SDK/CLI Smoke
  7. Migration Validation
  8. Package + Attestation
  9. Deploy Staging
  10. Promote Production (manual)

Tier Summary

  • fast: default push validation
  • medium: automatically added for workflow-sensitive changes
  • heavy: scheduled or explicit deploy validation

Automatic determinant: - file-path change rules decide whether medium jobs are included - schedule/manual deploy rules decide whether heavy jobs are included - developers should not need to remember tier selection manually

This file is intentionally brief to avoid duplicating policy content.