Add 'check_requirements' to CI

Sets oslo.utils lower bound to 4.7.0 to satisfy check_requirements.

Change-Id: I8997cf26173d9c1ec4afd08df5bbaad303b23199
This commit is contained in:
Erno Kuvaja 2023-05-05 14:33:24 +01:00
parent fecef0bd84
commit 10e3d15000
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- check-requirements
check:
jobs:
- ceilometermiddleware-integration

View File

@ -4,7 +4,7 @@
oslo.config>=3.9.0 # Apache-2.0
oslo.messaging>=5.2.0 # Apache-2.0
oslo.utils
oslo.utils>=4.7.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
six>=1.9.0 # MIT