e7e154c0c9
This patch disables the GLOBAL_VENV for devstack in the integration job. Related-Bug: 2031639 Change-Id: I7f25b85bb5f27f2b14d60dff94daaab5ff4f7af6
22 lines
498 B
YAML
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
|