Skip to content

Commit 0d59000

Browse files
author
Cecile Robert-Michon
committed
Update KCP upgrade tests to use worker count 0
1 parent 8979e69 commit 0d59000

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/capi_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build e2e
12
// +build e2e
23

34
/*
@@ -275,7 +276,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
275276
BootstrapClusterProxy: bootstrapClusterProxy,
276277
ArtifactFolder: artifactFolder,
277278
ControlPlaneMachineCount: pointer.Int64(3),
278-
WorkerMachineCount: pointer.Int64(1),
279+
WorkerMachineCount: pointer.Int64(0),
279280
SkipCleanup: skipCleanup,
280281
SkipConformanceTests: true,
281282
}
@@ -290,7 +291,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
290291
BootstrapClusterProxy: bootstrapClusterProxy,
291292
ArtifactFolder: artifactFolder,
292293
ControlPlaneMachineCount: pointer.Int64(3),
293-
WorkerMachineCount: pointer.Int64(1),
294+
WorkerMachineCount: pointer.Int64(0),
294295
SkipCleanup: skipCleanup,
295296
SkipConformanceTests: true,
296297
Flavor: pointer.String("kcp-scale-in"),

0 commit comments

Comments
 (0)