Merge "skip branch validation for puppet-pacemaker"

This commit is contained in:
Jenkins
2017-05-30 12:20:12 +00:00
committed by Gerrit Code Review

View File

@@ -69,6 +69,7 @@ _VALID_BRANCH_PREFIXES = set([
_NO_STABLE_BRANCH_CHECK = set([
'gnocchi',
'rally',
'puppet-pacemaker', # tracks upstream version
])
_PLEASE = ('It is too expensive to determine this value during '
'the site build, please set it explicitly.')