Skip to content

Commit 3100de0

Browse files
committed
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 <rosmaita.fossdev@gmail.com>
1 parent 8dbb93b commit 3100de0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,24 @@
6868
- python-cinderclient-functional-py313
6969
- openstack-tox-pylint:
7070
voting: false
71+
periodic-weekly:
72+
jobs:
73+
- openstack-tox-pep8:
74+
branches: master
75+
- openstack-tox-py310:
76+
branches: master
77+
- openstack-tox-py313:
78+
branches: master
79+
- openstack-tox-py314:
80+
branches: master
81+
- openstack-tox-docs:
82+
branches: master
83+
- build-openstack-releasenotes:
84+
vars:
85+
sphinx_python: python3
86+
branches: master
87+
- python-cinderclient-functional-py313:
88+
branches: master
7189
gate:
7290
jobs:
7391
- python-cinderclient-functional-py313

0 commit comments

Comments
 (0)