Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .zuul.d/project.yaml
Original file line number Diff line number Diff line change
@@ -1,128 +1,122 @@
- project:
templates:
- openstack-python3-jobs
check:
jobs:
- build-wheel-cache-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal:
files:
- bindep.txt
- build-wheel-cache-ubuntu-jammy:
files:
- bindep.txt
- openstack-tox-validate
- requirements-check-self
- requirements-tox-babel
- requirements-tox-bindep:
voting: false
- requirements-tox-py39-check-uc
- requirements-tox-py310-check-uc
- requirements-tox-py311-check-uc
- requirements-tox-py312-check-uc
- requirements-tox-validate-projects:
voting: false
- cross-aodh-py312
- cross-barbican-py312
- cross-ceilometer-py312
- cross-cinder-py312
- cross-designate-py312
- cross-glance-py312
- cross-heat-py312
- cross-horizon-py312
- cross-horizon-npm
- cross-ironic-py312
- cross-keystone-py312:
voting: false
- cross-kuryr-py312
- cross-manila-py312
- cross-magnum-py312
- cross-masakari-py312:
voting: false
- cross-mistral-py312:
voting: false
- cross-neutron-py312
- cross-nova-pep8
- cross-nova-py312
- cross-placement-py312
- cross-osvif-py3
- cross-nova-functional
- cross-placement-functional-py312
- cross-octavia-py312
- cross-osc-tox-docs:
voting: false
- cross-swift-py312
- openstacksdk-functional-devstack
- tempest-full-py3:
irrelevant-files:
- ^bindep.txt$
- ^(test-|)requirements.txt$
- ^setup.cfg$
check-arm64:
jobs:
- build-wheel-cache-ubuntu-focal-arm64:
files:
- bindep.txt
- build-wheel-cache-ubuntu-jammy-arm64:
files:
- bindep.txt
gate:
jobs:
- build-wheel-cache-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal:
files:
- bindep.txt
- build-wheel-cache-ubuntu-jammy:
files:
- bindep.txt
- openstack-tox-validate
- requirements-check-self
- requirements-tox-babel
- requirements-tox-py39-check-uc
- requirements-tox-py310-check-uc
- requirements-tox-py311-check-uc
- requirements-tox-py312-check-uc
- cross-cinder-py312
- cross-designate-py312
- cross-glance-py312
- cross-heat-py312
- cross-horizon-py312
- cross-horizon-npm
- cross-ironic-py312
- cross-keystone-py312
# - cross-keystone-py312
- cross-kuryr-py312
- cross-manila-py312
- cross-neutron-py312
- cross-nova-pep8
- cross-nova-py312:
files: ^upper-constraints.txt$
- cross-placement-py312:
files: ^upper-constraints.txt$
- cross-osvif-py3
- cross-nova-functional
- cross-placement-functional-py312
- cross-octavia-py312
- cross-osc-tox-docs
# - cross-osc-tox-docs
- cross-swift-py312
- openstacksdk-functional-devstack
- tempest-full-py3:
irrelevant-files:
- ^bindep.txt$
- ^(test-|)requirements.txt$
- ^setup.cfg$
experimental:
jobs:
- nova-ceph-multistore
- nova-next
- requirements-tox-py39-check-uc-no-wheels
- requirements-tox-py310-check-uc-no-wheels
- requirements-tox-py311-check-uc-no-wheels
- requirements-tox-py312-check-uc-no-wheels
- tempest-integrated-storage
- tempest-pg-full:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$

Check warning on line 122 in .zuul.d/project.yaml

View check run for this annotation

StackHPC Zuul / stackhpc/check

.zuul.d/project.yaml#L1-L122

Job nova-ceph-multistore not defined
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
minversion = 4.11.0
envlist = validate,py3,pep8,pip-install
ignore_basepython_conflict=true
# NOTE(elod.illes): latest virtualenv bundles setuptools 82.0.0, which
# dropped pkg_resources module source from the package, which is used
# in xstatic-objectpath, thus virtualenv needs to be pinned to fix the
# requirements-tox-py3XX-check-uc jobs
requires =
virtualenv<20.37.0

[testenv]
basepython = python3
Expand Down
6 changes: 3 additions & 3 deletions upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ requests-aws===0.1.8
alabaster===0.7.16;python_version=='3.9'
alabaster===1.0.0;python_version>='3.10'
multidict===6.1.0
pbr===6.1.1
pbr===7.0.0
munch===4.0.0
waiting===1.5.0
attrs===25.1.0
Expand Down Expand Up @@ -119,7 +119,7 @@ jaraco.classes===3.4.0
debtcollector===3.0.0
responses===0.25.6
croniter===6.0.0
horizon===25.3.1
horizon===25.3.2
octavia-lib===3.8.0
python-watcherclient===4.8.0
MarkupSafe===3.0.2
Expand Down Expand Up @@ -354,7 +354,7 @@ infi.dtypes.iqn===0.4.0
XStatic-tv4===1.2.7.0
XStatic-JSEncrypt===2.3.1.1
python-cinderclient===9.7.0
keystonemiddleware===10.9.0
keystonemiddleware===10.9.1
django-formtools===2.5.1
XStatic-Spin===1.2.5.3
rich===13.9.4
Expand Down
Loading