generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Description
The handbook recommends using Triage dashboard to analyze flake patterns across different jobs. Currently, signalhound only uses TestGrid data for flake detection, which may not provide complete flake rate information.
Requirements
- Integrate with Triage dashboard API
- Calculate flake rates across multiple jobs
- Identify flake patterns (time-based, job-specific, etc.)
- Use Triage data to enhance flake detection accuracy
- Display flake rate information in TUI
Acceptance Criteria
- Triage API integration for flake rate calculation
- Flake rates are calculated across multiple jobs
- Flake patterns are identified and reported
- Triage data enhances TestGrid flake detection
- Flake rate information is displayed in issue templates
- Unit tests for Triage integration
- Integration tests with Triage API
Implementation Notes
- Query Triage API:
https://storage.googleapis.com/k8s-triage/index.html - Calculate flake rate:
flake_count / total_runs - Analyze patterns across jobs and time periods
- Cache Triage data to reduce API calls
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.