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