[CI] Remove periodic jobs from unmaintained branch

There is no need to run periodics in unmaintained branches, they just
consume resource and teams are not checking the results.

Change-Id: I32f33e868872b8eb23c62dca1c1e34949afc2e39
This commit is contained in:
Elod Illes 2024-10-18 18:03:15 +02:00
parent e9ba6d18e1
commit 23d87cbd33

View File

@ -6,7 +6,6 @@
- openstack-cover-jobs
# - openstack-lower-constraints-jobs
- openstack-python3-zed-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
@ -38,13 +37,3 @@
- trove-scenario-mysql-multi
- trove-scenario-mariadb-single
- trove-scenario-mariadb-multi
periodic:
jobs:
- publish-trove-guest-image-ubuntu-focal:
branches:
regex: ^stable/.*$
negate: true
- publish-trove-guest-image-ubuntu-focal-dev:
branches:
regex: ^stable/.*$
negate: true