Create openstack-tox-functional

A couple of projects run a custom tox-functional job, create a single
job for them.

Needed-By: I9d0c7b53cacf685f6a6fe593c457eb9a1b3570bc
Change-Id: Ibebf9d0eeccabaefa2777a43592a72d19d064b6b
This commit is contained in:
Andreas Jaeger 2017-11-04 16:39:59 +01:00
parent be8c79d8b8
commit 518fc65b40

View File

@ -342,6 +342,16 @@
vars:
tox_envlist: build
- job:
name: openstack-tox-functional
parent: openstack-tox
description: |
Run functional tests.
Uses tox with the ``functional`` environment.
vars:
tox_envlist: functional
- job:
name: openstack-tox-validate
parent: openstack-tox