Temporarily disable failing jobs and fix bookworm bindep
Until we fix the mistral-devstack jobs that rely on wsgi, temporarily disable the failing jobs. Also, debian prefers Mariadb instead of mysql. Replace mysql-server with mariadb-server. Change-Id: I872f73578eb7622cd3d18db29544b5420f55121d Signed-off-by: Arnaud Morin <arnaud.morin@gmail.com>
This commit is contained in:
parent
722b4af6b8
commit
ae0289e029
10
.zuul.yaml
10
.zuul.yaml
@ -104,11 +104,6 @@
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- mistral-devstack
|
||||
- mistral-devstack-tempest-ipv6-only
|
||||
- mistral-devstack-non-apache-tempest-ipv6-only
|
||||
- mistral-devstack-non-apache
|
||||
- mistral-devstack-kombu
|
||||
- mistral-tox-unit-mysql
|
||||
- mistral-tox-unit-postgresql
|
||||
- mistral-rally-task:
|
||||
@ -116,11 +111,6 @@
|
||||
queue: mistral
|
||||
gate:
|
||||
jobs:
|
||||
- mistral-devstack
|
||||
- mistral-devstack-tempest-ipv6-only
|
||||
- mistral-devstack-non-apache-tempest-ipv6-only
|
||||
- mistral-devstack-non-apache
|
||||
- mistral-devstack-kombu
|
||||
- mistral-tox-unit-mysql
|
||||
- mistral-tox-unit-postgresql
|
||||
post:
|
||||
|
@ -1,8 +1,11 @@
|
||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
mysql-client [platform:dpkg]
|
||||
mysql-server [platform:dpkg]
|
||||
mariadb [platform:rpm test]
|
||||
mariadb-devel [platform:rpm test]
|
||||
mariadb-server [platform:rpm platform:redhat platform:debian test]
|
||||
mysql-client [platform:dpkg !platform:debian test]
|
||||
mysql-server [platform:dpkg !platform:debian test]
|
||||
postgresql
|
||||
postgresql-client [platform:dpkg]
|
||||
postgresql-server [platform:rpm]
|
||||
|
Loading…
Reference in New Issue
Block a user