Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: If6c216e54070dda3ec67cb3b96df7a62f3748956
This commit is contained in:
Alex Kavanagh 2020-08-13 11:27:07 +01:00
parent c5bb1c231d
commit 6123b6d590
4 changed files with 8 additions and 2 deletions

View File

@ -2,3 +2,5 @@
host=review.opendev.org
port=29418
project=openstack/charm-barbican-softhsm.git
defaultbranch=stable/20.08

View File

@ -26,7 +26,7 @@ u = OpenStackAmuletUtils(DEBUG)
class SoftHSMBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic SoftHSM deployment."""
def __init__(self, series, openstack=None, source=None, stable=False,
def __init__(self, series, openstack=None, source=None, stable=True,
keystone_version='2'):
"""Deploy the entire test environment.

View File

@ -1 +1,5 @@
psutil
git+https://opendev.org/openstack/charms.openstack.git@stable/20.08#egg=charms.openstack
git+https://github.com/juju/charm-helpers.git@stable/20.08#egg=charmhelpers

View File

@ -10,4 +10,4 @@ charms.reactive
mock>=1.2
nose>=1.3.7
coverage>=3.6
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
git+https://github.com/openstack/charms.openstack.git@stable/20.08#egg=charms.openstack