Import tox jobs

Import the tox jobs and convert them to Zuul v3.

Change-Id: Idcdc8d4508fa8d7746b3ba094d0bd96410007ef1
Needed-By: I6d7a96adf5cfb075f5a2ffbd089ccbb883a1c1b4
This commit is contained in:
Andreas Jaeger 2017-12-17 14:11:28 +01:00 committed by Monty Taylor
parent 3d0fc8bf6d
commit b376f17652
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 22 additions and 0 deletions

View File

@ -4,6 +4,22 @@
- name: primary
label: ubuntu-xenial
- job:
name: devstack-gate-tox-run-tests
parent: openstack-tox
description: |
Run tests using ``run-tests`` environment.
vars:
tox_envlist: run-tests
- job:
name: devstack-gate-tox-py3-run-tests
parent: openstack-tox
description: |
Run tests using ``py3-run-tests`` environment.
vars:
tox_envlist: py3-run-tests
- project:
name: openstack-infra/devstack-gate
check:
@ -11,3 +27,9 @@
- devstack:
files:
- ^roles/
- devstack-gate-tox-run-tests
- devstack-gate-tox-py3-run-tests
gate:
jobs:
- devstack-gate-tox-run-tests
- devstack-gate-tox-py3-run-tests