Merge "Create ovb 2.0 release and cut stable/2.0 branch"

This commit is contained in:
Zuul 2021-03-11 13:23:11 +00:00 committed by Gerrit Code Review
commit 442ef5fc07
3 changed files with 12 additions and 1 deletions

View File

@ -2,9 +2,13 @@
launchpad: tripleo launchpad: tripleo
team: tripleo team: tripleo
type: other type: other
stable-branch-type: upstream
release-type: openstack-virtual-baremetal
branches: branches:
- name: stable/1.0 - name: stable/1.0
location: '1.0' location: '1.0'
- name: stable/2.0
location: '2.0'
releases: releases:
- projects: - projects:
- hash: 1e98fb2d851e94983c76a8ef13e491cb80d50eef - hash: 1e98fb2d851e94983c76a8ef13e491cb80d50eef
@ -18,5 +22,9 @@ releases:
- hash: abc95e8351300379974bbf003ccb6b0c686d37dc - hash: abc95e8351300379974bbf003ccb6b0c686d37dc
repo: openstack/openstack-virtual-baremetal repo: openstack/openstack-virtual-baremetal
version: 1.0.1 version: 1.0.1
- projects:
- hash: 02cdcbb7523d9219c1c2d52b989e1fbd6c128f85
repo: openstack/openstack-virtual-baremetal
version: '2.0'
repository-settings: repository-settings:
openstack/openstack-virtual-baremetal: {} openstack/openstack-virtual-baremetal: {}

View File

@ -169,6 +169,9 @@ _RELEASE_JOBS_FOR_TYPE = {
'manila-image-elements': [ 'manila-image-elements': [
'manila-image-elements-publish-artifacts', 'manila-image-elements-publish-artifacts',
], ],
'openstack-virtual-baremetal': [
'docs-on-readthedocs',
],
} }

View File

@ -54,7 +54,7 @@ properties:
type: "string" type: "string"
enum: [ "python-service", "python-pypi", "xstatic", "fuel", enum: [ "python-service", "python-pypi", "xstatic", "fuel",
"nodejs", "puppet", "neutron", "horizon", "openstack-manuals", "nodejs", "puppet", "neutron", "horizon", "openstack-manuals",
"manila-image-elements", "generic" ] "manila-image-elements", "openstack-virtual-baremetal", "generic" ]
stable-branch-type: stable-branch-type:
type: "string" type: "string"
enum: [ "std", "tagless", "upstream", "none", "std-with-versions" ] enum: [ "std", "tagless", "upstream", "none", "std-with-versions" ]