Replace legacy tips jobs with shiny new versions

For openstackclient we can use the new osc-tox-unit-tips jobs from the
openstackclient repo. For neutronclient, make a cliff-specific job.

Change-Id: I244bad5a7a65b5e988a6ccb9e6403e86f03a38ac
Depends-On: Ie0f3e9d7e221c9cdd3c5d726148f456246186ff4
This commit is contained in:
Monty Taylor 2017-12-01 09:19:23 -06:00
parent 2f687e3373
commit 122c57e2e2
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 33 additions and 0 deletions

33
.zuul.yaml Normal file
View File

@ -0,0 +1,33 @@
- job:
name: cliff-tox-py27-neutronclient-tip
parent: openstack-tox-py27
description: |
Run unit tests for neutronclient with master branch of cliff
Uses tox with the ``unit-tips`` environment and master branch of
the required-projects below.
branches: ^master$
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
required-projects:
- openstack/cliff
- openstack/python-neutronclient
vars:
# Set work dir to neutronclient so that if it's triggered by one of the
# other repos the tests will run in the same place
zuul_work_dir: src/git.openstack.org/openstack/python-neutronclient
- project:
name: openstack/cliff
check:
jobs:
- cliff-tox-py27-neutronclient-tip
- osc-tox-unit-tips:
branches: ^master$
gate:
jobs:
- cliff-tox-py27-neutronclient-tip
- osc-tox-unit-tips:
branches: ^master$