Open Rocky DB branch

Change-Id: I409ec57f1d4c489e77d4d6e62c6df87055a585db
This commit is contained in:
Gary Kotton 2018-02-09 07:16:45 +02:00
parent 27346e9675
commit ec7444c77d
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@ NEWTON = 'newton'
OCATA = 'ocata'
PIKE = 'pike'
QUEENS = 'queens'
ROCKY = 'rocky'
NEUTRON_MILESTONES = [
# earlier milestones were not tagged
@ -37,6 +38,7 @@ NEUTRON_MILESTONES = [
NEWTON,
OCATA,
PIKE,
QUEENS,
# Do not add the milestone until the end of the release
]

View File

@ -38,7 +38,7 @@ HEADS_FILENAME = 'HEADS'
CONTRACT_HEAD_FILENAME = 'CONTRACT_HEAD'
EXPAND_HEAD_FILENAME = 'EXPAND_HEAD'
CURRENT_RELEASE = migration.QUEENS
CURRENT_RELEASE = migration.ROCKY
RELEASES = (
migration.LIBERTY,
migration.MITAKA,
@ -46,6 +46,7 @@ RELEASES = (
migration.OCATA,
migration.PIKE,
migration.QUEENS,
migration.ROCKY,
)
EXPAND_BRANCH = 'expand'