fb275f7084
Upating the tetsing template to Xena testing runtime: https://governance.openstack.org/tc/reference/runtimes/xena.html Change-Id: I3539e4dd0dfc1f138210d515aa5abc5cbb184826
23 lines
648 B
YAML
23 lines
648 B
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python3-xena-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 }}
|