Run voting jobs in gate as well

In OpenStack CI we run voting jobs in general in both check and gate
queue to ensure that the change as merged is fully tested.

Mark passing job as voting and add to gate, mark other job as
non-voting.

Change-Id: Ib1338a2f4260fee871b6dd4b0e7f3d4a6af77d02
This commit is contained in:
Andreas Jaeger 2018-02-05 12:02:14 +01:00
parent ba89cac828
commit 09bd65f75a
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
name: openstack/ansible-role-k8s-keystone
check:
jobs:
- ansible-role-k8s-keystone-kubernetes-centos
- ansible-role-k8s-keystone-kubernetes-centos:
voting: false
- ansible-role-k8s-keystone-openshift-centos
gate:
jobs:
- ansible-role-k8s-keystone-openshift-centos
- job: