We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5357e13 + 62b5974 commit 6280ffcCopy full SHA for 6280ffc
1 file changed
pkg/util/testgrid.go
@@ -21,6 +21,7 @@ func IsSpecialInformingJobOnTestGrid(jobName string) bool {
21
"release-openshift-",
22
"periodic-ci-stolostron-policy-collection-",
23
"periodic-ci-openshift-eng-ocp-qe-perfscale-",
24
+ "periodic-ci-openshift-kubernetes-",
25
}
26
for _, prefix := range testGridInformingPrefixes {
27
if strings.HasPrefix(jobName, prefix) {
0 commit comments