Skip to content

Commit

Permalink
tunning integration for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Nov 1, 2024
1 parent 686066e commit f63b9e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hack/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source /opt/stack/openrc

OS_DISTRO=${OS_DISTRO:-ubuntu}
IMAGE_OS=${IMAGE_OS:-ubuntu-2204}
NODE_COUNT=${NODE_COUNT:-2}
NODE_COUNT=${NODE_COUNT:-1}
NETWORK_DRIVER=${NETWORK_DRIVER:-calico}
SONOBUOY_VERSION=${SONOBUOY_VERSION:-0.56.16}
SONOBUOY_ARCH=${SONOBUOY_ARCH:-amd64}
Expand Down Expand Up @@ -52,8 +52,8 @@ openstack coe cluster template create \
--external-network public \
--dns-nameserver ${DNS_NAMESERVER} \
--master-lb-enabled \
--master-flavor m1.large \
--flavor m1.large \
--master-flavor m1.medium \
--flavor m1.medium \
--network-driver ${NETWORK_DRIVER} \
--docker-storage-driver overlay2 \
--coe kubernetes \
Expand All @@ -68,8 +68,8 @@ if [[ ${UPGRADE_KUBE_TAG} != ${KUBE_TAG} ]]; then
--external-network public \
--dns-nameserver ${DNS_NAMESERVER} \
--master-lb-enabled \
--master-flavor m1.large \
--flavor m1.large \
--master-flavor m1.medium \
--flavor m1.medium \
--network-driver ${NETWORK_DRIVER} \
--docker-storage-driver overlay2 \
--coe kubernetes \
Expand Down
1 change: 1 addition & 0 deletions zuul.d/jobs-ubuntu-2204.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- job:
name: magnum-cluster-api-sonobuoy-ubuntu-2204
parent: magnum-cluster-api-sonobuoy
timeout: 10800
abstract: true
vars:
image_operating_system: ubuntu-2204
Expand Down

0 comments on commit f63b9e8

Please sign in to comment.