Check changes using CentOS job
Change-Id: Icb37f94396e4bc1e7fb5bb795b5933b6c959698a
This commit is contained in:
parent
438e140abe
commit
5382ee415e
@ -1,11 +1,14 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- tobiko-ensure-ssh-keys
|
||||
|
||||
- hosts: tempest
|
||||
roles:
|
||||
- tobiko-zuul
|
||||
- tobiko-configure
|
||||
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- {role: devstack-tobiko-centos, when: ansible_distribution == 'CentOS'}
|
||||
|
@ -3,9 +3,10 @@
|
||||
- project-template:
|
||||
name: devstack-tobiko-centos
|
||||
description: CentOS Devstack Tobiko Plugin job
|
||||
periodic: &PERIODIC
|
||||
check: &CHECK
|
||||
jobs:
|
||||
- devstack-tobiko-centos
|
||||
periodic: *CHECK
|
||||
|
||||
|
||||
# --- Minimal jobs -----------------------------------------------------------
|
||||
@ -15,5 +16,5 @@
|
||||
name: devstack-tobiko-centos
|
||||
parent: devstack-tobiko-minimal
|
||||
nodeset: devstack-tobiko-centos
|
||||
voting: false
|
||||
voting: true
|
||||
description: CentOS Devstack Tobiko Plugin job
|
||||
|
Loading…
Reference in New Issue
Block a user