From 5ce635ac9cedf0a15cefd68d39e475e6ca2dd731 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 6 Jun 2018 15:51:04 -0400 Subject: [PATCH] Add upgrade jobs to all supported operating systems Let's make sure that we upgrade Galera across all distributions. Depends-On: I804ecab571f8e70fc01d86741246dd8cbafb15fb Change-Id: I44246211f1af8fe484a7d1cb9d97758ef1ba2cf7 --- zuul.d/project.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 50253be3..42b31768 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -20,8 +20,13 @@ - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial - openstack-ansible-functional-ubuntu-bionic - - openstack-ansible-upgrade-ubuntu-xenial + - openstack-ansible-upgrade-centos-7 - openstack-ansible-upgrade-opensuse-423 + - openstack-ansible-upgrade-ubuntu-xenial + # TODO(mnaser): Make this voting in the in the S release because OSA + # did not support Bionic in the Q cycle. + - openstack-ansible-upgrade-ubuntu-bionic: + voting: false - openstack-ansible-ssl-ubuntu-xenial-nv experimental: jobs: @@ -33,5 +38,10 @@ - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial - openstack-ansible-functional-ubuntu-bionic - - openstack-ansible-upgrade-ubuntu-xenial + - openstack-ansible-upgrade-centos-7 - openstack-ansible-upgrade-opensuse-423 + - openstack-ansible-upgrade-ubuntu-xenial + # TODO(mnaser): Make this voting in the in the S release because OSA + # did not support Bionic in the Q cycle. + - openstack-ansible-upgrade-ubuntu-bionic: + voting: false