add lib-forward-testing-py3 project template

Define a project template for the jobs associated with testing changes
in libraries against master of other projects. With the depends-on
change we can just use the tempest-full-py3 job for this directly.

Depends-On: https://review.openstack.org/575801/
Change-Id: I21e8547b2538c8c728b8cbd2b31e6ba65dde2714
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-06-16 15:22:38 -04:00
parent c9a19d564f
commit 107540d30e
1 changed files with 13 additions and 0 deletions

View File

@ -1118,3 +1118,16 @@
jobs:
- openstackci-beaker-puppet-4-centos-7
- openstackci-beaker-puppet-4
- project-template:
name: lib-forward-testing-python3
description: |
Run tempest under python 3, installing the library from source
to ensure that changes in the library do not break any of the
services running in devstack.
check:
jobs:
- tempest-full-py3
gate:
jobs:
- tempest-full-py3