summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2020-06-24 15:17:04 +0900
committerAkihiro Motoki <amotoki@gmail.com>2020-09-03 05:46:11 +0900
commitd96d6d60f73864c35ac985cc99f2d266a4223f0f (patch)
tree6242d3e17bd76cec39bd4308b29fe96cf3f4645e
parent0c2b5d97d3ad3fa87e55340983d81c8b59900dd7 (diff)
downloadhorizon-d96d6d60f73864c35ac985cc99f2d266a4223f0f.tar.gz
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)
-rw-r--r--.zuul.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 92eaad68f..58e740f6e 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -265,3 +265,7 @@
- horizon-integration-tests-xstatic-master
- horizon-tox-py36-xstatic-master
- horizon-nodejs10-run-test-xstatic-master
+ periodic-stable:
+ jobs:
+ - horizon-nodejs10-run-test
+ - horizon-integration-tests