Skip to content

Commit

Permalink
DROPME: make autoscaler test the only PR-Blocking for faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Aug 23, 2024
1 parent 0576d7b commit 7fd4e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/autoscaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"sigs.k8s.io/cluster-api/test/framework"
)

var _ = Describe("When using the autoscaler with Cluster API using ClusterClass and scale to zero [vcsim] [supervisor] [ClusterClass]", func() {
var _ = Describe("When using the autoscaler with Cluster API using ClusterClass and scale to zero [vcsim] [supervisor] [PR-Blocking] [ClusterClass]", func() {
const specName = "autoscaler" // aligned to CAPI
Setup(specName, func(testSpecificSettingsGetter func() testSettings) {
capi_e2e.AutoscalerSpec(ctx, func() capi_e2e.AutoscalerSpecInput {
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/quick_start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var _ = Describe("Cluster Creation using Cluster API quick-start test [vcsim] [s
})
})

var _ = Describe("ClusterClass Creation using Cluster API quick-start test [vcsim] [supervisor] [PR-Blocking] [ClusterClass]", func() {
var _ = Describe("ClusterClass Creation using Cluster API quick-start test [vcsim] [supervisor] [notPR-Blocking] [ClusterClass]", func() {
const specName = "quick-start-cluster-class" // prefix (quick-start) copied from CAPI
Setup(specName, func(testSpecificSettingsGetter func() testSettings) {
capi_e2e.QuickStartSpec(ctx, func() capi_e2e.QuickStartSpecInput {
Expand All @@ -66,7 +66,7 @@ var _ = Describe("ClusterClass Creation using Cluster API quick-start test [vcsi
})
})

var _ = Describe("Cluster creation with [Ignition] bootstrap [PR-Blocking]", func() {
var _ = Describe("Cluster creation with [Ignition] bootstrap [notPR-Blocking]", func() {
const specName = "quick-start-ignition" // prefix (quick-start) copied from CAPI
Setup(specName, func(testSpecificSettingsGetter func() testSettings) {
capi_e2e.QuickStartSpec(ctx, func() capi_e2e.QuickStartSpecInput {
Expand Down

0 comments on commit 7fd4e3b

Please sign in to comment.