组织级 CI/CD 平台仓库,提供可复用 GitHub Actions 工作流、策略模板和接入脚本。
.github/workflows/: 可复用工作流templates/workflow/: 业务仓入口 workflow 模板templates/repo/: 业务仓基础模板policies/kyverno/: Kubernetes 策略scripts/onboarding/: 批量接入脚本docs/: 接入与治理文档
业务仓统一引用发布标签,不直接引用 @main:
uses: steinshei/platform-cicd/.github/workflows/reusable-ci.yml@v1reusable-android-gate.yml: compile + unit-test cloud gate.reusable-android-macrobenchmark-self-hosted.yml: macrobenchmark on self-hosted runner.reusable-android-package.yml: build and upload APK/AAB artifacts.
See docs/android-integration-guide.md for integration details.
reusable-gitops-dev-update.yml: update dev GitOps image tag and open/merge PR.reusable-build-multiarch-image.yml: build and push multi-arch image to GHCR.reusable-dora-report.yml: generate weekly DORA report and dashboard artifacts.reusable-dora-kpi-gate.yml: evaluate DORA KPI gates and upload report artifacts.