From 8819041af6c5f3fcdfb64979b36648c989982d8e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 5 Sep 2018 20:27:59 +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: Ia9fa16474c98dcb7b63b81fa69fd8560aaa908a8 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index b69d353..e1f5457 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,3 +3,7 @@ jobs: - openstack-tox-linters - openstack-tox-pep8 + gate: + jobs: + - openstack-tox-linters + - openstack-tox-pep8