Temporarily make sqlalchemy master job no-voting

The job is currently broken because of [1].

[1] https://bugs.launchpad.net/oslo.utils/+bug/2042886

Change-Id: I131bd8e54e34bf953ad043842232927c00ee68c7
This commit is contained in:
Takashi Kajinami 2023-11-08 02:22:46 +09:00
parent 90a1d5cc55
commit 2e89feed00

View File

@ -47,6 +47,9 @@
- job:
name: barbican-tox-py310-with-sqlalchemy-2x
parent: openstack-tox-py310
# TODO(tkajinam): Remove this once the following bug is fixed.
# https://bugs.launchpad.net/oslo.utils/+bug/2042886
voting: false
description: |
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
Takes advantage of the base tox job's install-siblings feature.