As per 2025.1 testing runtime[1], we need to test on Ubuntu
Noble (which will be taken care by depends-on tempest and devstack
patches to move base jobs to Noble) and at least single job to run on
Ubuntu Jammy (for smooth upgrade from previous releases).
This commit adds a new job to run on Jammy which can be removed
in future cycle when testing runtime test next version of Ubuntu
as default.
Also bump the hacking version to fix the pepe8 erorr:
-AttributeError: 'EntryPoints' object has no attribute 'get'
Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156
[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html
Change-Id: Iba801148410e8e8a5acea55cc9cf02dc74ce80f2
Tempest and its plugins should support all open branches. Add jobs
against stable branches to verify this compatibility.
Change-Id: Ie6cf502ed5018d68a3db40f2b191301c95b4b363
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg
Change-Id: I7e0809ce82168d8af5b04c3d5aa98c4abc2ed68d
Queues are now declared at the project level
https: //lists.openstack.org/pipermail/openstack-discuss/2021-November/025797.html
Change-Id: Ic67de5110fe7e6394bc1fa374a2da9bc14b639df
* Replace .testr.conf by .stestr.conf for migration and update
.gitignore and test-requirements.txt file accordingly
* Use py3 as the default runtime for tox
* Add a new job, openstack-cover-jobs, to run the coverage in Zuul
* Use tox version 3.18.0 for using allowlist_externals
Signed-off-by: JyotiJauhari <jyotijauhari222@gmail.com>
Change-Id: Ifd6fc7b0c22919b91fff9eb136de8c023bce3849
Create the jobs in this repository: they will be used from
zaqar repository, not the other way round as it is now.
The jobs have been renamed according the naming guidelines.
The IPv6 jobs has been added here as well to prevent regressions.
Change-Id: Icffb53316e4a7db67db22aef6988f15a3ff79b1f
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove py2 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Switch to using sphinx-build
- Remove install_command from tox.ini, the default is fine
- Remove Babel from requirements, it's not needed for running.
- Remove obsolete babel.cfg
- Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE.
- Update hacking to current 3.1.0 version
- Remove use of six library
Change-Id: I233dfc7a06cbd2e098499629f63d0b8f2db5258e
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: I6e7b744bb8f56b0a237dc27da45635d99f3a0290
Now the command of running zaqar tempest tests in zaqar_tempest_plugin
is outdated and not working anymore.
This need to update and fix.
Change-Id: I9a96367e0de151ca114beadc9769eec3d09b1ca6
Closes-Bug: #1809719
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.
Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.
Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I179fc787fe38914a6d7dceaa0c7cc64cda4683b3
Story: #2002586
Task: #24346
If Zaqar is deployed under Apache, the empty input negative check
will return UnexpectedContentType which is not 405 error.
This patch remove this ambiguous test.
Change-Id: Ic384cd51581f0ad024bd2033eb9e00d022e253d4
contributing.rst had a mistake in the included path, and index.rst
was referencing a non-existing document.
Change-Id: I0d99893b57018e0e1f6206b10b197dfe14cecaa3