From 8f9798994c88cea684e85d74c83cc634894af7c9 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 3 Mar 2020 08:54:18 +0000 Subject: [PATCH] Use centos8 in packstack jobs centos7 packstack jobs are not compatible with python3 plus it seems python-tempestconf is the only project which uses packstack-allinone job. The change replaces packstack-allinone by packstack-centos8 job and makes packstack jobs voting again. Change-Id: I81f700f739fd212f57fc6f4121e6a25f48163103 --- .zuul.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ad947f5a..32191626 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,10 +13,8 @@ - python-tempestconf-tempest-devstack-admin-rocky - python-tempestconf-tempest-devstack-admin-queens - python-tempestconf-tempest-devstack-demo - - python-tempestconf-tempest-packstack-admin: - voting: false - - python-tempestconf-tempest-packstack-demo: - voting: false + - python-tempestconf-tempest-packstack-admin + - python-tempestconf-tempest-packstack-demo - python-tempestconf-tempest-devstack-admin-plugins - tripleo-ci-centos-7-scenario002-standalone - tripleo-ci-centos-7-standalone @@ -29,10 +27,8 @@ - python-tempestconf-tempest-devstack-admin-rocky - python-tempestconf-tempest-devstack-admin-queens - python-tempestconf-tempest-devstack-demo - - python-tempestconf-tempest-packstack-admin: - voting: false - - python-tempestconf-tempest-packstack-demo: - voting: false + - python-tempestconf-tempest-packstack-admin + - python-tempestconf-tempest-packstack-demo - python-tempestconf-tempest-devstack-admin-plugins - tripleo-ci-centos-7-scenario002-standalone - tripleo-ci-centos-7-standalone @@ -98,7 +94,7 @@ - job: name: python-tempestconf-packstack-base - parent: packstack-allinone + parent: packstack-centos8 description: Base job for python-tempestconf on packstack environment required-projects: - x/packstack