Merge "Fix keystoneclient-devstack-functional job"

This commit is contained in:
Zuul 2018-11-30 00:56:30 +00:00 committed by Gerrit Code Review
commit fee326e56a
3 changed files with 16 additions and 2 deletions

View File

@ -1,14 +1,19 @@
- job:
name: keystoneclient-devstack-functional
parent: devstack-tox-functional-consumer
parent: devstack-minimal
timeout: 4200
required-projects:
- openstack/keystone
- openstack/python-keystoneclient
run: playbooks/run-ds-tox.yaml
post-run: playbooks/tox-post.yaml
vars:
tox_envlist: functional
devstack_localrc:
USE_PYTHON3: True
devstack_services:
key: true
tox_envlist: functional
zuul_work_dir: src/git.openstack.org/openstack/python-keystoneclient
- project:
templates:

View File

@ -0,0 +1,5 @@
- hosts: all
roles:
- run-devstack
- ensure-tox
- tox

4
playbooks/tox-post.yaml Normal file
View File

@ -0,0 +1,4 @@
- hosts: all
roles:
- fetch-tox-output
- fetch-subunit-output