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:
parent
5898d54b13
commit
800b451812
@ -115,12 +115,6 @@
|
||||
- octavia-tox-py311-tips
|
||||
- octavia-tox-functional-py311-tips
|
||||
|
||||
- project-template:
|
||||
name: octavia-tox-sqlalchemy-tips
|
||||
check:
|
||||
jobs:
|
||||
- octavia-tox-functional-py311-sqlalchemy-tips
|
||||
|
||||
- job:
|
||||
name: octavia-tox-py311-tips
|
||||
parent: openstack-tox-py311
|
||||
@ -145,26 +139,6 @@
|
||||
- openstack/octavia-lib
|
||||
- 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:
|
||||
name: octavia-amphora-image-build
|
||||
parent: base
|
||||
|
@ -9,7 +9,6 @@
|
||||
- publish-openstack-docs-pti
|
||||
- release-notes-jobs-python3
|
||||
- octavia-tox-tips
|
||||
- octavia-tox-sqlalchemy-tips
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pip-check-reqs:
|
||||
|
Loading…
Reference in New Issue
Block a user