mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #20441 from ihmccreery/feature-deployment
Make HPA Deployment tests [Feature:Deployment] until GKE has enabled them
This commit is contained in:
commit
92d30e7610
@ -41,7 +41,7 @@ var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Serial] [Slo
|
|||||||
titleUp := "Should scale from 1 pod to 3 pods and from 3 to 5"
|
titleUp := "Should scale from 1 pod to 3 pods and from 3 to 5"
|
||||||
titleDown := "Should scale from 5 pods to 3 pods and from 3 to 1"
|
titleDown := "Should scale from 5 pods to 3 pods and from 3 to 1"
|
||||||
|
|
||||||
Describe("Deployment", func() {
|
Describe("Deployment [Feature:Deployment]", func() {
|
||||||
// CPU tests via deployments
|
// CPU tests via deployments
|
||||||
It(titleUp, func() {
|
It(titleUp, func() {
|
||||||
scaleUp("deployment", kindDeployment, rc, f)
|
scaleUp("deployment", kindDeployment, rc, f)
|
||||||
|
Loading…
Reference in New Issue
Block a user