From 7e6f8b956cc4b01f1bcf82068816f342421f1945 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 24 Mar 2026 22:12:02 -0400 Subject: [PATCH] Add periodic jobs for brick-cinderclient-ext 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: I9fc4b74d47b9bd664d3b61602ea6c977eaf2dff7 Signed-off-by: Brian Rosmaita --- .zuul.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index e4d2328..3cf2fa7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -85,6 +85,24 @@ # is no longer tested (see change I796eddac96313584f4a) voting: false - brick-cinderclient-dsvm-functional-py313 + 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: - brick-cinderclient-dsvm-functional-py313