From 72ac0dcf99f0e62d07faf749f92684e33f85a7a0 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Wed, 23 Jan 2019 09:46:12 -0500 Subject: [PATCH] Add new integration jobs to ara-clients There are new jobs defined in ara-infra for testing ara-clients with the other ARA components. Add them to the check and gate pipelines. Depends-On: https://review.openstack.org/#/c/630303 Change-Id: Ia2353c3a20896242d173405457787a5dd29ac5e0 --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 3d2a2cb..1eae70c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,6 +2,12 @@ check: jobs: - tox-format + - ara-integration-fedora-2.7 + - ara-integration-fedora-devel: + voting: false + - ara-integration-ubuntu-2.6 gate: jobs: - tox-format + - ara-integration-fedora-2.7 + - ara-integration-ubuntu-2.6