Merge "Run nova-tox-functional-py36 in the placement gate"

This commit is contained in:
Zuul 2019-05-05 18:40:03 +00:00 committed by Gerrit Code Review
commit 55d85daefa
1 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,7 @@
jobs:
- openstack-tox-functional
- openstack-tox-functional-py36
- placement-nova-tox-functional-py36
- placement-perfload:
voting: false
- tempest-full-py3:
@ -39,11 +40,22 @@
jobs:
- openstack-tox-functional
- openstack-tox-functional-py36
- placement-nova-tox-functional-py36
- tempest-full-py3:
irrelevant-files: *gate-irrelevant-files
- grenade-py3:
irrelevant-files: *gate-irrelevant-files
- job:
name: placement-nova-tox-functional-py36
parent: nova-tox-functional-py36
description: |
Run the nova functional tests to confirm that we aren't breaking
the PlacementFixture.
vars:
# Skip the api_sample_tests
tox_extra_args: '^((?!api_sample_tests).)*$'
- job:
name: placement-perfload
parent: base