From 7d4f76bc65a9180ade63e2d8be485d6cee7293c6 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 24 Jun 2020 15:17:04 +0900 Subject: Define periodic jobs We sometimes create gate check changes but periodic jobs can do most of them, particularly in stable branhces. This commit is planed to backport to stable branches. Note that we already have periodic-stable-jobs (for pyXX and docs jobs) but it is nice to have npm and integration jobs in this coverage. Once it is available in stable branches, I will configure the Grafana dashboard to monitor healthiness in stable branches. Note on stable backport: In stable branches, we have a pipeline named 'periodic-stable' and it is used in periodic-stable-jobs template. It would be nice to use the same pipeline for all periodic jobs. Change-Id: Ieb2fe4d2c4453e572c9251dc03c34d08bed62a0f (cherry picked from commit 392bc2482eff851504b245c2e28de00694dd9eb8) (cherry picked from commit d96d6d60f73864c35ac985cc99f2d266a4223f0f) --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 5c1f8daf6..485a5a517 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -198,3 +198,7 @@ - horizon-selenium-headless - horizon-integration-tests - horizon-tempest-plugin-ipv6 + periodic-stable: + jobs: + - horizon-nodejs10-run-test + - horizon-integration-tests -- cgit v1.2.1