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' PIKE = 'pike'
QUEENS = 'queens' QUEENS = 'queens'
ROCKY = 'rocky' ROCKY = 'rocky'
STEIN = 'stein'
NEUTRON_MILESTONES = [ NEUTRON_MILESTONES = [
# earlier milestones were not tagged # earlier milestones were not tagged
@ -39,6 +40,7 @@ NEUTRON_MILESTONES = [
OCATA, OCATA,
PIKE, PIKE,
QUEENS, QUEENS,
ROCKY,
# Do not add the milestone until the end of the release # 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' CONTRACT_HEAD_FILENAME = 'CONTRACT_HEAD'
EXPAND_HEAD_FILENAME = 'EXPAND_HEAD' EXPAND_HEAD_FILENAME = 'EXPAND_HEAD'
CURRENT_RELEASE = migration.ROCKY CURRENT_RELEASE = migration.STEIN
RELEASES = ( RELEASES = (
migration.LIBERTY, migration.LIBERTY,
migration.MITAKA, migration.MITAKA,
@ -47,6 +47,7 @@ RELEASES = (
migration.PIKE, migration.PIKE,
migration.QUEENS, migration.QUEENS,
migration.ROCKY, migration.ROCKY,
migration.STEIN,
) )
EXPAND_BRANCH = 'expand' EXPAND_BRANCH = 'expand'