76cbdfcadc
Now that we officially support it. Change-Id: Ib1204f0cae319a2f6f1ff0dace9f9c16f6b882ec Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
28 lines
744 B
YAML
28 lines
744 B
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- hacking-integration-nova:
|
|
voting: false
|
|
- openstack-tox-py312:
|
|
voting: true
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-py312:
|
|
voting: true
|
|
|
|
- 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: -- openstack nova {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/nova'].src_dir }}
|