From 613bc513d9a30a9c2f54a7cf37b8703bfe75f887 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 5 Sep 2018 20:33:36 +0200 Subject: [PATCH] Run jobs in gate as well Voting jobs should be run in both check and gate queue, add them. This ensures that merged changes always pass. Change-Id: Icd40783c7d066c8ae880df4befa8d8b74711c796 --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d066ea11..14019306 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,3 +3,6 @@ check: jobs: - openstack-tox-pep8 + gate: + jobs: + - openstack-tox-pep8