Make nodepool jobs non voting

We ended up in dead loop with Zuul needed to pin older SDK version due
to some found issues, nodepool not able to cope with pin on its own and
sdk not able to merge any fixes for that. Make nodepool jobs non voting
for now unless we get out of problems.

Squash increasing of swap for devstack 
https://review.opendev.org/c/openstack/openstacksdk/+/844010 to get things
rolling

Change-Id: Ie8af2690f309df01022843a6fa934f0c548f32c3
This commit is contained in:
Artem Goncharov 2022-06-02 15:22:44 +02:00 committed by Artem Goncharov
parent 03cf733959
commit 9eaab818a2
1 changed files with 9 additions and 4 deletions

View File

@ -137,6 +137,7 @@
- openstack/designate
- openstack/octavia
vars:
configure_swap_size: 4096
devstack_local_conf:
post-config:
$OCTAVIA_CONF:
@ -451,8 +452,10 @@
check:
jobs:
- opendev-buildset-registry
- nodepool-build-image-siblings
- dib-nodepool-functional-openstack-centos-8-stream-src
- nodepool-build-image-siblings:
voting: false
- dib-nodepool-functional-openstack-centos-8-stream-src:
voting: false
- openstacksdk-functional-devstack
- openstacksdk-functional-devstack-networking
- openstacksdk-functional-devstack-senlin
@ -480,8 +483,10 @@
gate:
jobs:
- opendev-buildset-registry
- nodepool-build-image-siblings
- dib-nodepool-functional-openstack-centos-8-stream-src
- nodepool-build-image-siblings:
voting: false
- dib-nodepool-functional-openstack-centos-8-stream-src:
voting: false
- openstacksdk-functional-devstack
- openstacksdk-functional-devstack-networking
- openstacksdk-functional-devstack-senlin