Skip to content

Feat: Integrate Triage Dashboard for Flake Detection #28

@knabben

Description

@knabben

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions