We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95ad639 + a0bdf67 commit 3a2b5f1Copy full SHA for 3a2b5f1
pkg/htmlreport/main.go
@@ -46,9 +46,9 @@ type SigFailure struct {
46
}
47
48
var jobRegexAliases = map[string]string{
49
- "compute": "sig-compute$|sig-compute-serial$|sig-compute-migrations$|sig-operator$|vgpu$|sev$",
50
- "network": "sig-network$|sriov$",
51
- "storage": "sig-storage$",
+ "compute": "sig-compute|sig-compute-serial|sig-compute-migrations|sig-operator|vgpu|sev",
+ "network": "sig-network|sriov",
+ "storage": "sig-storage",
52
53
54
func fetchResults(resultsPath string) (*HTMLReportResults, error) {
0 commit comments