summaryrefslogtreecommitdiff
path: root/.zuul.d
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2020-06-24 15:17:04 +0900
committerAkihiro Motoki <amotoki@gmail.com>2020-07-01 12:26:50 +0900
commit392bc2482eff851504b245c2e28de00694dd9eb8 (patch)
tree15f19662c007703d0195b30ec3612762c944befd /.zuul.d
parent28a93edfdf1dc0972ea0077be62865e5f46fd8bc (diff)
downloadhorizon-392bc2482eff851504b245c2e28de00694dd9eb8.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. Change-Id: Ieb2fe4d2c4453e572c9251dc03c34d08bed62a0f
Diffstat (limited to '.zuul.d')
-rw-r--r--.zuul.d/project.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml
index 8b8572edd..3c796ff28 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