
As part of the migration of this project to the independent release model, we failed to notice that the job template was still tied to a specific release. We've now introduced a new unversioned job template, 'openstack-python3-jobs' [1], which was can and should use. Do this. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Change-Id: I9e18a2d952610607fceeb7b9a4489f6f6dffd5a7 Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
23 lines
526 B
YAML
23 lines
526 B
YAML
- job:
|
|
name: os-api-ref-nova-src
|
|
parent: build-openstack-api-ref
|
|
description: |
|
|
Run the api-ref job against nova with proposed os-api-ref change.
|
|
vars:
|
|
zuul_work_dir: src/opendev.org/openstack/nova
|
|
required-projects:
|
|
- openstack/nova
|
|
- openstack/os-api-ref
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-python3-jobs
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- os-api-ref-nova-src
|
|
gate:
|
|
jobs:
|
|
- os-api-ref-nova-src
|