Merge "Make queens jobs voting"

This commit is contained in:
Zuul 2018-02-19 06:59:14 +00:00 committed by Gerrit Code Review
commit b0192b9fd6

View File

@ -29,11 +29,13 @@
- job: - job:
name: tempest-full name: tempest-full
parent: devstack-tempest 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. # NOTE(andreaf) Only run on master for now.
# The negative lookup is redudant but it's a # The negative lookup is redudant but it's a
# reminder that we don't want the job running there. # reminder that we don't want the job running there.
branches: ^(?!driverfixes/)master$ branches:
- master
- stable/queens
description: | description: |
Base integration test with Neutron networking and py27. Base integration test with Neutron networking and py27.
Former names for this job where: Former names for this job where:
@ -47,7 +49,9 @@
- job: - job:
name: tempest-full-py3 name: tempest-full-py3
parent: devstack-tempest parent: devstack-tempest
branches: ^(?!driverfixes/)master$ branches:
- master
- stable/queens
description: | description: |
Base integration test with Neutron networking and py3. Base integration test with Neutron networking and py3.
Former names for this job where: Former names for this job where:
@ -162,7 +166,6 @@
- ^.zuul.yaml$ - ^.zuul.yaml$
- nova-multiattach - nova-multiattach
- tempest-full-queens: - tempest-full-queens:
voting: false
irrelevant-files: irrelevant-files:
- ^(test-|)requirements.txt$ - ^(test-|)requirements.txt$
- ^.*\.rst$ - ^.*\.rst$
@ -173,7 +176,6 @@
- ^tempest/hacking/.*$ - ^tempest/hacking/.*$
- ^tempest/tests/.*$ - ^tempest/tests/.*$
- tempest-full-queens-py3: - tempest-full-queens-py3:
voting: false
irrelevant-files: irrelevant-files:
- ^(test-|)requirements.txt$ - ^(test-|)requirements.txt$
- ^.*\.rst$ - ^.*\.rst$