Merge "Add 'check_requirements' job to CI"

This commit is contained in:
Zuul 2023-05-10 17:09:58 +00:00 committed by Gerrit Code Review
commit 0db2d87a14
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
- publish-openstack-docs-pti
- periodic-stable-jobs
- release-notes-jobs-python3
- check-requirements
check:
jobs:
- grenade-ceilometer

View File

@ -34,7 +34,7 @@ python-cinderclient>=3.3.0 # Apache-2.0
PyYAML>=5.1 # MIT
requests>=2.25.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
tenacity>=6.3.1,<7.0.0 # Apache-2.0
tenacity>=6.3.1 # Apache-2.0
tooz[zake]>=1.47.0 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0
gnocchiclient>=7.0.0 # Apache-2.0