From 44248f1f4067cf60b307956ff66f8d4a43a9f448 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 12 Apr 2024 11:43:51 +0100 Subject: [PATCH] Remove SQLAlchemy tips jobs The most recent SQLAlchemy and Alembic versions are now in upper-constraints. As a result, this job has served its purpose and can be removed. For more information, see [1]. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/RBHXHTO3GUOOXVSZXD4C2O3TKDOH2QSC/ Signed-off-by: Stephen Finucane Depends-on: https://review.opendev.org/c/openstack/requirements/+/879743 Change-Id: I6a0aec45a87a6ff4cd14140fb21b6be0113b700e --- zuul.d/project.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 95bd89b37f..ca61ccd2dd 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -10,7 +10,6 @@ queue: manila check: jobs: - - manila-tox-py311-with-sqlalchemy-2x - manila-tox-genconfig - openstack-tox-pylint: voting: false @@ -31,26 +30,9 @@ voting: false gate: jobs: - - manila-tox-py311-with-sqlalchemy-2x - manila-tempest-plugin-dummy-no-dhss - manila-tempest-plugin-dummy-dhss -# Temporary job until SQLAlchemy 2.0 is no longer blocked by upper-requirements -- job: - name: manila-tox-py311-with-sqlalchemy-2x - parent: openstack-tox-py311 - description: | - Run unit tests with main branch of SQLAlchemy, alembic and oslo.db. - Takes advantage of the base tox job's install-siblings feature. - # The job only tests the latest and shouldn't be run on the stable branches - branches: master - required-projects: - - name: github.com/sqlalchemy/sqlalchemy - override-checkout: main - - name: github.com/sqlalchemy/alembic - override-checkout: main - - name: openstack/oslo.db - - job: name: manila-tox-genconfig parent: openstack-tox