Skip to content

Commit 250d2bb

Browse files
committed
use 4 nodes, 5 is one too many
1 parent 7adc137 commit 250d2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/ci/e2e-conformance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OPENSTACK_BASTION_IMAGE_NAME=${OPENSTACK_BASTION_IMAGE_NAME:-"cirros-0.5.1-x86_6
2727
OPENSTACK_FAILURE_DOMAIN=${OPENSTACK_FAILURE_DOMAIN:-"nova"}
2828
OPENSTACK_DNS_NAMESERVERS=${OPENSTACK_DNS_NAMESERVERS:-"192.168.200.1"}
2929
OPENSTACK_NODE_MACHINE_FLAVOR=${OPENSTACK_NODE_MACHINE_FLAVOR:-"m1.small"}
30-
WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:-"5"}
30+
WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:-"4"}
3131
OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR=${OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR:-"m1.medium"}
3232
CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-"1"}
3333
OPENSTACK_BASTION_MACHINE_FLAVOR=${OPENSTACK_BASTION_MACHINE_FLAVOR:-"m1.tiny"}

scripts/ci-conformance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ hack/ci/e2e-conformance-gcp-prepare.sh
8383
export ARTIFACTS
8484
export OPENSTACK_DNS_NAMESERVERS=8.8.8.8
8585
export CONTROL_PLANE_MACHINE_COUNT=1
86-
export WORKER_MACHINE_COUNT=5
86+
export WORKER_MACHINE_COUNT=4
8787
hack/ci/e2e-conformance.sh --run-tests-parallel --verbose $*
8888
test_status="${?}"
8989

0 commit comments

Comments
 (0)