Add basic periodic jobs to TripleO

Change-Id: I8b039963d9e91579fc60f609a125536b5bd78f0a
This commit is contained in:
Sagi Shnaidman 2019-04-22 15:50:05 +03:00
parent 93768b46ee
commit d8a597c1a4
2 changed files with 15 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- tripleo-multinode-experimental
- tripleo-standalone-scenarios-full
- tripleo-undercloud-jobs
- tripleo-periodic
check:
jobs:
- openstack-tox-linters

14
zuul.d/periodic.yaml Normal file
View File

@ -0,0 +1,14 @@
- project-template:
name: tripleo-periodic
periodic:
jobs:
- tripleo-ci-centos-7-containers-multinode:
branches:
- master
- stable/stein
- stable/rocky
- stable/queens
- tripleo-ci-centos-7-scenario001-standalone:
branches:
- master
- stable/stein