Enable check-approval in experimental pipeline

Define a check-approval job that runs check_approval.py, and
enable it in the experimental pipeline for now.

As a first step the job will run as a classic tox job on a worker
node, with an aggressive 6-min timeout.

Change-Id: Iaf8ffcb691f14e83843bf2079fabaa87776f0526
This commit is contained in:
Thierry Carrez 2019-11-26 15:25:31 +01:00
parent 09e8ffb3b1
commit 66f14e1d32

View File

@ -8,6 +8,16 @@
- ^data/.*$
- ^doc/.*$
- job:
name: releases-check-approval
parent: openstack-tox
files:
- ^deliverables/.*$
timeout: 360
vars:
tox_envlist: check_approval
tox_extra_args: "{{ zuul.change }}"
- project:
templates:
- openstack-python3-ussuri-jobs
@ -34,6 +44,9 @@
- ^data/.*$
- ^deliverables/.*$
- ^doc/.*$
experimental:
jobs:
- releases-check-approval
gate:
jobs:
- openstack-tox-validate: