279f4f0d4b
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Iede631bcdd1dac0789775b6ffe3ae52834339bd5 Story: #2005924 Task: #34240
25 lines
726 B
YAML
25 lines
726 B
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python3-train-jobs
|
|
- openstack-pypy-jobs-nonvoting
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- hacking-integration-nova:
|
|
voting: false
|
|
|
|
- job:
|
|
name: hacking-integration-nova
|
|
parent: openstack-tox
|
|
description: |
|
|
Run the integration job against nova with proposed hacking change.
|
|
required-projects:
|
|
- openstack/nova
|
|
vars:
|
|
tox_envlist: integration
|
|
tox_extra_args: -vv openstack nova {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/nova'].src_dir }}
|