From 392bc2482eff851504b245c2e28de00694dd9eb8 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 24 Jun 2020 15:17:04 +0900 Subject: [PATCH] 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. Change-Id: Ieb2fe4d2c4453e572c9251dc03c34d08bed62a0f --- .zuul.d/project.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 8b8572edde..3c796ff285 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -27,3 +27,7 @@ - horizon-integration-tests-xstatic-master - horizon-tox-py36-xstatic-master - horizon-nodejs10-run-test-xstatic-master + periodic: + jobs: + - horizon-nodejs10-run-test + - horizon-integration-tests