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