From ee460a3c06db9bb0519dfee1efd06659a8305ee4 Mon Sep 17 00:00:00 2001 From: elajkat Date: Mon, 21 Mar 2022 16:06:36 +0100 Subject: [PATCH] Add weekly jobs Add jobs to the weekly periodic pipeline (see [1]). Current jobs to be run weekly: openstack-tox-py39, tap-as-a-service-tempest and tap-as-a-service-tempest-plugin. [1]: https://opendev.org/zuul/project-config/src/branch/master/zuul.d/pipelines.yaml#L130 Change-Id: I6965efea90be93c0f59eab4cfeffdc6da649289c --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 02d7884a..1a9e7b95 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -10,3 +10,7 @@ gate: jobs: - neutron-tempest-plugin-tap-as-a-service + periodic-weekly: + jobs: + - openstack-tox-py39 + - neutron-tempest-plugin-tap-as-a-service