Commit Graph

17 Commits

Author SHA1 Message Date
OpenStack Release Bot 44756a4e1e Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Iec5b7754168062bfc194d67b24acf43b72fa2932
2022-09-14 09:27:15 +00:00
Ghanshyam Mann 81bd6feafc Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I0acb988427944f4a166fc94c42c9546f184b7e62
2022-05-11 22:13:14 -05:00
Ghanshyam Mann 8dc5192650 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: Ie57cd00b241d810528d51c5afbef604db841b0ce
2022-04-30 20:27:33 -05:00
OpenStack Release Bot 7c57344607 Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I4d59e3553638ad25015b2a638790fff448b02af2
2021-09-10 14:32:37 +00:00
OpenStack Release Bot 627b14e2a7 Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ifefe3bf3784044a71d7ffcfc8a82cef644e82173
2021-03-18 12:55:05 +00:00
wangzihao 517471b654 Update Python3 wallaby unit tests
Change-Id: I8c921d027f31ac6d6f1418afa5cb3b88f87fc2ba
2021-01-12 10:43:02 +08:00
Jakub Libosvar ca6b972cb4 Don't compile OVS kernel module
ovsdbapp is already running on Focal, which uses kernel 5 that contains
required patch for QoS metering.

Change-Id: I656a03e98b91428c823a37a04dd7c03027a6ecda
2020-09-24 09:53:31 +02:00
Rodolfo Alonso Hernandez 3598631558 Tempest job inherits from Neutron tempest OVN job
During this cycle (Ussuri), OVN driver was integrated as an in-tree
Neutron driver, deprecating networking-ovn. The tempest job should
now inherit from Neutron job definition.

Trivial-Fix

Change-Id: I910ae5d4d32b43d7af15f196f4af6f5e1c4c0734
2020-04-18 19:09:59 +00:00
Bernard Cafarelli b22a6a09fb
Drop python 2 support and testing
This is part of Ussuri goal tracked for Neutron stadium at:
https://etherpad.openstack.org/p/neutron-train-zuulv3-py27drop

Change-Id: I46894fefe681d7e84343a633a803c87e1e88cfb6
2019-12-17 15:52:08 +01:00
pengyuesheng c2a04b627b Switch to Ussuri jobs
Change-Id: I579f7297be2b86666e9b494ae2d483454dab4cf1
2019-10-24 14:48:45 +08:00
Zuul 92627f4de9 Merge "Fix building OVS after python2 removal" 2019-10-04 11:44:08 +00:00
Terry Wilson d5420ab5d2 Fix building OVS after python2 removal
Switch functional to use python3 to install python3-based
dependencies, which the OVS build checks for. Also, remove
the py36 test

Change-Id: I2d9599d7050a15f459e6845a112ffc9948b2a7bd
2019-10-03 21:54:01 +00:00
Andreas Jaeger ac3d3de9ec Update Zuul jobs: Enable docs publishing
Start publishing docs with using the proper template.

For this, add also a doc/requirements.txt file and move docs
requirements there. Update tox.ini for this and use the modern way to
invoke sphinx-build for building.
Remove obsolete sectoins from setup.cfg.
Update the conf.py files and remove unused lines
with newer openstackdocstheme - and require newer theme.

Fix indents in CONTRIBUTING.rst so that the formatting works nicely.

Also, use lower-constraints template instead of individual jobs.

Change-Id: Ia1a7030878f12ca0b8184363173eada929ece3bd
2019-09-05 09:17:05 +02:00
Corey Bryant 5a9b9e22f2 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I1c658ddb1e4470dcf1f547747c9f90fdb08ad438
Story: #2005924
Task: #34225
2019-07-05 13:56:16 -04:00
Nate Johnston ab42b08a04 Switch functional and tempest jobs to python3
As part of the python3-first goal, add functional testing for python3
for both the functional and tempest jobs.

Change-Id: Iccdb3f9fc9b60bb893a7f3a440cce13d80379203
2019-02-27 13:11:45 +00:00
Lucas Alvares Gomes f6a2c8c90a Migrate tempest job to zuul v3 native
This patch is migrating the legacy ovsdbapp-src tempest job to zuul v3
native.

The job definition is now much smaller since it uses the
networking-ovn-ovs-release as a parent and just append the necessary
change to the devstack local configuration to install ovsdbapp from
source.

Change-Id: Ic992bb9ffd4304d2f9ef5bd8bb9a67a22857306f
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2018-11-15 15:07:16 +00:00
Lucas Alvares Gomes 969a201ee4 Move ovsdbapp jobs to its tree
This patch is moving the legacy CI jobs for ovsdbapp into its tree. This
will give the project more flexibility to control what jobs should run
in which pipeline as well as facilitate creation/deletion/updates for
new and existing jobs.

Change-Id: I2e34bd16ab9907bdc3f9225b879f9b0846d2c779
2018-09-21 09:46:42 +01:00