Add cross project job for Designate
This patch adds a cross-project job to test requirements with Designate Change-Id: Ib95a018c9865cd9f362540aef180dd29c469560c
This commit is contained in:
parent
51744d605a
commit
3dd841da1f
@ -60,6 +60,14 @@
|
||||
vars:
|
||||
tox_envlist: py38
|
||||
|
||||
- job:
|
||||
name: cross-designate-py38
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on designate with py38.
|
||||
required-projects: openstack/designate
|
||||
vars:
|
||||
tox_envlist: py38
|
||||
|
||||
- job:
|
||||
name: cross-glance-py38
|
||||
parent: requirements-cross-test
|
||||
|
@ -31,6 +31,7 @@
|
||||
voting: false
|
||||
- cross-barbican-py38
|
||||
- cross-cinder-py38
|
||||
- cross-designate-py38
|
||||
- cross-glance-py38
|
||||
- cross-horizon-py38
|
||||
- cross-horizon-npm
|
||||
@ -97,6 +98,7 @@
|
||||
- requirements-tox-py36-check-uc
|
||||
- requirements-tox-py38-check-uc
|
||||
- cross-cinder-py38
|
||||
- cross-designate-py38
|
||||
- cross-glance-py38
|
||||
- cross-horizon-py38
|
||||
- cross-horizon-npm
|
||||
|
Loading…
x
Reference in New Issue
Block a user