From 8f9a6a19cf1cdf591c038034350b209c317924b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Wed, 15 May 2019 15:03:27 +0200 Subject: Schedule a periodical check of requirements to catch py2.7 issues quickly Prepare a periodic job used to check possible issue on requirements due to the python 2.7 final countdown and requirements who remove python 2.7 support. We will check it daily to see potential errors quickly outside the standard development lifecycle (feature, fix, etc...) Change-Id: I7773e41ec48246fb56e7366a359c067788c9f5bb --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 4aa6533..3deb65d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -60,3 +60,6 @@ - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 + periodic: + jobs: + - requirements-check -- cgit v1.2.1