From 194e91bd17eec6b25e23bb0fe2907c715fd25251 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Fri, 16 Aug 2019 16:51:59 -0700 Subject: [PATCH] Demote HPA tests from release-blocking Add a Feature:HPA tag to these tests so they're not picked up by the release-blocking job that focuses on [Serial] tests (but excludes [Feature:.*] tests) They take a combined 70 minutes on average. If they really need to be in release-blocking as implemented, we should consider a separate job to focus just on this feature. --- test/e2e/autoscaling/horizontal_pod_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index f244177a46f..e20d764c55d 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -28,7 +28,7 @@ import ( // These tests don't seem to be running properly in parallel: issue: #20338. // -var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", func() { +var _ = SIGDescribe("[Feature:HPA] Horizontal pod autoscaling (scale resource: CPU)", func() { var rc *common.ResourceConsumer f := framework.NewDefaultFramework("horizontal-pod-autoscaling")