App
App Workflows
Practical playbooks for investigating CI/CD issues in Everr.
Triage a failing pipeline
- Open
/dashboardand review top failing jobs/workflows. - Go to
/dashboard/runsand filter byconclusion = failure. - Open a failing run and inspect job/step details.
- Use related logs and step metadata to identify the failure cause.
Investigate recurring failures
- Open
/dashboard/failures. - Review pattern frequency and trend charts.
- Pivot to affected repositories and recent related runs.
Analyze flaky tests
- Open
/dashboard/flaky-tests. - Sort by failure rate and filter by repo/branch.
- Open a test detail page to inspect execution history.
For parser/output guidance, see Test Analytics.
Review CI cost trends
- Open
/dashboard/cost-analysis. - Compare cost by runner and by workflow.
- Prioritize high-cost, low-success workflows for optimization.