Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ tests:
env:
COMPUTE_NODE_REPLICAS: "1"
CONTROL_PLANE_REPLICAS: "1"
WINDOWS_MACHINE_REPLICAS: "2"
WINDOWS_SERVER_VERSION: "2025"
test:
- ref: windows-e2e-operator-test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ if [ -f $MIRROR_REGISTRY_FILE ]; then
echo "Using mirror registry: $MIRROR_REGISTRY_HOST"
fi

make run-ci-e2e-test
hack/run-ci-e2e-test.sh -m "${WINDOWS_MACHINE_REPLICAS}"
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ref:
- name: FIPS_ENABLED
default: "false"
documentation: Whether FIPS is enabled on the cluster or not.
- name: WINDOWS_MACHINE_REPLICAS
default: "1"
documentation: Number of Windows Machine instances to create and configure using the Machine controller.
- name: VM_TEMPLATE
default: ""
documentation: An optional parameter to specify a custom VM template in vSphere.
Expand Down