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: I5db02fbcd86ec17a77e6f6c53245733917dc8ea8
This commit is contained in:
David Ames 2019-08-12 09:39:21 -07:00
parent c3b57d2860
commit ace6a1be05
3 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,5 @@
host=review.opendev.org
port=29418
project=openstack/charm-cinder-backup.git
defaultbranch=stable/19.07

View File

@ -1,4 +1,4 @@
repo: https://github.com/juju/charm-helpers
repo: https://github.com/juju/charm-helpers@stable/19.07
destination: hooks/charmhelpers
include:
- core

View File

@ -36,7 +36,7 @@ class CinderBackupBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic cinder-backup deployment."""
def __init__(self, series=None, openstack=None, source=None, git=False,
stable=False):
stable=True):
"""Deploy the entire test environment."""
super(CinderBackupBasicDeployment, self).__init__(series, openstack,
source, stable)