Skip to content

Commit eb3eb4e

Browse files
stephenfinkajinamit
authored andcommitted
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/[email protected]/thread/RBHXHTO3GUOOXVSZXD4C2O3TKDOH2QSC/ Change-Id: I96ae5ba24a9e32994f4b7b111a8b56e56db33cbe Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit 513311f)
1 parent 99540a9 commit eb3eb4e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.zuul.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,6 @@
2929
- name: openstack/stevedore
3030
- name: openstack/taskflow
3131

32-
# Temporary job until SQLAlchemy 2.0 is no longer blocked by upper-requirements
33-
# NOTE(stephenfin): We only need functional tests since DB interactions are
34-
# stubbed out in unit tests
35-
- job:
36-
name: glance-tox-functional-py39-sqlalchemy-tips
37-
parent: openstack-tox-functional-py39
38-
description: |
39-
Glance py39 functional tests vs. sqlalchemy and relatedd project masters
40-
# The job only tests the latest and shouldn't be run on the stable branches
41-
branches: master
42-
required-projects:
43-
- name: openstack/oslo.db
44-
- name: github.com/sqlalchemy/sqlalchemy
45-
override-checkout: main
46-
- name: github.com/sqlalchemy/alembic
47-
override-checkout: main
48-
4932
- job:
5033
name: glance-tox-functional-py39-rbac-defaults
5134
parent: openstack-tox-functional-py39
@@ -391,7 +374,6 @@
391374
- openstack-tox-functional-py39
392375
- openstack-tox-functional-py310
393376
- glance-tox-functional-py39-rbac-defaults
394-
- glance-tox-functional-py39-sqlalchemy-tips
395377
- glance-ceph-thin-provisioning:
396378
voting: false
397379
irrelevant-files: &tempest-irrelevant-files

0 commit comments

Comments
 (0)