ef8c7b9c54
Upating the testing template from ussuri to victoria testing runtime - https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: Ib3e5b14aee87ab90f231c69beea95701be8093cc
24 lines
693 B
YAML
24 lines
693 B
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python3-victoria-jobs
|
|
- 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 }}
|