Record deprecated cycle for deprecated project
Currently project deprecation is done by keeping the project in project.yaml but with release-management as deprecated which is not enough to now is it really deprecated in governance or just release. Also we do not record the deprecation time so that we can remove the project after deprecation is over. Doing it for one project to get agreementon new field and on documenting it on project guide - https://review.opendev.org/#/c/736082/ Follow up will be to add the deprecation cycle for all deprecated repos. Change-Id: I7c801f29b3d2db14e4b215ad965c111be3f359d4
This commit is contained in:
@@ -69,6 +69,8 @@ additionalProperties:
|
||||
- none
|
||||
- deprecated
|
||||
- external
|
||||
deprecated:
|
||||
type: "string"
|
||||
tags:
|
||||
type: "array"
|
||||
items:
|
||||
|
||||
@@ -3076,6 +3076,7 @@ tripleo:
|
||||
repos:
|
||||
- openstack/os-refresh-config
|
||||
paunch:
|
||||
deprecated: victoria
|
||||
release-management: deprecated
|
||||
repos:
|
||||
- openstack/paunch
|
||||
|
||||
Reference in New Issue
Block a user