Add field to record cutoff score
The DefCore process documents spell out that the DefCore Commitee selects a minimum score that a Capbility must achieve in order to be required in a Guideline (refer to section A4(4) of the 2015A processes document). That minimum score could change from Guideline to Guideline, as it's part of the DefCore Committee's job to pick a number with each cycle. In the past, we've never had a place where the minimum score was recorded. As this is information that's fundamental to Capability inclusion, it seems reasonable that this would be thing we want to record. As it may change from cycle to cycle, it seems reasonable to put it into the schema so it can be recorded on a per-Guideline basis. This patch updates Schema 1.4 to add such a field (and uses an example value that's indicative of the score we've used in the past as a cutoff). Change-Id: I2bfc084692963c32285596be3e984eefdea1b1f6
This commit is contained in:
parent
727d2cea9f
commit
e29be1e486
@ -5,6 +5,7 @@ Changes from v1.3
|
||||
|
||||
:change: update the aliases field description
|
||||
:added: aliases field in test block
|
||||
:added: cutoff_score
|
||||
:added: target_approval
|
||||
:removed: Status field in Capability blocks (as it duplicates the information
|
||||
already present in the Components list)
|
||||
@ -30,6 +31,7 @@ Changes from v1.2
|
||||
"reference": "http://github.com/openstack/defcore/schema.1.4.rst", # Schema description
|
||||
"source": "http://git.openstack.org/cgit/openstack/defcore/", # git repo for files
|
||||
"status": "approved", # can be draft, review, approved or superseded [see 2015B C6.3]
|
||||
"cutoff_score": "74", # the minimum score a Capability must achieve to be required in this Guideline
|
||||
"target_approval": "2016-01-27", # Target date for BoD to approve Guideline
|
||||
"replaces": "2015.07", # previous spec
|
||||
"releases": ["icehouse"], # array of releases, lower case (generally three releases)
|
||||
|
Loading…
Reference in New Issue
Block a user