Merge "Convert legacy tox jobs in-tree"

This commit is contained in:
Zuul 2017-11-21 07:51:09 +00:00 committed by Gerrit Code Review
commit 4df638ca0a
1 changed files with 38 additions and 0 deletions

38
.zuul.yaml Normal file
View File

@ -0,0 +1,38 @@
- project:
name: openstack/refstack
check:
jobs:
- refstack-tox-py27-func-mysql
- refstack-tox-py35-func-mysql
gate:
jobs:
- refstack-tox-py27-func-mysql
- refstack-tox-py35-func-mysql
- job:
name: refstack-tox-py27-func-mysql
parent: openstack-tox
description: |
Run unit tests for an OpenStack Python project under cPython version 2.7.
Uses tox with the ``py27-func-mysql`` environment.
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: py27-func-mysql
- job:
name: refstack-tox-py35-func-mysql
parent: openstack-tox
description: |
Run unit tests for an OpenStack Python project under cPython version 3.5.
Uses tox with the ``py35-func-mysql`` environment.
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: py35-func-mysql