Skip to content

Commit

Permalink
Merge pull request #28498 from stbenjam/fix-watches
Browse files Browse the repository at this point in the history
OCPBUGS-26069: Update cluster-monitoring-operator request limits
  • Loading branch information
openshift-merge-bot[bot] committed Jan 4, 2024
2 parents 0db1fd8 + d8a665a commit b4b9ccc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions test/extended/apiserver/api_requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package apiserver
import (
"context"
"fmt"
"github.com/openshift/origin/pkg/monitortests/testframework/watchrequestcountscollector"
"math"
"sort"
"strings"

"github.com/openshift/origin/pkg/monitortests/testframework/watchrequestcountscollector"

g "github.com/onsi/ginkgo/v2"
o "github.com/onsi/gomega"
apiserverv1 "github.com/openshift/api/apiserver/v1"
Expand Down Expand Up @@ -113,7 +114,7 @@ var _ = g.Describe("[sig-arch][Late]", func() {
"cluster-baremetal-operator": 125.0,
"cluster-capi-operator": 200.0,
"cluster-image-registry-operator": 189.0,
"cluster-monitoring-operator": 136.0,
"cluster-monitoring-operator": 186.0,
"cluster-node-tuning-operator": 115.0,
"cluster-samples-operator": 76.0,
"cluster-storage-operator": 322.0,
Expand Down Expand Up @@ -143,7 +144,7 @@ var _ = g.Describe("[sig-arch][Late]", func() {
"cluster-baremetal-operator": 90.0,
"cluster-capi-operator": 200.0,
"cluster-image-registry-operator": 194.0,
"cluster-monitoring-operator": 110.0,
"cluster-monitoring-operator": 191.0,
"cluster-node-tuning-operator": 92.0,
"cluster-samples-operator": 59.0,
"cluster-storage-operator": 322.0,
Expand Down Expand Up @@ -172,7 +173,7 @@ var _ = g.Describe("[sig-arch][Late]", func() {
"cluster-baremetal-operator": 125.0,
"cluster-capi-operator": 200.0,
"cluster-image-registry-operator": 121.0,
"cluster-monitoring-operator": 85.0,
"cluster-monitoring-operator": 193.0,
"cluster-node-tuning-operator": 112.0,
"cluster-samples-operator": 29.0,
"cluster-storage-operator": 214.0,
Expand Down Expand Up @@ -201,7 +202,7 @@ var _ = g.Describe("[sig-arch][Late]", func() {
"cluster-autoscaler-operator": 72.0,
"cluster-baremetal-operator": 125.0,
"cluster-image-registry-operator": 160.0,
"cluster-monitoring-operator": 77.0,
"cluster-monitoring-operator": 189.0,
"cluster-node-tuning-operator": 115.0,
"cluster-samples-operator": 36.0,
"cluster-storage-operator": 258.0,
Expand Down Expand Up @@ -229,7 +230,7 @@ var _ = g.Describe("[sig-arch][Late]", func() {
"cluster-autoscaler-operator": 49.0,
"cluster-baremetal-operator": 125.0,
"cluster-image-registry-operator": 106.0,
"cluster-monitoring-operator": 78.0,
"cluster-monitoring-operator": 189.0,
"cluster-node-tuning-operator": 97.0,
"cluster-samples-operator": 25.0,
"cluster-storage-operator": 195.0,
Expand Down

0 comments on commit b4b9ccc

Please sign in to comment.