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
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
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
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
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
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
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
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
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
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