Commit e82834e4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #42405 from jszczepkowski/e2e-upgrade-hpa

Automatic merge from submit-queue (batch tested with PRs 41826, 42405) Fixed too long name in HPA e2e upgrade test. Fixed too long name in HPA e2e upgrade test. ```release-note NONE ```
parents d731dc75 8e8df48b
......@@ -32,7 +32,7 @@ type HPAUpgradeTest struct {
// Creates a resource consumer and an HPA object that autoscales the consumer.
func (t *HPAUpgradeTest) Setup(f *framework.Framework) {
t.rc = common.NewDynamicResourceConsumer(
"resource-consumer-upgrade-test",
"res-cons-upgrade",
common.KindRC,
1, /* replicas */
250, /* initCPUTotal */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment