Run tests for older releases periodic-weekly

Openstack releases older than Yoga are now in
extended maintenance. To reduce the CI
footprint we don't run test jobs for older
relases as part of the check/gate pipelines.

Instead we are going to run those jobs as
part of the periodic-weekly pipeline.

See the detailed description of extended maintenance
status here
https://docs.openstack.org/project-team-guide/stable-branches.html#maintenance-phases

Change-Id: Ie227e7d2dd297b6095a40f6114ef6b0a2f226790
This commit is contained in:
Vladimir Kozhukalov 2023-07-05 03:41:54 +03:00
parent 77fe3a0fb2
commit 1a3b7b5c25

View File

@ -23,15 +23,9 @@
jobs:
- openstack-helm-lint
- openstack-helm-bandit
- openstack-helm-cinder-victoria-ubuntu_focal
- openstack-helm-cinder-wallaby-ubuntu_focal
- openstack-helm-cinder-xena-ubuntu_focal
- openstack-helm-cinder-yoga-ubuntu_focal
- openstack-helm-cinder-zed-ubuntu_focal
- openstack-helm-cinder-2023-1-ubuntu_focal
- openstack-helm-compute-kit-victoria-ubuntu_focal
- openstack-helm-compute-kit-wallaby-ubuntu_focal
- openstack-helm-compute-kit-xena-ubuntu_focal
- openstack-helm-compute-kit-yoga-ubuntu_focal
- openstack-helm-compute-kit-zed-ubuntu_focal
- openstack-helm-compute-kit-zed-ubuntu_focal-umbrella
@ -42,8 +36,8 @@
jobs:
- openstack-helm-lint
- openstack-helm-tls
- openstack-helm-cinder-wallaby-ubuntu_focal
- openstack-helm-compute-kit-wallaby-ubuntu_focal
- openstack-helm-cinder-2023-1-ubuntu_focal
- openstack-helm-compute-kit-2023-1-ubuntu_focal
post:
jobs:
- publish-openstack-helm-charts
@ -55,3 +49,11 @@
- openstack-helm-netpol-cinder
- openstack-helm-tls
- openstack-helm-tungsten-fabric
periodic-weekly:
jobs:
- openstack-helm-cinder-victoria-ubuntu_focal
- openstack-helm-cinder-wallaby-ubuntu_focal
- openstack-helm-cinder-xena-ubuntu_focal
- openstack-helm-compute-kit-victoria-ubuntu_focal
- openstack-helm-compute-kit-wallaby-ubuntu_focal
- openstack-helm-compute-kit-xena-ubuntu_focal