Skip to content

Commit

Permalink
Set WINDOWS_WORKER_MACHINE_COUNT to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Jan 23, 2025
1 parent 2aae8b0 commit 985e2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/capi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
// Use default as the clusterclass name so test infra can find the clusterclass template
Expect(os.Setenv("CLUSTER_CLASS_NAME", "ci-default")).To(Succeed())
Expect(os.Setenv("WORKER_MACHINE_COUNT", "1")).To(Succeed())
Expect(os.Setenv("WINDOWS_WORKER_MACHINE_COUNT", "1")).To(Succeed())
capi_e2e.NodeDrainTimeoutSpec(context.TODO(), func() capi_e2e.NodeDrainTimeoutSpecInput {
return capi_e2e.NodeDrainTimeoutSpecInput{
E2EConfig: e2eConfig,
Expand Down

0 comments on commit 985e2e1

Please sign in to comment.