Add focal-victoria to the test gate
Also reduce chances of spurious mysql-innodb-cluster "super-read-only" failures. Change-Id: Idbee09f4949dbf64dc09b86cc1c7e9b1b97722cf Partial-Bug: #1882205
This commit is contained in:
parent
d40b5cec8c
commit
c1b2ce0f0a
@ -14,5 +14,6 @@ flake8>=2.2.4,<=2.4.1
|
||||
stestr>=2.2.0
|
||||
coverage>=4.5.2
|
||||
pyudev # for ceph-* charm unit tests (need to fix the ceph-* charm unit tests/mocking)
|
||||
juju!=2.8.3 # this version causes spurious JujuAPIError's
|
||||
git+https://github.com/openstack-charmers/zaza.git#egg=zaza;python_version>='3.0'
|
||||
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|
||||
|
@ -44,6 +44,8 @@ applications:
|
||||
num_units: 3
|
||||
options:
|
||||
source: *openstack-origin
|
||||
# Reduce chances of spurious "super-read-only" failures, see lp:1882205
|
||||
expel-timeout: 20
|
||||
to:
|
||||
- '0'
|
||||
- '1'
|
||||
|
@ -44,6 +44,8 @@ applications:
|
||||
num_units: 3
|
||||
options:
|
||||
source: *openstack-origin
|
||||
# Reduce chances of spurious "super-read-only" failures, see lp:1882205
|
||||
expel-timeout: 20
|
||||
to:
|
||||
- '0'
|
||||
- '1'
|
||||
|
@ -44,6 +44,8 @@ applications:
|
||||
num_units: 3
|
||||
options:
|
||||
source: *openstack-origin
|
||||
# Reduce chances of spurious "super-read-only" failures, see lp:1882205
|
||||
expel-timeout: 20
|
||||
to:
|
||||
- '0'
|
||||
- '1'
|
||||
|
@ -2,6 +2,7 @@ charm_name: nova-cloud-controller
|
||||
smoke_bundles:
|
||||
- bionic-ussuri
|
||||
gate_bundles:
|
||||
- focal-victoria
|
||||
- focal-ussuri
|
||||
- bionic-ussuri
|
||||
- bionic-train
|
||||
@ -15,7 +16,6 @@ gate_bundles:
|
||||
- trusty-mitaka
|
||||
dev_bundles:
|
||||
- groovy-victoria
|
||||
- focal-victoria
|
||||
configure:
|
||||
- zaza.openstack.charm_tests.glance.setup.add_cirros_image
|
||||
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
||||
|
Loading…
Reference in New Issue
Block a user