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:
Jeremy Stanley
2015-07-01 17:56:19 +00:00
parent a81e913038
commit 62ad51e638
7 changed files with 80 additions and 205 deletions

View File

@@ -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():