Updates for stable branch creation
Set default branch for git review/gerrit. Switch amulet tests to stable. Switch to using stable charm-helpers branch. Change-Id: Ibf0fef499888e16a65ad540c4fb179a270e0215f
This commit is contained in:
parent
39a03b72f7
commit
bb90459270
@ -2,3 +2,5 @@
|
|||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/charm-openstack-dashboard.git
|
project=openstack/charm-openstack-dashboard.git
|
||||||
|
|
||||||
|
defaultbranch=stable/19.04
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
repo: https://github.com/juju/charm-helpers
|
repo: https://github.com/juju/charm-helpers@stable/19.04
|
||||||
destination: charmhelpers
|
destination: charmhelpers
|
||||||
include:
|
include:
|
||||||
- core
|
- core
|
||||||
|
@ -41,7 +41,7 @@ class OpenstackDashboardBasicDeployment(OpenStackAmuletDeployment):
|
|||||||
"""Amulet tests on a basic openstack-dashboard deployment."""
|
"""Amulet tests on a basic openstack-dashboard deployment."""
|
||||||
|
|
||||||
def __init__(self, series, openstack=None, source=None,
|
def __init__(self, series, openstack=None, source=None,
|
||||||
stable=False):
|
stable=True):
|
||||||
"""Deploy the entire test environment."""
|
"""Deploy the entire test environment."""
|
||||||
super(OpenstackDashboardBasicDeployment, self).__init__(series,
|
super(OpenstackDashboardBasicDeployment, self).__init__(series,
|
||||||
openstack,
|
openstack,
|
||||||
|
Loading…
Reference in New Issue
Block a user