Merge "Open Stein DB branch"

This commit is contained in:
Zuul 2018-08-11 01:29:24 +00:00 committed by Gerrit Code Review
commit ed07491140
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,7 @@ OCATA = 'ocata'
PIKE = 'pike'
QUEENS = 'queens'
ROCKY = 'rocky'
STEIN = 'stein'
NEUTRON_MILESTONES = [
# earlier milestones were not tagged
@ -39,6 +40,7 @@ NEUTRON_MILESTONES = [
OCATA,
PIKE,
QUEENS,
ROCKY,
# 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.ROCKY
CURRENT_RELEASE = migration.STEIN
RELEASES = (
migration.LIBERTY,
migration.MITAKA,
@ -47,6 +47,7 @@ RELEASES = (
migration.PIKE,
migration.QUEENS,
migration.ROCKY,
migration.STEIN,
)
EXPAND_BRANCH = 'expand'