497074a1a7
This patch updates some of the consistency checking tools to make them more generally usable by allowing both automatic checkout of tempest and manual checkout. It builds on this to add a Zuul job that gates against the consistency check. Change-Id: Id0d9148af39c2d2ccf8f11502cc9aff6699f0ead
13 lines
470 B
YAML
13 lines
470 B
YAML
- job:
|
|
name: interop-tempest-consistency
|
|
parent: tox
|
|
description: |
|
|
Ensure consistency between Tempest source and current interop guidelines.
|
|
vars:
|
|
tox_envlist: consistency
|
|
tox_extra_args: "-vv -- {{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/tempest'].src_dir }}"
|
|
zuul_work_dir: src/git.openstack.org/openstack/interop
|
|
required-projects:
|
|
- name: openstack/tempest
|
|
- name: openstack/interop
|