Add jobs to generate cinder OpenAPI spec

Change-Id: I3c1ea4d2a0061315c05b6d3e15124ad26b11fb57
This commit is contained in:
gtema
2024年03月05日 14:59:57 +01:00
committed by Artem Goncharov
parent 926f6185e9
commit debcdda454

View File

@@ -33,6 +33,35 @@
codegenerator_work_dir:"wrk"
install_additional_projects:[]
- job:
name:codegenerator-openapi-block-storage-tips
parent:codegenerator-openapi-tips-base
description:|
Generate OpenAPI spec for Cinder
required-projects:
- name:openstack/cinder
vars:
openapi_service:volume
install_additional_projects:
- project:"opendev.org/openstack/cinder"
name:"."
- job:
name:codegenerator-openapi-block-storage-tips-with-api-ref
parent:codegenerator-openapi-block-storage-tips
description:|
Generate OpenAPI spec for Cinder consuming API-REF
required-projects:
- name:openstack/cinder
pre-run:
- playbooks/openapi/pre-api-ref.yaml
vars:
codegenerator_api_ref:
project:"opendev.org/openstack/cinder"
path:"/api-ref/build/html/v3/index.html"
- job:
name:codegenerator-openapi-compute-tips
parent:codegenerator-openapi-tips-base

View File

@@ -6,5 +6,6 @@
jobs:
- openstack-tox-pep8
- openstack-tox-py311
- codegenerator-openapi-block-storage-tips-with-api-ref
- codegenerator-openapi-compute-tips-with-api-ref
- codegenerator-openapi-network-tips-with-api-ref
Reference in New Issue
openstack/codegenerator
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.