From 3100de0e712f9c17028ad3e09b63a04ea3d3ca15 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 23 Mar 2026 20:11:55 -0400 Subject: [PATCH] Add periodic jobs for cinderclient This has become a low-traffic repository, and during gazpacho development the gates had broken but we didn't notice until people were trying to merge changes just before the client freeze. So add periodic weekly jobs so we will get some advance notice when a job has broken. Change-Id: Ie74e41b060b66a74b21778c20e8766c018303968 Signed-off-by: Brian Rosmaita --- .zuul.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index fbc442f4a..1eca8230f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -68,6 +68,24 @@ - python-cinderclient-functional-py313 - openstack-tox-pylint: voting: false + periodic-weekly: + jobs: + - openstack-tox-pep8: + branches: master + - openstack-tox-py310: + branches: master + - openstack-tox-py313: + branches: master + - openstack-tox-py314: + branches: master + - openstack-tox-docs: + branches: master + - build-openstack-releasenotes: + vars: + sphinx_python: python3 + branches: master + - python-cinderclient-functional-py313: + branches: master gate: jobs: - python-cinderclient-functional-py313