Create jobs for gating Heat project

Change-Id: Icba6f7cadd474038bf30d6f39f504a9c84c1d7a9
This commit is contained in:
Federico Ressi 2021-10-18 13:29:06 +02:00
parent cac21cd649
commit 26c6d18901
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,38 @@
---
- project-template:
name: devstack-tobiko-heat
description: |
DevStack jobs intended to gate heat project changes
check:
jobs:
- devstack-tobiko-heat
periodic:
jobs:
- devstack-tobiko-heat
- devstack-tobiko-heat-centos
- devstack-tobiko-heat-fedora
# --- STANDALONE -------------------------------------------------------------
- job:
name: devstack-tobiko-heat
parent: devstack-tobiko-minimal
required-projects:
- openstack/heat
voting: false
vars:
test_workflow: create-resources-heat
- job:
name: devstack-tobiko-heat-centos
parent: devstack-tobiko-heat
nodeset: devstack-tobiko-centos
voting: false
- job:
name: devstack-tobiko-heat-fedora
parent: devstack-tobiko-heat
nodeset: devstack-tobiko-fedora
voting: false

View File

@ -6,6 +6,7 @@
- devstack-tobiko
- devstack-tobiko-ceph
- devstack-tobiko-glance
- devstack-tobiko-heat
- devstack-tobiko-minimal
- devstack-tobiko-nova
- devstack-tobiko-faults