From 94ec48e057aaad089f16f5b879042baad5da1db9 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Sun, 2 Aug 2020 16:53:54 +0200 Subject: [PATCH] Add non-voting TripleO Octavia CI job Job tripleo-ci-centos-8-scenario010-standalone tests a TripleO deployment with Octavia enabled which heavily relies on puppet-octavia, providing additional test coverage to the project. Change-Id: I8b52c1a2ef70463ec0bca7bf1f41f0f00becdc4f --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c2f4c34e..3030645d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,3 +4,7 @@ - puppet-openstack-module-unit-jobs - puppet-openstack-beaker-jobs - release-notes-jobs-python3 + check: + jobs: + - tripleo-ci-centos-8-scenario010-standalone: + voting: false