From a23924ff930c8f0e9396f1752bca8d6c44b985c3 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Sun, 18 Feb 2018 22:35:16 +0000 Subject: [PATCH] Make queens jobs voting As usual for tempest keep bitrot integration tests voting, but only running on check. Change-Id: Ibad701e026a5c9dc7ef591efebb6f536ce3316ec --- .zuul.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index fbe158a840..82fb7586ed 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -29,11 +29,13 @@ - job: name: tempest-full parent: devstack-tempest - # This currently only works on the master branch. + # This currently works from stable/queens on. # NOTE(andreaf) Only run on master for now. # The negative lookup is redudant but it's a # reminder that we don't want the job running there. - branches: ^(?!driverfixes/)master$ + branches: + - master + - stable/queens description: | Base integration test with Neutron networking and py27. Former names for this job where: @@ -47,7 +49,9 @@ - job: name: tempest-full-py3 parent: devstack-tempest - branches: ^(?!driverfixes/)master$ + branches: + - master + - stable/queens description: | Base integration test with Neutron networking and py3. Former names for this job where: @@ -162,7 +166,6 @@ - ^.zuul.yaml$ - nova-multiattach - tempest-full-queens: - voting: false irrelevant-files: - ^(test-|)requirements.txt$ - ^.*\.rst$ @@ -173,7 +176,6 @@ - ^tempest/hacking/.*$ - ^tempest/tests/.*$ - tempest-full-queens-py3: - voting: false irrelevant-files: - ^(test-|)requirements.txt$ - ^.*\.rst$