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/

Co-Authored-By: Stephen Finucane <stephenfin@redhat.com>
Depends-on: https://review.opendev.org/c/openstack/requirements/+/879743
Change-Id: Ia5ba48aa27b537e556d56d270af126e223d0f626
This commit is contained in:
Takashi Kajinami 2024-04-15 10:22:34 +09:00
parent 5898d54b13
commit 800b451812
2 changed files with 0 additions and 27 deletions

View File

@ -115,12 +115,6 @@
- octavia-tox-py311-tips - octavia-tox-py311-tips
- octavia-tox-functional-py311-tips - octavia-tox-functional-py311-tips
- project-template:
name: octavia-tox-sqlalchemy-tips
check:
jobs:
- octavia-tox-functional-py311-sqlalchemy-tips
- job: - job:
name: octavia-tox-py311-tips name: octavia-tox-py311-tips
parent: openstack-tox-py311 parent: openstack-tox-py311
@ -145,26 +139,6 @@
- openstack/octavia-lib - openstack/octavia-lib
- openstack/octavia - openstack/octavia
# Temporary job until SQLAlchemy 2.0 is no longer blocked by upper-requirements
# NOTE(stephenfin): We only need functional tests since DB interactions are
# stubbed out in unit tests
- job:
name: octavia-tox-functional-py311-sqlalchemy-tips
parent: openstack-tox-functional-py311
description: |
Run tox python 3.11 functional against master of sqlalchemy and related
projects
# The job only tests the latest and shouldn't be run on the stable branches
branches:
regex: ^(stable|unmaintained)
negate: true
required-projects:
- name: openstack/oslo.db
- name: github.com/sqlalchemy/sqlalchemy
override-checkout: main
- name: github.com/sqlalchemy/alembic
override-checkout: main
- job: - job:
name: octavia-amphora-image-build name: octavia-amphora-image-build
parent: base parent: base

View File

@ -9,7 +9,6 @@
- publish-openstack-docs-pti - publish-openstack-docs-pti
- release-notes-jobs-python3 - release-notes-jobs-python3
- octavia-tox-tips - octavia-tox-tips
- octavia-tox-sqlalchemy-tips
check: check:
jobs: jobs:
- openstack-tox-pip-check-reqs: - openstack-tox-pip-check-reqs: