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:52:11 +0900
commit7d4f76bc65a9180ade63e2d8be485d6cee7293c6 (patch)
treeb896989df49941a3372f7f41563ccdaa618f99c7
parentd83d58af1e247ca39f90fdb22d0005698540f520 (diff)
downloadhorizon-7d4f76bc65a9180ade63e2d8be485d6cee7293c6.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) (cherry picked from commit d96d6d60f73864c35ac985cc99f2d266a4223f0f)
-rw-r--r--.zuul.yaml4
1 files changed, 4 insertions, 0 deletions
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