ceilometermiddleware/.zuul.yaml
Erno Kuvaja e7e154c0c9 Disable global venv on the integration job
This patch disables the GLOBAL_VENV for devstack in the integration job.

Related-Bug: 2031639

Change-Id: I7f25b85bb5f27f2b14d60dff94daaab5ff4f7af6
2023-09-27 12:46:16 +00:00

22 lines
498 B
YAML

- job:
name: ceilometermiddleware-integration
parent: telemetry-dsvm-integration
required-projects:
- openstack/ceilometermiddleware
vars:
devstack_localrc:
GLOBAL_VENV: False
- project:
templates:
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- check-requirements
check:
jobs:
- ceilometermiddleware-integration
gate:
jobs:
- ceilometermiddleware-integration