Skip to content

Commit

Permalink
Demote HPA tests from release-blocking
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
spiffxp committed Aug 16, 2019
1 parent 3b85eea commit 194e91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/autoscaling/horizontal_pod_autoscaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 194e91b

Please sign in to comment.