File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ OPENSTACK_BASTION_IMAGE_NAME=${OPENSTACK_BASTION_IMAGE_NAME:-"cirros-0.5.1-x86_6
27
27
OPENSTACK_FAILURE_DOMAIN=${OPENSTACK_FAILURE_DOMAIN:- " nova" }
28
28
OPENSTACK_DNS_NAMESERVERS=${OPENSTACK_DNS_NAMESERVERS:- " 192.168.200.1" }
29
29
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 " }
31
31
OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR=${OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR:- " m1.medium" }
32
32
CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:- " 1" }
33
33
OPENSTACK_BASTION_MACHINE_FLAVOR=${OPENSTACK_BASTION_MACHINE_FLAVOR:- " m1.tiny" }
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ hack/ci/e2e-conformance-gcp-prepare.sh
83
83
export ARTIFACTS
84
84
export OPENSTACK_DNS_NAMESERVERS=8.8.8.8
85
85
export CONTROL_PLANE_MACHINE_COUNT=1
86
- export WORKER_MACHINE_COUNT=5
86
+ export WORKER_MACHINE_COUNT=4
87
87
hack/ci/e2e-conformance.sh --run-tests-parallel --verbose $*
88
88
test_status=" ${?} "
89
89
You can’t perform that action at this time.
0 commit comments