Use openstack-tox-functional

Instead of self-defining a job named tox-functional - and violating the
naming conventions this way - let's use the elsewhere defined common job
openstack-tox-functional.

Change-Id: I6ce2d511f0b3034989d16d8530667c134a3bf900
This commit is contained in:
Andreas Jaeger 2017-12-16 22:39:20 +01:00 committed by Andreas Jaeger
parent c74e4b4eb9
commit 70e204ca8e

View File

@ -12,25 +12,15 @@
run: tests/ci/playbooks/rally-install/run.yaml
timeout: 1800
- job:
name: tox-functional
parent: tox
description: |
Run functional tests for a Rally project under cPython version 2.7.
Uses tox with the ``functional`` environment.
vars:
tox_envlist: functional
timeout: 600
- project:
name: openstack/rally
check:
jobs:
- rally-install-ubuntu-xenial
- rally-install-centos-7
- tox-functional
- openstack-tox-functional
gate:
jobs:
- rally-install-ubuntu-xenial
- rally-install-centos-7
- tox-functional
- openstack-tox-functional