Configure CI for bugfix/21.2

Change-Id: I877dc3ee2ee28b52a066ce9b77cddf8a53ce4d07
This commit is contained in:
Dmitry Tantsur 2023-03-03 10:45:39 +01:00
parent 9977805eb4
commit 899252049b
3 changed files with 18 additions and 5 deletions

10
tox.ini
View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONUNBUFFERED=1
SQLALCHEMY_WARN_20=true
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
@ -85,7 +85,7 @@ commands = oslo_debug_helper -t ironic/tests/unit {posargs}
[testenv:docs]
# NOTE(dtantsur): documentation building process requires importing ironic
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -b html -W doc/source doc/build/html
@ -102,7 +102,7 @@ commands =
# NOTE(Mahnoor): documentation building process requires importing ironic API modules
usedevelop = False
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
allowlist_externals = bash
@ -113,7 +113,7 @@ commands =
[testenv:releasenotes]
usedevelop = False
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
@ -121,7 +121,7 @@ commands =
[testenv:venv]
setenv = PYTHONHASHSEED=0
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = {posargs}

View File

@ -7,6 +7,11 @@
post-run: playbooks/ci-workarounds/get_extra_logging.yaml
timeout: 10800
required-projects:
# TODO(dtantsur): change everything to stable/2023.1
- name: openstack/requirements
override-checkout: master
- name: openstack/devstack
override-checkout: master
# TODO(TheJulia): Explicitly pull in DIB until we get a release cut.
- opendev.org/openstack/diskimage-builder
- opendev.org/openstack/ironic

View File

@ -51,8 +51,16 @@
voting: false
- bifrost-integration-tinyipa-ubuntu-focal:
voting: false
required-projects:
# TODO(dtantsur): change to stable/2023.1
- name: openstack/bifrost
override-checkout: master
- bifrost-integration-redfish-vmedia-uefi-centos-9:
voting: false
required-projects:
# TODO(dtantsur): change to stable/2023.1
- name: openstack/bifrost
override-checkout: master
- ironic-tempest-pxe_ipmitool-postgres:
voting: false
- bifrost-benchmark-ironic: