Skip to content

Commit 6280ffc

Browse files
Merge pull request #5053 from maxcao13/hpa-informing
AUTOSCALE-575: Add HPA tests to informing on testgrid
2 parents 5357e13 + 62b5974 commit 6280ffc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/util/testgrid.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ func IsSpecialInformingJobOnTestGrid(jobName string) bool {
2121
"release-openshift-",
2222
"periodic-ci-stolostron-policy-collection-",
2323
"periodic-ci-openshift-eng-ocp-qe-perfscale-",
24+
"periodic-ci-openshift-kubernetes-",
2425
}
2526
for _, prefix := range testGridInformingPrefixes {
2627
if strings.HasPrefix(jobName, prefix) {

0 commit comments

Comments
 (0)