From dea47bbbf46e1c537b64735e967794780ef9607c Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 23 Aug 2022 13:26:28 +0200 Subject: [PATCH] Swith to packstack-centos-9 job packstack-centos8s job has been superseded by packstack-centos9 one. This commit updates the parent of our packstack jobs. The commit also uncomments and puts a few jobs back to voting after the CI crisis has been resolved. Change-Id: I9ba1859637c14a86496afdc8eb0bf55a6794a495 --- .zuul.yaml | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7e3c30b1..ea38c3c3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,12 +6,7 @@ check: jobs: - python-tempestconf-tempest-devstack-admin - # TODO(kopecmartin) this job requires the following fix on devstack's - # side - https://review.opendev.org/c/openstack/devstack/+/844774 - # Although that fix requires further work so in the meantime let's - # mark this job as non-voting to unblock the gates - - python-tempestconf-tempest-devstack-admin-victoria: - voting: false + - python-tempestconf-tempest-devstack-admin-victoria - python-tempestconf-tempest-devstack-admin-wallaby - python-tempestconf-tempest-devstack-admin-xena - python-tempestconf-tempest-devstack-admin-yoga @@ -21,13 +16,7 @@ voting: false - python-tempestconf-tempest-packstack-demo: voting: false - # TODO(kopecmartin) refstack-client jobs are broken - tempest version - # in those jobs must be bumped in order to be incompatible with - # manila-tempest-plugin - right now they fail to install the plugin, - # until the following patch is merged, let's mark this non-voting - # https://review.opendev.org/c/openinfra/refstack-client/+/846370 - refstack-client-devstack-master: - voting: false irrelevant-files: &irrelevant-files - config_tempest/tests/.*$ - ^doc/.*$ @@ -64,23 +53,14 @@ gate: jobs: - python-tempestconf-tempest-devstack-admin - # TODO(kopecmartin) this job requires the following fix on devstack's - # side - https://review.opendev.org/c/openstack/devstack/+/844774 - # Although that fix requires further work so in the meantime let's - # mark this job as non-voting to unblock the gates - #- python-tempestconf-tempest-devstack-admin-victoria + - python-tempestconf-tempest-devstack-admin-victoria - python-tempestconf-tempest-devstack-admin-wallaby - python-tempestconf-tempest-devstack-admin-xena - python-tempestconf-tempest-devstack-admin-yoga - python-tempestconf-tempest-devstack-demo - python-tempestconf-tempest-devstack-admin-plugins - # TODO(kopecmartin) refstack-client jobs are broken - tempest version - # in those jobs must be bumped in order to be incompatible with - # manila-tempest-plugin - right now they fail to install the plugin, - # until the following patch is merged, let's skip this job - # https://review.opendev.org/c/openinfra/refstack-client/+/846370 - #- refstack-client-devstack-master: - # irrelevant-files: *irrelevant-files + - refstack-client-devstack-master: + irrelevant-files: *irrelevant-files - tripleo-ci-centos-9-content-provider: irrelevant-files: *irrelevant-files - tripleo-ci-centos-9-scenario002-standalone: @@ -165,7 +145,7 @@ - job: name: python-tempestconf-packstack-base - parent: packstack-centos8s + parent: packstack-centos9 description: Base job for python-tempestconf on packstack environment required-projects: - x/packstack