Add cross project tests for Mistral

Change-Id: Ic944944a761d2892eff1811c28b479fcde3a8a4c
This commit is contained in:
Takashi Kajinami 2022-03-04 23:13:37 +09:00
parent 5bfcb2a2cf
commit 9951fb4636
2 changed files with 9 additions and 0 deletions

View File

@ -158,6 +158,14 @@
vars:
tox_envlist: py38
- job:
name: cross-mistral-py38
parent: requirements-cross-test
description: Run cross-project tests on mistral with py38.
required-projects: openstack/mistral
vars:
tox_envlist: py38
- job:
name: cross-neutron-py38
parent: requirements-cross-test

View File

@ -43,6 +43,7 @@
- cross-kuryr-py38
- cross-manila-py38
- cross-masakari-py38
- cross-mistral-py38
- cross-neutron-py38
- cross-nova-py38
- cross-placement-py38