From 518fc65b40b98ccce9e41c1c911829c4149948b5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger <aj@suse.com> Date: Sat, 4 Nov 2017 16:39:59 +0100 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 50066e29..d28445fd 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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