Fetch Test Report

Fetch OpenShift CI test reports from Sippy with pass rates and Jira context.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/openshift-eng/ga-regression-reports --skill fetch-test-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fetch Test Report
Source: https://github.com/openshift-eng/ga-regression-reports/tree/main/.claude/skills/fetch-test-report
Command: npx skills add https://github.com/openshift-eng/ga-regression-reports --skill fetch-test-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches OpenShift CI test reports by name to provide pass rates, test IDs, and Jira component context from Sippy.

Core Features & Use Cases

  • Retrieves current and previous period pass rates, run counts, and failure details for a named test.
  • Returns the BigQuery/Component Readiness test ID, Jira component, and open bug counts to surface triage status.
  • Supports optional per-variant breakdowns when needed for deeper regression analysis.

Quick Start

Run the fetch_test_report script with the exact test name and optional release to retrieve current and previous period results.

Frequently Asked Questions about Fetch Test Report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get OpenShift CI test pass rates and failure details from Sippy?

You can fetch OpenShift CI test reports by providing the exact test name and optional release to retrieve current and previous period pass rates, run counts, and failure details from Sippy.

Can I find open Jira bugs and component readiness IDs for specific OpenShift regression tests?

Yes, fetching the test report returns the BigQuery/Component Readiness test ID, associated Jira component, and open bug counts to help surface triage status for OpenShift regression analysis.

How do I retrieve per-variant breakdowns for OpenShift test regressions?

The test report retrieval supports optional per-variant breakdowns, allowing you to analyze pass rates and failure details across different variants for deeper OpenShift regression troubleshooting.

What data format does the OpenShift Sippy test report output use?

The Sippy test report outputs results in JSON format by default, using Python standard library for HTTP requests and JSON parsing to provide structured test data, or a human-readable summary.

Do I need special access to query the Sippy API for OpenShift CI test reports?

You need access to the Sippy API at https://sippy.dptools.openshift.org to fetch OpenShift CI test reports, pass rates, test IDs, and Jira component context for troubleshooting.

When should I fetch OpenShift CI test reports for regression analysis?

Fetch test reports when you need per-test visibility across current and previous reporting periods, open bugs, and per-variant breakdowns for OpenShift troubleshooting and regression analysis.