Remove managed stable/icehouse branch testing
Remove jobs which test stable/icehouse branches of repos tagged release:managed as the branch has reached end-of-life and is being removed from those repos. Change-Id: I88a44cfa84597012af7da0bd22de02dc2349b1fa
This commit is contained in:
@@ -24,10 +24,9 @@ from common import run_local
|
||||
DEVSTACK = os.path.expanduser('/opt/git/openstack-dev/devstack')
|
||||
CACHEDIR = os.path.expanduser('~/cache/files')
|
||||
|
||||
# Some jobs require newer distro packages. We pre-cache deb packages from
|
||||
# specified Ubuntu Cloud Archive pockets. The icehouse pocket contains
|
||||
# Ubuntu 14.04 packages built for 12.04.
|
||||
UCA_POCKETS = ['icehouse']
|
||||
# Some jobs might require newer distro packages, so we can pre-cache
|
||||
# deb packages from specified Ubuntu Cloud Archive pockets.
|
||||
UCA_POCKETS = []
|
||||
|
||||
|
||||
def git_branches():
|
||||
|
||||
Reference in New Issue
Block a user