sig,report: Include release branch failures in report#95
Merged
Conversation
With the release branch failures omitted from the report - the numbers displayed in the ci-health README do not match the number of failures in the report which can be confusing. Include release branch job failures in the sig reports Signed-off-by: Brian Carey <bcarey@redhat.com>
dhiller
reviewed
Sep 18, 2025
| "compute": "sig-compute$|sig-compute-serial$|sig-compute-migrations$|sig-operator$|vgpu$|sev$", | ||
| "network": "sig-network$|sriov$", | ||
| "storage": "sig-storage$", | ||
| "compute": "sig-compute|sig-compute-serial|sig-compute-migrations|sig-operator|vgpu|sev", |
Contributor
There was a problem hiding this comment.
this might also pull in other jobs from the main branch. do we want that?
also do we not want to restrict from which release branches we want to pull in the results?
(maybe I am also overthinking here...)
Suggested change
| "compute": "sig-compute|sig-compute-serial|sig-compute-migrations|sig-operator|vgpu|sev", | |
| "compute": "(sig-compute|sig-compute-serial|sig-compute-migrations|sig-operator|vgpu|sev)(-1.[0-9]+)?", |
Member
Author
There was a problem hiding this comment.
I am not sure @dhiller - I think if the e2e job name includes say sig-compute then we should be happy enough that sig-compute own the job. Also the metric includes any jobs with sig-compute in the name
ci-health/pkg/sigretests/main.go
Line 226 in 1d7b85c
In a followup PR, I am going to split out sig-operator and add sig-monitoring to generate reports for each of those so that each badge will have its own linked report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
With the release branch failures omitted from the report - the numbers displayed in the ci-health README do not match the number of failures in the report which can be confusing.
Include release branch job failures in the sig reports
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
/cc @dhiller
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.
Release note: