16 Commits

Author SHA1 Message Date
Ghanshyam Mann
3e5592f58c End support for stable/2023.1
This marks the end of support for stable/2023.1
which is moving to 'unmaintained' stage[1].

This adds the release note to mark the end of
support of 2023.1 as well as drop the job.

https: //lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/UDQAC7SR5JAQJE5WBAG54A2MTBVBTJ44/

Change-Id: Ia91d9f4590f0b595a306a15f2c776cbabee169ab
2024-10-30 11:39:44 -07:00
Ghanshyam Mann
7f3030c291 Test python 3.12
As per 2025.1 testing runtime, Python 3.12 is the
max python version to test. Adding the test job
as well update the document to support it.

Also, remove the python_requires flag from setup.cfg
which stop installing it on python version lower
than the min supported. Let's allow to install and as
long as it work for older python it is ok. User can
get to know the supported python versions from
classifier also.

Change-Id: Ibd4ad33bdc30512568843358973c716b21d039de
2024-10-01 18:56:59 -07:00
Ghanshyam Mann
b98ab0b2b4 Add releasenote to tag the Tempest for 2024.2 release
Updating the doc for the same.

Change-Id: Id3f8d7fa8f344fc9b7df79637108f3522eb2e84f
2024-09-23 20:00:39 +00:00
Ghanshyam Mann
6eea5f92db End support for stable/zed
This marks the end of support for stable/zed
which is moving to 'unmaintained' stage[1].
This adds the release note to mark the end of
support of Zed.

[1] https://review.opendev.org/q/topic:%22zed-unmaintained%22

Change-Id: Iadd5549a87614b893e3b284f926cb5c3dc185ef7
2024-05-03 12:20:24 -07:00
Ghanshyam Mann
cfdaf9a4b9 Add releasenote to tag the Tempest for 2024.1 release
Updating the doc for the same.

Change-Id: Id1e7ac3e21aa713aa1a21740d59b547fd566f23b
2024-03-21 23:20:29 -07:00
Ghanshyam Mann
a7b530ce7a End support for stable/yoga
This marks the end of support for stable/yoga
which is moving to 'unmaintained' stage[1].
This remove the stable/yoga jobs and also adds
relesenote to mark the end of support of Yoga.

[1] https://review.opendev.org/q/topic:%22yoga-unmaintained%22

Change-Id: I364bcd69f55753e4c99f66240f743e3bc7205832
2024-02-07 12:34:55 -08:00
Ghanshyam Mann
2d5987fbe6 Add releasenote to tag the Tempest for 2023.2 release
Updating the doc for the same.

Change-Id: Idfdaabd01cc4e872efca3939e0494b059c14f431
2023-09-22 03:06:56 +00:00
Ghanshyam Mann
3bf5e5b243 Update Tempest supported releases and python versions
Tempest support from stable/yoga to stable/2023.1 and
till python 3.11 but it seems like doc is not updated
for the same.

Change-Id: I7bb5c7b0a39bb833219ed7b0947b88980b4e9f79
2023-09-20 14:29:33 -07:00
Ghanshyam Mann
1d94c7b708 Updated document for the correct stable branches support
With latest Tempest 32.0.0, Tempest master started supporting
Zed and vistoria is not supported as that is in EM state.

Change-Id: I70303bcc8322da1ed9dfcfc1ea0865a70d287237
2022-10-10 13:16:13 -05:00
Martin Kopec
991866fd75 Fix supported releases and py versions in the doc
Our documentation showed that Victoria, Ussuri and Train are the
supported releases by tempest's master, which wasn't the case.
It also showed that tempest is compatible with python 3.6, 3.7
and 3.8. We dropped py 3.6 and 3.7 support by [1].

[1] https://review.opendev.org/c/openstack/tempest/+/843182

Closes-Bug: #1976282
Change-Id: I0ccfa824f08cbdf58f26a142dac3a0881605ef08
2022-05-31 16:37:29 +02:00
Ghanshyam Mann
f8625f0de5 Remove stable/stein testing jobs
stable/stein is not suported in Tempest now, so
let's remove their jobs from master gate.

Also, update doc to reflect it.

Depends-On: https://review.opendev.org/c/openstack/stackviz/+/768212

Change-Id: I0cbc2883e1cfdb3b1d6b10a7ecea83a4bae32afb
2020-12-22 14:46:23 +00:00
Vishakha Agarwal
e8f1876aa6 Update supported version doc tempest
This patch updates about the new supported release Ussuri.

Change-Id: Ib17602dfe0eb1707acfe220ab0c230cf781cd367
2020-05-02 21:57:10 +05:30
Ghanshyam Mann
ba416467e6 Remove the stable rocky from supported branch in Tempest master
Rocky is in Extended Maintainance state now so we can
remove this from supported branch and also remove its
jobs to run on master gate.

-https://releases.openstack.org/

Depends-On: https://review.opendev.org/#/c/722186/

Change-Id: I46f4abf07839fb5e8767635e2502e97e8409b8b8
2020-04-23 02:30:32 +00:00
Ghanshyam Mann
551e8d7a59 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Tempest is ready with python 3 and ok to drop the
python 2.7 support. Last Tempest version officially supported
for py2.7 is 23.0.0.

Now onwards, Tempest will test all stable branch with py3 jobs.
tempest-full and other py2 version of jobs definition are kept
for stable branch gate.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I75868d5c9b6630fe78958ff89e58a0aced09a6b3
2020-02-12 00:11:31 +00:00
Ghanshyam
b0a8057fbb Drop python 3.5 support from Tempest
Tempest, its plugins and their dependencies in ussuri
cycle are python-requires>=py3.6 which makes distro not
having python 3.6 to do hack to install py3.6 etc.

We cannot do >py3.6 in basepython so one way is to drop the
py3.5 support and basepython to py3 so that it can choose
the available py version in env.

It time to drop the py3.5 from Tempest. Last supported version of
Tempest for py3.5 is 23.0.0.

oslo drop py2 so we need to remove the py2 unit test job which
is failing and blocking gate.

There is seoarate work to drop the py2 things from Tempest in
compplete set.

Change-Id: I872dbb57df46d1193c0d409bb00d56f372d295fe
Related-Bug: 1861308
2020-02-04 19:23:01 +00:00
Ghanshyam Mann
68600b18fa Add doc for supported OpenStack release & py version
Tempest is branchless and support many OpenStack stable branches
and python versions. Users of Tempest should have a clear doc about
what all openstack releases and python versions are supported.

Change-Id: Idc76e07efdd3710a59c773c564ca532419989ed5
2020-01-23 14:39:36 +00:00