From 2150dbf6880c379b52035b604c51048743c446a5 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 22 Apr 2021 09:44:00 +0100 Subject: [PATCH] Add weekly jobs This change intoduces a set of jobs that will run weekly in the periodic-weekly pipeline. The intention of these jobs is to check the health of the placement gate in the absence of frequent patch submissions to ensure that new lib releases and or changes in upper constraints or other placment related projects do not result in broken jobs. The result of these jobs will be review in our weekly meetings. Change-Id: I456e44e69e503f2444ce9153aacee5783ea2b2eb --- .zuul.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 06ed667ec..78974c554 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -60,6 +60,16 @@ irrelevant-files: *gate-irrelevant-files - tempest-ipv6-only: irrelevant-files: *gate-irrelevant-files + periodic-weekly: + jobs: + # update the python version when the support runtime for testing changes. + # we only test the latest version in the periodics as its just a signal + # that we need to investigate the healt of the master branch in the absence + # of frequent patches. + - openstack-tox-functional-py38 + - openstack-tox-py38 + - placement-nova-tox-functional-py38 + - tempest-integrated-placement - job: name: placement-nova-tox-functional-py38