Merge "Add cross-project tests for Telemetry"

This commit is contained in:
Zuul 2022-05-24 15:43:31 +00:00 committed by Gerrit Code Review
commit 55a17e443e
2 changed files with 18 additions and 0 deletions

View File

@ -44,6 +44,14 @@
- upper-constraints.txt
- .zuul.d/cross-jobs.yaml
- job:
name: cross-aodh-py38
parent: requirements-cross-test
description: Run cross-project tests on aodh with py38.
required-projects: openstack/aodh
vars:
tox_envlist: py38
- job:
name: cross-barbican-py38
parent: requirements-cross-test
@ -52,6 +60,14 @@
vars:
tox_envlist: py38
- job:
name: cross-ceilometer-py38
parent: requirements-cross-test
description: Run cross-project tests on ceilometer with py38.
required-projects: openstack/ceilometer
vars:
tox_envlist: py38
- job:
name: cross-cinder-py38
parent: requirements-cross-test

View File

@ -29,7 +29,9 @@
- requirements-tox-py39-check-uc
- requirements-tox-validate-projects:
voting: false
- cross-aodh-py38
- cross-barbican-py38
- cross-ceilometer-py38
- cross-cinder-py38
- cross-designate-py38
- cross-glance-py38