Skip to content

Commit

Permalink
NO-JIRA:Bump CPO Read API budget to 4000 in EnsureApiBudget
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk-Stefanski committed Mar 13, 2024
1 parent 8fc4d27 commit ec76326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ func EnsureAPIBudget(t *testing.T, ctx context.Context, client crclient.Client,
{
name: "control-plane-operator read",
query: fmt.Sprintf(`sum by (pod) (max_over_time(hypershift:controlplane:component_api_requests_total{app="control-plane-operator", method="GET", namespace=~"%s"}[%dm]))`, namespace, clusterAgeMinutes),
budget: 3000,
budget: 4000,
},
{
name: "control-plane-operator mutate",
Expand Down

0 comments on commit ec76326

Please sign in to comment.