Merge "Remove ignore tempest project in version-check"

This commit is contained in:
Jenkins 2017-07-13 08:22:35 +00:00 committed by Gerrit Code Review
commit e602088c3f
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ SKIP_PROJECTS = {
' openstack/releases project'),
'nova-spicehtml5proxy': ('nova-spicehtml5proxy is not managed'
' by openstack/releases project'),
'openstack-base': 'There is no tag for requirements project',
'tempest': 'tempest is not managed by openstack/releases project'
'openstack-base': 'There is no tag for requirements project'
}
RE_DEFAULT_BRANCH = re.compile('^defaultbranch=stable/(.*)')